Home
last modified time | relevance | path

Searched refs:fAllowCaching (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrSoftwarePathRenderer.h26 , fAllowCaching(allowCaching) { in GrSoftwarePathRenderer()
75 bool fAllowCaching; variable
DGrSoftwarePathRenderer.cpp242 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() && in onDrawPath()
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.h24 , fAllowCaching(allowCaching) { in GrSoftwarePathRenderer()
73 bool fAllowCaching; variable
DGrSoftwarePathRenderer.cpp256 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() && in onDrawPath()