Home
last modified time | relevance | path

Searched refs:show_bounds (Results 1 – 4 of 4) sorted by relevance

/external/skqp/gm/
Dimagemakewithfilter.cpp19 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()
Dfontmgr.cpp220 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/
Dimagemakewithfilter.cpp40 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()
Dfontmgr.cpp226 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()