Home
last modified time | relevance | path

Searched defs:canDrawPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DPathRendererChain.cpp101 PathRenderer::CanDrawPath canDrawPath = pr->canDrawPath(args); in getPathRenderer() local
H A DPathRenderer.h118 CanDrawPath canDrawPath(const CanDrawPathArgs& args) const { in canDrawPath() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAtlasPathRenderer.cpp300 bool canDrawPath = args.fShape->style().isSimpleFill() && in onCanDrawPath() local