Home
last modified time | relevance | path

Searched defs:qpts (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp441 SkPoint* qpts = quads->push_back_n(6); in convert_noninflect_cubic_to_quads_with_constraint() local
449 SkPoint* qpts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint() local
/third_party/skia/tests/
DGeometryTest.cpp232 const SkPoint* qpts = quadder.computeQuads(pts, w, 0.25); in test_this_conic_to_quad() local
/third_party/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp454 SkPoint qpts[] = {sega.endPt(), segb.fPts[0], segb.fPts[1]}; in create_vertices() local