Searched defs:hasColors (Results 1 – 12 of 12) sorted by relevance
17 bool hasColors, in make_gp()233 bool hasColors) { in randomize_params()250 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
58 bool hasColors() const { return fHasColors; } in hasColors() function
590 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params()624 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
70 bool hasColors() const { return fHasColors; } in hasColors() function in __anon17cbc72e0111::DrawAtlasOp94 bool hasColors, in make_gp()352 bool hasColors) { in randomize_params()369 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
660 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params()697 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
25 bool hasColors() const { return SkToBool(fVertices->fColors); } in hasColors() function
101 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local286 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local394 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
1583 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint()1678 bool hasColors = vertices->hasColors(); in drawVertices() local
832 bool hasColors,