Lines Matching refs:numPaths
132 const int numPaths = typeface->countGlyphs(); in createGlyphs() local
133 const GrGLuint basePathID = this->genPaths(numPaths); in createGlyphs()
139 numPaths, templatePath->pathID(), in createGlyphs()
143 this->deletePaths(basePathID, numPaths); in createGlyphs()
151 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke)); in createGlyphs()
365 GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, in stencilThenCoverFillPathInstanced() argument
369 GL_CALL(StencilThenCoverFillPathInstanced(numPaths, pathNameType, paths, pathBase, fillMode, in stencilThenCoverFillPathInstanced()
373 GL_CALL(StencilFillPathInstanced(numPaths, pathNameType, paths, pathBase, in stencilThenCoverFillPathInstanced()
375 GL_CALL(CoverFillPathInstanced(numPaths, pathNameType, paths, pathBase, in stencilThenCoverFillPathInstanced()
380 GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, in stencilThenCoverStrokePathInstanced() argument
384 GL_CALL(StencilThenCoverStrokePathInstanced(numPaths, pathNameType, paths, pathBase, in stencilThenCoverStrokePathInstanced()
390 GL_CALL(StencilStrokePathInstanced(numPaths, pathNameType, paths, pathBase, in stencilThenCoverStrokePathInstanced()
392 GL_CALL(CoverStrokePathInstanced(numPaths, pathNameType, paths, pathBase, in stencilThenCoverStrokePathInstanced()