Searched refs:set_bounds (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkPaint.cpp | 706 static void set_bounds(const SkGlyph& g, SkRect* bounds) in set_bounds() function 785 set_bounds(*g, bounds); in measure_text() 1028 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) in set_bounds() function 1086 set_bounds(g, bounds++, scale); in getTextWidths() 1105 set_bounds(g, bounds++); in getTextWidths() 1122 set_bounds(g, bounds++, scale); in getTextWidths() 1133 set_bounds(g, bounds++); in getTextWidths()
|