Home
last modified time | relevance | path

Searched defs:hasColors (Results 1 – 12 of 12) sorted by relevance

/third_party/node/lib/internal/
Dtty.js215 function hasColors(count, env) { function
229 hasColors field
/third_party/flutter/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp56 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
DGrDrawVerticesOp.cpp640 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/
DDrawAtlasOp.cpp70 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
DDrawVerticesOp.cpp662 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/
DSkVerticesPriv.h25 bool hasColors() const { return SkToBool(fVertices->fColors); } in hasColors() function
DSkVertices.cpp101 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/
Dtty.js125 WriteStream.prototype.hasColors = hasColors; method in WriteStream
/third_party/flutter/skia/src/core/
DSkVertices.cpp97 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/
DSkVertices.h214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.cpp1438 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint()
1533 bool hasColors = vertices->hasColors(); in drawVertices() local
/third_party/skia/src/gpu/v1/
DDevice.cpp92 bool hasColors, in init_vertices_paint()