Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetContext.h467 bool drawFilledDRRect(const GrClip& clip,
DGrRenderTargetContext.cpp1344 bool GrRenderTargetContext::drawFilledDRRect(const GrClip& clip, in drawFilledDRRect() function in GrRenderTargetContext
1449 if (this->drawFilledDRRect(clip, std::move(paint), aa, viewMatrix, outer, inner)) { in drawDRRect()