Lines Matching refs:left
705 glyph->fLeft = bounds.left();
717 if (bbox.left >= bbox.right || bbox.top >= bbox.bottom) {
721 // We're trying to pack left and top into int16_t,
724 SkIRect::MakeLTRB(bbox.left, bbox.top, bbox.right, bbox.bottom))) {
728 glyph->fWidth = SkToU16(bbox.right - bbox.left);
730 glyph->fLeft = SkToS16(bbox.left);
1037 bbox.left = glyph.left();
1039 bbox.right = glyph.left() + glyph.width();
1064 matrix.postTranslate(-SkIntToScalar(glyph.left()), -SkIntToScalar(glyph.top()));
1153 canvas.translate(-glyph.left(), -glyph.top());