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()
64 if (origSkPath.isEmpty()) { in onInitPath()
67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
70 const SkPath* skPath = &origSkPath; in onInitPath()
DGrGLPath.cpp272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) in GrGLPath() argument
273 : INHERITED(gpu, origSkPath, style), in GrGLPath()
276 if (origSkPath.isEmpty()) { in GrGLPath()
281 const SkPath* skPath = &origSkPath; in GrGLPath()