Lines Matching refs:isIndexed
95 if (this->isIndexed()) { in addLine()
111 if (this->isIndexed()) { in addQuad()
136 if (this->isIndexed()) { in addCubic()
197 bool isIndexed() const { in isIndexed() function in __anonee0b1f2d0111::PathGeoBuilder
234 if (this->isIndexed()) { in allocNewBuffers()
269 if (!this->isIndexed()) { in emitMeshAndPutBackReserve()
399 bool isIndexed = instanceCount > 1; in onPrepareDraws() local
400 for (int i = 0; !isIndexed && i < instanceCount; i++) { in onPrepareDraws()
402 isIndexed = isIndexed || PathGeoBuilder::PathHasMultipleSubpaths(args.fPath); in onPrepareDraws()
408 primitiveType = isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in onPrepareDraws()
410 primitiveType = isIndexed ? GrPrimitiveType::kTriangles : GrPrimitiveType::kTriangleFan; in onPrepareDraws()