Searched defs:hasIndices (Results 1 – 6 of 6) sorted by relevance
27 bool hasIndices() const { return SkToBool(fVertices->fIndices); } in hasIndices() function
217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
641 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params()673 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
663 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params()698 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
514 bool hasIndices() const { in hasIndices() function
1257 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr