Searched refs:GrFillRuleForSkPath (Results 1 – 3 of 3) sorted by relevance
45 GrFillRuleForSkPath(fDeviceSpacePath), &fDevToAtlasOffset); in renderPathInAtlas()
79 key = (key << 1) | (uint32_t)GrFillRuleForSkPath(deviceSpacePath); in makeClipProcessor()
202 inline GrFillRule GrFillRuleForSkPath(const SkPath& path) { in GrFillRuleForSkPath() function