Searched defs:hasColors (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 56 bool hasColors() const { return fHasColors; } in hasColors() function in __anon0c3674a70111::DrawAtlasOp 77 bool hasColors, in make_gp() 313 bool hasColors) { in randomize_params() 330 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrDrawVerticesOp.cpp | 641 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params() 675 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
/external/skqp/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 17 bool hasColors, in make_gp() 233 bool hasColors) { in randomize_params() 250 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrDrawAtlasOp.h | 58 bool hasColors() const { return fHasColors; } in hasColors() function
|
D | GrDrawVerticesOp.cpp | 590 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params() 624 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
|
/external/skia/src/core/ |
D | SkVertices.cpp | 97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local 394 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
|
/external/skqp/src/core/ |
D | SkVertices.cpp | 97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local 394 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
|
/external/skia/include/core/ |
D | SkVertices.h | 214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
|
/external/skqp/include/core/ |
D | SkVertices.h | 214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1423 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint() 1518 bool hasColors = vertices->hasColors(); in drawVertices() local
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.cpp | 1583 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint() 1678 bool hasColors = vertices->hasColors(); in drawVertices() local
|