Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dtty.js222 function hasColors(count, env) { function
236 hasColors, property
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp70 bool hasColors() const { return fHasColors; } in hasColors() function in __anonb836baec0111::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/node/lib/internal/util/
Dcolors.js16 hasColors: false, property
/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
311 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
/third_party/node/lib/
Dtty.js124 WriteStream.prototype.hasColors = hasColors; method in WriteStream
/third_party/skia/src/gpu/v1/
DDevice.cpp92 bool hasColors, in init_vertices_paint()