Lines Matching defs:cur
236 SkRect cur;
237 font.getBounds(&glyphId, 1, &cur, nullptr);
238 if (cur.fLeft < min.fLeft ) { min.fLeft = cur.fLeft; left = i; }
239 if (cur.fTop < min.fTop ) { min.fTop = cur.fTop ; top = i; }
240 if (min.fRight < cur.fRight ) { min.fRight = cur.fRight; right = i; }
241 if (min.fBottom < cur.fBottom) { min.fBottom = cur.fBottom; bottom = i; }