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.cpp37 m_approx_scale(1.0f), in vcgen_stroke()
115 m_approx_scale); in vertex()
128 m_approx_scale); in vertex()
158 m_approx_scale); in vertex()
186 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 float m_approx_scale; variable