Home
last modified time | relevance | path

Searched refs:GrFillRuleForSkPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCClipPath.cpp45 GrFillRuleForSkPath(fDeviceSpacePath), &fDevToAtlasOffset); in renderPathInAtlas()
DGrCoverageCountingPathRenderer.cpp79 key = (key << 1) | (uint32_t)GrFillRuleForSkPath(deviceSpacePath); in makeClipProcessor()
/external/skia/include/private/
DGrTypesPriv.h202 inline GrFillRule GrFillRuleForSkPath(const SkPath& path) { in GrFillRuleForSkPath() function