Searched refs:glPathRange (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 165 const GrGLPathRange* glPathRange = static_cast<const GrGLPathRange*>(pathRange); in onDrawPaths() local 173 if (glPathRange->shouldStroke()) { in onDrawPaths() 174 if (glPathRange->shouldFill()) { in onDrawPaths() 176 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths() 181 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths() 186 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
|