Home | History | Annotate | Download | only in core

Lines Matching refs:top

988             // need the unclipped top/left for the translate
1281 const SkGlyph& glyph, int left, int top) {
1288 top += glyph.fTop;
1291 int bottom = top + glyph.fHeight;
1297 mask.fBounds.set(left, top, right, bottom);
1301 if (!state.fClipBounds.containsNoEmptyCheck(left, top, right, bottom)) {
1322 const SkGlyph& glyph, int left, int top) {
1330 top += glyph.fTop;
1332 mask.fBounds.set(left, top, left + glyph.fWidth, top + glyph.fHeight);
1356 const SkGlyph& glyph, int left, int top) {
1362 top += glyph.fTop;
1364 mask.fBounds.set(left, top, left + glyph.fWidth, top + glyph.fHeight);
1378 // (unadjusted) left,top coordinates (the caller called fixedfloor)
1381 top - glyph.fTop, glyph)) {