Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_vcgen_stroke.cpp38 m_approx_scale(1.0f), in vcgen_stroke()
116 m_approx_scale); in vertex()
129 m_approx_scale); in vertex()
159 m_approx_scale); in vertex()
187 m_approx_scale); in vertex()
Dagg_vcgen_stroke.h79 m_approx_scale = as; in approximation_scale()
95 return m_approx_scale; in approximation_scale()
109 FX_FLOAT m_approx_scale; variable