Searched refs:approximation_scale (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_conv_stroke.h76 void approximation_scale(FX_FLOAT as) function in struct:agg::conv_stroke
78 base_type::generator().approximation_scale(as);
92 FX_FLOAT approximation_scale() const function in struct:agg::conv_stroke
94 return base_type::generator().approximation_scale();
H A Dagg_vcgen_stroke.h77 void approximation_scale(FX_FLOAT as) function in class:agg::vcgen_stroke
93 FX_FLOAT approximation_scale() const function in class:agg::vcgen_stroke
H A Dagg_math_stroke.h51 FX_FLOAT approximation_scale)
61 da = FXSYS_acos(FXSYS_Div(width, width + FXSYS_Div(1.0f / 8, approximation_scale))) * 2;
98 FX_FLOAT approximation_scale)
133 width, approximation_scale);
151 FX_FLOAT approximation_scale)
172 FXSYS_Div(1.0f / 8, approximation_scale))) * 2;
196 FX_FLOAT approximation_scale)
239 width, approximation_scale);
257 approximation_scale);
262 width, approximation_scale);
46 stroke_calc_arc(VertexConsumer& out_vertices, FX_FLOAT x, FX_FLOAT y, FX_FLOAT dx1, FX_FLOAT dy1, FX_FLOAT dx2, FX_FLOAT dy2, FX_FLOAT width, FX_FLOAT approximation_scale) argument
[all...]

Completed in 817 milliseconds