Searched refs:triVertices (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrPLSPathRenderer.cpp | 135 static bool get_geometry(const SkPath& path, const SkMatrix& m, PLSVertices& triVertices, in get_geometry() argument 237 triVertices.push_back({ bloated[0], p1, p2, p3, winding }); in get_geometry() 238 triVertices.push_back({ bloated[1], p1, p2, p3, winding }); in get_geometry() 239 triVertices.push_back({ bloated[2], p1, p2, p3, winding }); in get_geometry() 246 triVertices.push_back({ { minX, minY }, p1, p2, p3, winding }); in get_geometry() 247 triVertices.push_back({ { maxX, minY }, p1, p2, p3, winding }); in get_geometry() 248 triVertices.push_back({ { minX, maxY }, p1, p2, p3, winding }); in get_geometry() 249 triVertices.push_back({ { maxX, minY }, p1, p2, p3, winding }); in get_geometry() 250 triVertices.push_back({ { maxX, maxY }, p1, p2, p3, winding }); in get_geometry() 251 triVertices.push_back({ { minX, maxY }, p1, p2, p3, winding }); in get_geometry() [all …]
|