Home
last modified time | relevance | path

Searched defs:kSentinel (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkFontDescriptor.cpp24 kSentinel = 0xFF, enumerator
/third_party/flutter/skia/src/core/
DSkFontDescriptor.cpp26 kSentinel = 0xFF, enumerator
/third_party/skia/tests/
DTDPQueueTest.cpp83 static const Mock kSentinel = {-1, -1, -1}; in random_test() local
/third_party/flutter/skia/tests/
DTDPQueueTest.cpp83 static const Dummy kSentinel = {-1, -1, -1}; in random_test() local
/third_party/flutter/skia/src/gpu/geometry/
DGrQuadBuffer.h150 static constexpr unsigned kSentinel = 0xbaffe; variable
/third_party/skia/src/gpu/geometry/
DGrQuadBuffer.h152 inline static constexpr unsigned kSentinel = 0xbaffe; variable