Searched refs:show_bounds (Results 1 – 4 of 4) sorted by relevance
/external/skqp/gm/ |
D | imagemakewithfilter.cpp | 19 static void show_bounds(SkCanvas* canvas, const SkIRect& subset, const SkIRect& clip) { in show_bounds() function 89 show_bounds(canvas, SkIRect::MakeXYWH(offset.x(), offset.y(), outSubset.width(), in onDraw()
|
D | fontmgr.cpp | 220 static void show_bounds(SkCanvas* canvas, const SkFont& font, SkScalar x, SkScalar y, in show_bounds() function in FontMgrBoundsGM 338 show_bounds(canvas, font, x, y, boundsColors[index & 1]); in onDraw()
|
/external/skia/gm/ |
D | imagemakewithfilter.cpp | 40 static void show_bounds(SkCanvas* canvas, const SkIRect* clip, const SkIRect* inSubset, in show_bounds() function 334 show_bounds(canvas, &clipBound, &subset, outSubsetBounds); in onDraw()
|
D | fontmgr.cpp | 226 static SkRect show_bounds(SkCanvas* canvas, const SkFont& font, SkScalar x, SkScalar y, in show_bounds() function in FontMgrBoundsGM 355 SkRect drawBounds = show_bounds(canvas, font, x, y, color, fLabelBounds); in onDraw()
|