Searched refs:draw_blob (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | TextBlobCacheTest.cpp | 192 static SkBitmap draw_blob(SkTextBlob* blob, SkSurface* surface, SkPoint offset) { in draw_blob() function 286 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f}); 310 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 311 SkBitmap half = draw_blob(blob.get(), surface.get(), {40, y + 0.5f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 312 SkBitmap unit = draw_blob(blob.get(), surface.get(), {40, y + 1.0f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 335 SkBitmap base = draw_blob(blob.get(), surface.get(), {x + 0.0f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 336 SkBitmap half = draw_blob(blob.get(), surface.get(), {x + 0.5f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 337 SkBitmap unit = draw_blob(blob.get(), surface.get(), {x + 1.0f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 367 auto expectedBitMap = draw_blob(expectedBlob.get(), surface.get(), {40, y}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 368 auto movingBitmap = draw_blob(movingBlob.get(), surface.get(), {40, y}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/gm/ |
D | mixedtextblobs.cpp | 20 static void draw_blob(SkCanvas* canvas, const SkTextBlob* blob, const SkPaint& skPaint, in draw_blob() function 136 draw_blob(canvas, fBlob.get(), paint, clipRects[x]); in onDraw()
|
/external/skia/gm/ |
D | mixedtextblobs.cpp | 28 static void draw_blob(SkCanvas* canvas, const SkTextBlob* blob, const SkPaint& skPaint, in draw_blob() function 143 draw_blob(canvas, fBlob.get(), paint, clipRects[x]); in onDraw()
|