Home
last modified time | relevance | path

Searched refs:m_approx_scale (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp39 m_approx_scale(1.0f), in vcgen_stroke()
117 m_approx_scale); in vertex()
130 m_approx_scale); in vertex()
160 m_approx_scale); in vertex()
188 m_approx_scale); in vertex()
H A Dagg_vcgen_stroke.h81 m_approx_scale = as; in approximation_scale()
97 return m_approx_scale; in approximation_scale()
111 float m_approx_scale; variable