Lines Matching refs:fBasePathID
16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())), in GrGLPathRange()
29 fBasePathID(basePathID), in GrGLPathRange()
61 GR_GL_CALL_RET(gpu->glInterface(), isPath, IsPath(fBasePathID + index))); in onInitPath()
65 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath()
67 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath()
68 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStyle.strokeRec()); in onInitPath()
88 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
97 if (0 != fBasePathID) { in onRelease()
98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID, in onRelease()
100 fBasePathID = 0; in onRelease()
107 fBasePathID = 0; in onAbandon()