Home
last modified time | relevance | path

Searched refs:posAndUVPoints (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp466 PosAndUV posAndUVPoints[6]; in create_vertices() local
467 posAndUVPoints[0].fPos = fanPt; in create_vertices()
468 posAndUVPoints[1].fPos = qpts[0]; in create_vertices()
469 posAndUVPoints[2].fPos = qpts[2]; in create_vertices()
470 posAndUVPoints[3].fPos = qpts[0] + segb.fNorms[0]; in create_vertices()
471 posAndUVPoints[4].fPos = qpts[2] + segb.fNorms[1]; in create_vertices()
474 posAndUVPoints[5].fPos = qpts[1] + midVec; in create_vertices()
477 toUV.apply(posAndUVPoints, 6, sizeof(PosAndUV), sizeof(SkPoint)); in create_vertices()
479 verts << posAndUVPoints[0].fPos << color << posAndUVPoints[ in create_vertices()
[all...]

Completed in 2 milliseconds