Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrRecordingContext.h209 void incNumPathMasksGenerated() { fNumPathMasksGenerated++; } in incNumPathMasksGenerated() function
224 void incNumPathMasksGenerated() {} in incNumPathMasksGenerated() function
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp387 args.fContext->priv().stats()->incNumPathMasksGenerated(); in onDrawPath()