Home
last modified time | relevance | path

Searched refs:kEmpty (Results 1 - 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.cc27 ctrl_t::kSentinel, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty,
28 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty,
29 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_
[all...]
H A Dhash_generator_testing.h59 kEmpty, member in absl::container_internal::hash_internal::EnumClass
99 if (variate != EnumClass::kEmpty && variate != EnumClass::kDeleted) in operator ()()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp330 const char kEmpty[] = ""; member
333 using CompressedTextureDXT1Test = _Test<kDXT1, kEmpty, true, true, false, false>;
334 using CompressedTextureDXT3Test = _Test<kDXT3, kEmpty, true, true, false, false>;
335 using CompressedTextureDXT5Test = _Test<kDXT5, kEmpty, true, true, false, false>;
336 using CompressedTextureS3TCSRGBTest = _Test<kS3TCSRGB, kEmpty, true, true, false, false>;
337 using CompressedTextureRGTCTest = _Test<kRGTC, kEmpty, true, true, false, false>;
338 using CompressedTextureBPTCTest = _Test<kBPTC, kEmpty, true, true, true, false>;
340 using CompressedTextureETC1Test = _Test<kETC1, kEmpty, false, false, false, false>;
343 using CompressedTextureEACR11UTest = _Test<kEACR11U, kEmpty, true, true, false, true>;
344 using CompressedTextureEACR11STest = _Test<kEACR11S, kEmpty, tru
[all...]
/third_party/skia/src/core/
H A DSkMiniRecorder.cpp68 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {} in SkMiniRecorder()
70 if (fState != State::kEmpty) { in ~SkMiniRecorder()
75 SkASSERT(fState == State::kEmpty); in ~SkMiniRecorder()
79 if (fState != State::kEmpty) { return false; } \
104 fState = State::kEmpty; \ in detachAsPicture()
112 case State::kEmpty: in detachAsPicture()
127 fState = State::kEmpty; \ in flushAndReset()
134 case State::kEmpty: return; in flushAndReset()
H A DSkClipStack.cpp23 case DeviceSpaceType::kEmpty: in Element()
82 case DeviceSpaceType::kEmpty: in operator ==()
91 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local
104 case DeviceSpaceType::kEmpty: in getBounds()
105 return kEmpty; in getBounds()
108 return kEmpty; in getBounds()
120 case DeviceSpaceType::kEmpty: in contains()
138 case DeviceSpaceType::kEmpty: in contains()
167 case DeviceSpaceType::kEmpty: in invertShapeFillType()
263 case DeviceSpaceType::kEmpty in asDeviceSpacePath()
[all...]
H A DSkGlyphBuffer.h131 kEmpty, enumerator
135 } fTag{kEmpty}; enumerator
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp15 case Type::kEmpty: in operator =()
66 this->setType(Type::kEmpty); in simplifyPath()
107 this->setType(Type::kEmpty); in simplifyArc()
123 this->setType(Type::kEmpty); in simplifyArc()
173 this->setType(Type::kEmpty); in simplifyRect()
204 this->setType(Type::kEmpty); in simplifyLine()
229 this->setType(Type::kEmpty); in simplifyPoint()
248 case Type::kEmpty: in simplify()
286 case Type::kEmpty: in conservativeContains()
310 case Type::kEmpty in conservativeContains()
[all...]
H A DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine member in GrShape::Type
83 bool isEmpty() const { return this->type() == Type::kEmpty; } in isEmpty()
188 this->reset(Type::kEmpty); in reset()
275 Type fType = Type::kEmpty;
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp18 case Type::kEmpty: this->reset(); break; in operator =()
31 case Type::kEmpty: return false; in conservativeContains()
42 case Type::kEmpty: return false; in conservativeContains()
53 case Type::kEmpty: return true; in closed()
74 case Type::kEmpty: return Rect(0, 0, 0, 0); in bounds()
90 case Type::kEmpty: /* do nothing */ break; in asPath()
H A DShape.h30 kEmpty, kLine, kRect, kRRect, kPath member in skgpu::Shape::Type
58 bool isEmpty() const { return fType == Type::kEmpty; } in isEmpty()
151 this->setType(Type::kEmpty); in reset()
169 Type fType = Type::kEmpty;
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h208 SkASSERT(fTag != kEmpty); in uniquelyHeld()
220 SkASSERT(fTag != kEmpty); in key()
225 SkASSERT(fTag != kEmpty); in getCustomData()
230 SkASSERT(fTag != kEmpty); in refCustomData()
245 SkASSERT(fTag == kEmpty); in set()
258 fTag = kEmpty; in makeEmpty()
262 SkASSERT(fTag == kEmpty || fTag == kVertData); in set()
274 SkASSERT(e.fTag != kEmpty); in GetKey()
288 kEmpty, enumerator
291 } fTag { kEmpty }; enumerator
[all...]
H A DGrProcessorSet.h24 enum class Empty { kEmpty };
151 static constexpr Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
H A DGrProcessorSet.cpp17 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet()
22 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
/third_party/node/deps/v8/src/objects/
H A Dswiss-hash-table-helpers.h177 kEmpty = -128, // 0b10000000
182 kEmpty & kDeleted & kSentinel & 0x80,
184 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
185 "kEmpty and kDeleted must be smaller than kSentinel to make the "
190 static_assert(kEmpty == -128,
191 "kEmpty must be -128 to make the SIMD check for its "
193 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
194 "kEmpty and kDeleted must share an unset bit that is not shared "
207 kEmpty & kDeleted & kSentinel & kNotFullMask,
255 // This only works because kEmpty i
[all...]
H A Dname.h100 kEmpty = 0b11 member in v8::internal::Name::HashFieldType
110 HashFieldTypeBits::encode(HashFieldType::kEmpty);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h21 static constexpr Address kEmpty = kTaggedNullAddress; member in v8::internal::final
23 static constexpr Address kEmpty = kNullAddress;
28 return reinterpret_cast<Address>(value) == kEmpty; in IsEmpty()
156 return ptr_ == internal::ValueHelper::kEmpty; in IsEmpty()
160 V8_INLINE void Clear() { ptr_ = internal::ValueHelper::kEmpty; } in Clear()
183 internal::Address ptr_ = internal::ValueHelper::kEmpty;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dserial_utils.h30 void clear() { mValue = kEmpty; } in clear()
32 constexpr bool valid() const { return mValue != kEmpty && mValue != kDirty; } in valid()
33 constexpr bool empty() const { return mValue == kEmpty; } in empty()
37 constexpr static uintptr_t kEmpty = 0; member in rx::ResourceSerial
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dspan_test.cc67 const char* kEmpty = ""; in TEST() local
68 EXPECT_EQ(kEmpty, reinterpret_cast<const char*>(SpanFrom(kEmpty).data())); in TEST()
69 EXPECT_EQ(0u, SpanFrom(kEmpty).size()); in TEST()
/third_party/node/deps/v8/src/profiler/
H A Dcircular-queue.h46 kEmpty, // Marks clean (processed) entries. enumerator
52 Entry() : marker(kEmpty) {} in Entry()
H A Dcircular-queue-inl.h34 base::Release_Store(&dequeue_pos_->marker, kEmpty); in Remove()
42 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) { in StartEnqueue()
/third_party/node/lib/internal/streams/
H A Doperators.js41 const kEmpty = Symbol('kEmpty');
143 if (val === kEmpty) {
197 if (val !== kEmpty) {
270 return kEmpty;
285 return kEmpty;
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp38 kEmpty, member in __anon18876::ClipGeometry
55 return ClipGeometry::kEmpty; in get_clip_geometry()
74 return ClipGeometry::kEmpty; in get_clip_geometry()
91 return ClipGeometry::kEmpty; in get_clip_geometry()
108 // this op combination it is not possible to produce kEmpty. in get_clip_geometry()
685 case ClipGeometry::kEmpty: in updateForElement()
715 case GrShape::Type::kEmpty: in clipType()
716 return ClipState::kEmpty; in clipType()
812 if (fState == ClipState::kEmpty) { in genID()
825 if (fShader && fState != ClipState::kEmpty) { in state()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test_helpers.h35 kEmpty = 0, member in absl::TestCordSize
61 case TestCordSize::kEmpty: in ToString()
/third_party/skia/tests/graphite/
H A DShapeTest.cpp15 REPORTER_ASSERT(reporter, s.type() == skgpu::Shape::Type::kEmpty); in DEF_GRAPHITE_TEST()
/third_party/skia/src/utils/
H A DSkClipStackUtils.cpp23 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in SkClipStack_AsPath()

Completed in 19 milliseconds

123