Home
last modified time | relevance | path

Searched refs:out_vertices (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_math_stroke.h46 void stroke_calc_arc(VertexConsumer& out_vertices, in stroke_calc_arc() argument
62 out_vertices.add(coord_type(x + dx1, y + dy1)); in stroke_calc_arc()
71 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)), in stroke_calc_arc()
82 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)), in stroke_calc_arc()
88 out_vertices.add(coord_type(x + dx2, y + dy2)); in stroke_calc_arc()
91 void stroke_calc_miter(VertexConsumer& out_vertices, in stroke_calc_miter() argument
114 out_vertices.add(coord_type(xi, yi)); in stroke_calc_miter()
122 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1)); in stroke_calc_miter()
129 out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1)); in stroke_calc_miter()
130 out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2)); in stroke_calc_miter()
[all …]
D0000-bug-466.patch5 @@ -60,28 +60,30 @@ void stroke_calc_arc(VertexConsumer& out_vertices,
8 out_vertices.add(coord_type(x + dx1, y + dy1));
21 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)),
37 out_vertices.add(coord_type(x + (width * FXSYS_cos(a1)),
44 out_vertices.add(coord_type(x + dx2, y + dy2));
Dagg_vcgen_stroke.cpp119 m_status = out_vertices; in vertex()
131 m_status = out_vertices; in vertex()
162 m_status = out_vertices; in vertex()
189 m_status = out_vertices; in vertex()
192 case out_vertices: in vertex()
Dagg_vcgen_stroke.h31 out_vertices, enumerator