Home
last modified time | relevance | path

Searched refs:draw_mask (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/gm/
Dbitmapshader.cpp38 static void draw_mask(SkBitmap* bm) { in draw_mask() function
55 draw_mask(&fMask); in onOnceBeforeDraw()
Dsavelayer.cpp156 static void draw_mask(SkCanvas* canvas, int size) { in draw_mask() function
197 draw_mask(surf->getCanvas(), size); in __anonc8baa3500202()
203 draw_mask(surf->getCanvas(), size); in __anonc8baa3500302()
209 draw_mask(recorder.beginRecording(size, size), size); in __anonc8baa3500402()
Dshadermaskfilter.cpp248 static void draw_mask(SkCanvas* canvas) { in draw_mask() function
262 draw_mask(surface->getCanvas()); in __anon64938a0d0302()
268 draw_mask(recorder.beginRecording(kSize, kSize)); in __anon64938a0d0402()
/third_party/skia/gm/
Dbitmapshader.cpp38 static sk_sp<SkImage> draw_mask() { in draw_mask() function
55 fMask = draw_mask(); in onOnceBeforeDraw()
/third_party/flutter/skia/src/gpu/
DGrBlurUtils.cpp36 static bool draw_mask(GrRenderTargetContext* renderTargetContext, in draw_mask() function
167 return draw_mask(renderTargetContext, clipData, viewMatrix, drawRect, in sw_draw_with_mask_filter()
417 if (draw_mask(renderTargetContext, clip, viewMatrix, in draw_shape_with_mask_filter()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp45 static bool draw_mask(skgpu::v1::SurfaceDrawContext* sdc, in draw_mask() function
531 if (draw_mask(sdc, clip, viewMatrix, maskRect, std::move(paint), in draw_shape_with_mask_filter()
546 if (draw_mask(sdc, clip, viewMatrix, maskRect, std::move(paint), in draw_shape_with_mask_filter()