Searched refs:origSkPath (Results 1 – 2 of 2) sorted by relevance
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath()65 if (origSkPath.isEmpty()) { in onInitPath()68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()71 const SkPath* skPath = &origSkPath; in onInitPath()
263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() argument264 : INHERITED(gpu, origSkPath, origStroke), in GrGLPath()267 if (origSkPath.isEmpty()) { in GrGLPath()272 const SkPath* skPath = &origSkPath; in GrGLPath()