Searched refs:fBoundsBase (Results 1 – 1 of 1) sorted by relevance
62 fBoundsBase[0] = bounds[0]; in SkTextInterceptsIter()63 fBoundsBase[1] = bounds[1]; in SkTextInterceptsIter()86 SkScalar bound = fBoundsBase[i] - (fXYIndex ? x : y); in setPosition()99 SkScalar fBoundsBase[2]; variable