Home
last modified time | relevance | path

Searched refs:endPts (Results 1 – 2 of 2) 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/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()