Home
last modified time | relevance | path

Searched refs:yCoords (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DGrOvalOpFactory.cpp2711 SkScalar yCoords[4] = {bounds.fTop, bounds.fTop + outerRadius, in onPrepareDraws() local
2721 verts << bounds.fLeft << yCoords[i] in onPrepareDraws()
2726 verts << (bounds.fLeft + outerRadius) << yCoords[i] in onPrepareDraws()
2731 verts << (bounds.fRight - outerRadius) << yCoords[i] in onPrepareDraws()
2736 verts << bounds.fRight << yCoords[i] in onPrepareDraws()
3061 SkScalar yCoords[4] = {bounds.fTop, bounds.fTop + yOuterRadius, in onPrepareDraws() local
3070 verts << bounds.fLeft << yCoords[i] in onPrepareDraws()
3076 verts << (bounds.fLeft + xOuterRadius) << yCoords[i] in onPrepareDraws()
3082 verts << (bounds.fRight - xOuterRadius) << yCoords[i] in onPrepareDraws()
3088 verts << bounds.fRight << yCoords[i] in onPrepareDraws()