Home
last modified time | relevance | path

Searched refs:draw_blob (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DTextBlobCacheTest.cpp204 static SkBitmap draw_blob(SkTextBlob* blob, SkSurface* surface, SkPoint offset) { in draw_blob() function
298 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f});
322 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
323 SkBitmap half = draw_blob(blob.get(), surface.get(), {40, y + 0.5f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
324 SkBitmap unit = draw_blob(blob.get(), surface.get(), {40, y + 1.0f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
347 SkBitmap base = draw_blob(blob.get(), surface.get(), {x + 0.0f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
348 SkBitmap half = draw_blob(blob.get(), surface.get(), {x + 0.5f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
349 SkBitmap unit = draw_blob(blob.get(), surface.get(), {x + 1.0f, 40}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
379 auto expectedBitMap = draw_blob(expectedBlob.get(), surface.get(), {40, y}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
380 auto movingBitmap = draw_blob(movingBlob.get(), surface.get(), {40, y}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/gm/
Dmixedtextblobs.cpp28 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()
/third_party/skia/gm/
Dmixedtextblobs.cpp28 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()