Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DDashOp.cpp423 SkPoint endPts[2]; in onPrepareDraws() local
424 endPts[1] = draw.fPtsRot[1]; in onPrepareDraws()
425 endPts[0].fY = endPts[1].fY; in onPrepareDraws()
426 endPts[0].fX = endPts[1].fX - endingInterval; in onPrepareDraws()
428 endRect.setBounds(endPts, 2); in onPrepareDraws()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp438 SkPoint endPts[2]; in onPrepareDraws() local
439 endPts[1] = draw.fPtsRot[1]; in onPrepareDraws()
440 endPts[0].fY = endPts[1].fY; in onPrepareDraws()
441 endPts[0].fX = endPts[1].fX - endingInterval; in onPrepareDraws()
443 endRect.set(endPts, 2); in onPrepareDraws()
/third_party/flutter/skia/src/core/
DSkGeometry.cpp1283 SkDEBUGCODE(SkPoint* endPts); in chopIntoQuadsPOW2()
1293 SkDEBUGCODE(endPts = &pts[5]); in chopIntoQuadsPOW2()
1297 SkDEBUGCODE(endPts = ) subdivide(*this, pts + 1, pow2); in chopIntoQuadsPOW2()
1301 SkASSERT(endPts - pts == ptCount); in chopIntoQuadsPOW2()
/third_party/skia/src/core/
DSkGeometry.cpp1482 SkDEBUGCODE(SkPoint* endPts); in chopIntoQuadsPOW2()
1492 SkDEBUGCODE(endPts = &pts[5]); in chopIntoQuadsPOW2()
1496 SkDEBUGCODE(endPts = ) subdivide(*this, pts + 1, pow2); in chopIntoQuadsPOW2()
1500 SkASSERT(endPts - pts == ptCount); in chopIntoQuadsPOW2()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStroker.cpp500 SkPoint endPts[2] = {{0, 0}, {v[0], v[1]}}; in appendCap() local
501 this->appendLinearStrokeInstance().set(endPts, offset[0], offset[1], fCurrStrokeRadius); in appendCap()