Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetContext.h393 bool drawFilledDRRect(const GrClip& clip,
DSkGpuDevice.h224 bool drawFilledDRRect(const SkMatrix& viewMatrix, const SkRRect& outer,
DGrRenderTargetContext.cpp1173 bool GrRenderTargetContext::drawFilledDRRect(const GrClip& clip, in drawFilledDRRect() function in GrRenderTargetContext
1259 if (this->drawFilledDRRect(clip, std::move(paint), aa, viewMatrix, outer, inner)) { in drawDRRect()