Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.h28 , fAllowCaching(allowCaching) { in SoftwarePathRenderer()
77 bool fAllowCaching; variable
DSoftwarePathRenderer.cpp248 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() && in onDrawPath()
/third_party/flutter/skia/src/gpu/
DGrSoftwarePathRenderer.h24 , fAllowCaching(allowCaching) { in GrSoftwarePathRenderer()
73 bool fAllowCaching; variable
DGrSoftwarePathRenderer.cpp255 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() && in onDrawPath()