Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrRecordingContext.h212 void incNumPathMasksCacheHits() { fNumPathMaskCacheHits++; } in incNumPathMasksCacheHits() function
225 void incNumPathMasksCacheHits() {} in incNumPathMasksCacheHits() function
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp328 args.fContext->priv().stats()->incNumPathMasksCacheHits(); in onDrawPath()