Lines Matching refs:fBounds
12 fBounds = bounds; in SkCoverageDeltaList()
66 fBounds = bounds; in SkCoverageDeltaMask()
69 fAntiRect.fY = fBounds.fBottom; in SkCoverageDeltaMask()
72 fExpandedWidth = ExpandWidth(fBounds.width()); in SkCoverageDeltaMask()
80 fDeltas = fDeltaStorage + PADDING - this->index(fBounds.fLeft, fBounds.fTop); in SkCoverageDeltaMask()
87 SkFixed* deltaRow = &this->delta(fBounds.fLeft, fBounds.fTop); in convertCoverageToAlpha()
89 for(int iy = 0; iy < fBounds.height(); ++iy) { in convertCoverageToAlpha()
91 if (fAntiRect.fHeight && iy == fAntiRect.fY - fBounds.fTop) { in convertCoverageToAlpha()
93 int L = fAntiRect.fX - fBounds.fLeft; in convertCoverageToAlpha()
95 sk_bzero(maskRow, fBounds.width()); in convertCoverageToAlpha()
104 maskRow += fBounds.width(); in convertCoverageToAlpha()
134 maskRow += fBounds.width(); in convertCoverageToAlpha()