Searched refs:out_vertices (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_math_stroke.h | 46 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 …]
|
D | 0000-bug-466.patch | 5 @@ -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));
|
D | agg_vcgen_stroke.cpp | 119 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()
|
D | agg_vcgen_stroke.h | 31 out_vertices, enumerator
|