Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceFillContext.h46 void clearAtLeast(const SkIRect& scissor, const SkRGBA4f<AlphaType>& color) { in clearAtLeast() function
/third_party/skia/src/gpu/v1/
DDevice.cpp244 fSurfaceDrawContext->clearAtLeast(rect, SK_PMColor4fTRANSPARENT); in clearAll()
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp251 dstSDC->clearAtLeast(rect, SK_PMColor4fTRANSPARENT); in convolve_gaussian()