Lines Matching refs:qpts
456 SkPoint qpts[] = {sega.endPt(), segb.fPts[0], segb.fPts[1]}; in create_vertices() local
458 SkScalar c0 = segb.fNorms[0].dot(qpts[0]); in create_vertices()
459 SkScalar c1 = segb.fNorms[1].dot(qpts[2]); in create_vertices()
470 posAndUVPoints[1].fPos = qpts[0]; in create_vertices()
471 posAndUVPoints[2].fPos = qpts[2]; in create_vertices()
472 posAndUVPoints[3].fPos = qpts[0] + segb.fNorms[0]; in create_vertices()
473 posAndUVPoints[4].fPos = qpts[2] + segb.fNorms[1]; in create_vertices()
476 posAndUVPoints[5].fPos = qpts[1] + midVec; in create_vertices()
478 GrPathUtils::QuadUVMatrix toUV(qpts); in create_vertices()
487 -segb.fNorms[1].dot(qpts[0]) + c1); in create_vertices()
490 -segb.fNorms[0].dot(qpts[2]) + c0, in create_vertices()