Searched refs:drawAndStencilRect (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetContextPriv.h | 77 bool drawAndStencilRect(const GrHardClip&,
|
D | GrReducedClip.cpp | 694 return rtc->priv().drawAndStencilRect(clip, ss, (SkRegion::Op)element->getOp(), in stencil_element() 793 if (!rtc->priv().drawAndStencilRect(clip, &kDrawOutsideElement, op, !invert, GrAA::kNo, in drawAlphaClipMask()
|
D | GrRenderTargetContext.cpp | 864 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrHardClip& clip, in drawAndStencilRect() function in GrRenderTargetContextPriv 1753 this->drawAndStencilRect(clip, ss, op, invert, GrAA::kNo, SkMatrix::I(), in drawAndStencilPath()
|
/external/skqp/gm/ |
D | windowrectangles.cpp | 215 maskRTC->priv().drawAndStencilRect(make_stencil_only_clip(), &GrUserStencilSettings::kUnused, in visualizeAlphaMask()
|