Searched defs:hasColors (Results 1 – 12 of 12) sorted by relevance
/third_party/node/lib/internal/ |
D | tty.js | 215 function hasColors(count, env) { function 229 hasColors field
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 56 bool hasColors() const { return fHasColors; } in hasColors() function in __anon0a97326f0111::DrawAtlasOp 77 bool hasColors, in make_gp() 314 bool hasColors) { in randomize_params() 331 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrDrawVerticesOp.cpp | 640 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params() 674 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasOp.cpp | 70 bool hasColors() const { return fHasColors; } in hasColors() function in __anon69d151a10111::DrawAtlasOpImpl 92 bool hasColors, in make_gp() 362 bool hasColors) { in randomize_params() 379 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
D | DrawVerticesOp.cpp | 662 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params() 699 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
|
/third_party/skia/src/core/ |
D | SkVerticesPriv.h | 25 bool hasColors() const { return SkToBool(fVertices->fColors); } in hasColors() function
|
D | SkVertices.cpp | 101 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local 278 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
|
/third_party/node/lib/ |
D | tty.js | 125 WriteStream.prototype.hasColors = hasColors; method in WriteStream
|
/third_party/flutter/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
|
/third_party/flutter/skia/include/core/ |
D | SkVertices.h | 214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1438 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint() 1533 bool hasColors = vertices->hasColors(); in drawVertices() local
|
/third_party/skia/src/gpu/v1/ |
D | Device.cpp | 92 bool hasColors, in init_vertices_paint()
|