Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp53 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()
DGrGLPath.cpp263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() argument
264 : INHERITED(gpu, origSkPath, origStroke), in GrGLPath()
267 if (origSkPath.isEmpty()) { in GrGLPath()
272 const SkPath* skPath = &origSkPath; in GrGLPath()