Lines Matching refs:fLeft
210 glyph.fLeft = ir.fLeft;
225 glyph.fLeft -= 1;
239 glyph.fLeft = 0;
257 glyph.fLeft = dst.fBounds.fLeft;
268 glyph.fLeft = 0;
472 matrix.setTranslate(-SkIntToScalar(mask.fBounds.fLeft),
486 1, 0, -SkIntToScalar(mask.fBounds.fLeft),
490 matrix.setAll(4, 0, -SkIntToScalar(mask.fBounds.fLeft + 1) * 4,
636 if (srcMask.fBounds.fLeft < dstMask.fBounds.fLeft) {
637 int32_t leftDiff = dstMask.fBounds.fLeft - srcMask.fBounds.fLeft;
639 srcMask.fBounds.fLeft = dstMask.fBounds.fLeft;
641 if (dstMask.fBounds.fLeft < srcMask.fBounds.fLeft) {
642 int32_t leftDiff = srcMask.fBounds.fLeft - dstMask.fBounds.fLeft;
644 dstMask.fBounds.fLeft = srcMask.fBounds.fLeft;