Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.cpp1486 fBoundsRight = bounds.fRight; in RowIter()
1489 SkASSERT(fRight <= fBoundsRight); in RowIter()
1506 if (fRight == fBoundsRight) { in next()
1514 SkASSERT(fRight <= fBoundsRight); in next()
1523 int fBoundsRight; member in RowIter