Searched refs:origSkPath (Results 1 – 2 of 2) sorted by relevance
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath()64 if (origSkPath.isEmpty()) { in onInitPath()67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()70 const SkPath* skPath = &origSkPath; in onInitPath()
272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath() argument273 : INHERITED(gpu, origSkPath, style), in GrGLPath()276 if (origSkPath.isEmpty()) { in GrGLPath()281 const SkPath* skPath = &origSkPath; in GrGLPath()