Home | History | Annotate | Download | only in agg23

Lines Matching refs:width

50                      FX_FLOAT width,
58 if(width < 0) {
59 width = -width;
61 da = FXSYS_acos(FXSYS_Div(width, width + FXSYS_Div(1.0f / 8, approximation_scale))) * 2;
70 out_vertices.add(coord_type(x + FXSYS_Mul(width, FXSYS_cos(a1)),
71 y + FXSYS_Mul(width, FXSYS_sin(a1))));
81 out_vertices.add(coord_type(x + FXSYS_Mul(width, FXSYS_cos(a1)),
82 y + FXSYS_Mul(width, FXSYS_sin(a1))));
95 FX_FLOAT width,
110 FX_FLOAT lim = FXSYS_Mul(width, miter_limit);
133 width, approximation_scale);
150 FX_FLOAT width,
159 dx1 = FXSYS_Mul(dx1, width);
160 dy1 = FXSYS_Mul(dy1, width);
171 FX_FLOAT da = FXSYS_acos(FXSYS_Div(width, width +
177 out_vertices.add(coord_type(v0.x + FXSYS_Mul(width, FXSYS_cos(a1)),
178 v0.y + FXSYS_Mul(width, FXSYS_sin(a1))));
191 FX_FLOAT width,
200 dx1 = FXSYS_MulDiv(width, v1.y - v0.y, len1);
201 dy1 = FXSYS_MulDiv(width, v1.x - v0.x, len1);
202 dx2 = FXSYS_MulDiv(width, v2.y - v1.y, len2);
203 dy2 = FXSYS_MulDiv(width, v2.x - v1.x, len2);
214 width,
225 width,
239 width, approximation_scale);
254 width,
262 width, approximation_scale);