Lines Matching refs:verts

1097         // Second, the outer radius is used to compute the verts of the bounding box that is
1585 // Second, the outer radius is used to compute the verts of the bounding box that is
2018 VertexWriter verts{helper.vertices()};
2019 if (!verts) {
2051 verts.writeQuad(VertexWriter::TriStripFromRect(
2294 VertexWriter verts{helper.vertices()};
2295 if (!verts) {
2326 verts.writeQuad(VertexWriter::TriStripFromRect(drawBounds),
2587 // Second, the outer radius is used to compute the verts of the bounding box that is
2625 static void FillInOverstrokeVerts(VertexWriter& verts, const SkRect& bounds, SkScalar smInset,
2631 verts << (bounds.fLeft + smInset) << (bounds.fTop + smInset)
2637 verts << (bounds.fRight - smInset) << (bounds.fTop + smInset)
2642 verts << (bounds.fLeft + bigInset) << (bounds.fTop + bigInset)
2647 verts << (bounds.fRight - bigInset) << (bounds.fTop + bigInset)
2652 verts << (bounds.fLeft + bigInset) << (bounds.fBottom - bigInset)
2657 verts << (bounds.fRight - bigInset) << (bounds.fBottom - bigInset)
2663 verts << (bounds.fLeft + smInset) << (bounds.fBottom - smInset)
2669 verts << (bounds.fRight - smInset) << (bounds.fBottom - smInset)
2714 VertexWriter verts{target->makeVertexSpace(fProgramInfo->geomProc().vertexStride(),
2716 if (!verts) {
2745 verts << bounds.fLeft << yCoords[i]
2750 verts << (bounds.fLeft + outerRadius) << yCoords[i]
2755 verts << (bounds.fRight - outerRadius) << yCoords[i]
2760 verts << bounds.fRight << yCoords[i]
2781 FillInOverstrokeVerts(verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset,
3045 VertexWriter verts{helper.vertices()};
3046 if (!verts) {
3094 verts << bounds.fLeft << yCoords[i]
3100 verts << (bounds.fLeft + xOuterRadius) << yCoords[i]
3106 verts << (bounds.fRight - xOuterRadius) << yCoords[i]
3112 verts << bounds.fRight << yCoords[i]