Home
last modified time | relevance | path

Searched defs:kNull (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/utils/
DSkJSON.h59 kNull, enumerator
127 kNull = 0b00000001, // no payload enumerator
/third_party/flutter/skia/src/utils/
DSkJSON.h59 kNull, enumerator
128 kNull = 0b00100000, // no payload enumerator
/third_party/skia/third_party/externals/tint/src/inspector/
Dscalar.h59 kNull, enumerator
/third_party/flutter/skia/modules/skottie/src/effects/
DEffects.cpp122 static skjson::NullValue kNull; in GetPropValue() local
/third_party/skia/modules/skottie/src/effects/
DEffects.cpp176 static skjson::NullValue kNull; in GetPropValue() local
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h50 kNull, // A null value. enumerator
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dstandard_codec.cc29 kNull = 0, enumerator
/third_party/flutter/skia/dm/
DDMSrcSink.h61 enum Type { kNull, kGPU, kVector, kRaster } type; enumerator
/third_party/skia/dm/
DDMSrcSink.h80 enum Type { kNull, kGPU, kVector, kRaster } type; enumerator
/third_party/flutter/skia/src/sksl/
DSkSLASTNode.h101 kNull, enumerator
/third_party/googletest/googletest/test/
Dgtest_unittest.cc1088 static const wchar_t* const kNull = nullptr; variable