Home
last modified time | relevance | path

Searched refs:kEmpty (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
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_t::kEmpty,
30 ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty, ctrl_t::kEmpty};
Dhash_generator_testing.h59 kEmpty,
99 if (variate != EnumClass::kEmpty && variate != EnumClass::kDeleted)
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCompressedTextureFormatsTest.cpp330 const char kEmpty[] = ""; variable
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, true, true, false, true>;
[all …]
/third_party/flutter/skia/src/core/
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; } \
101 fState = State::kEmpty; \ in detachAsPicture()
108 case State::kEmpty: in detachAsPicture()
123 fState = State::kEmpty; \ in flushAndReset()
130 case State::kEmpty: return; in flushAndReset()
DSkClipStack.cpp22 case DeviceSpaceType::kEmpty: in Element()
70 case DeviceSpaceType::kEmpty: in operator ==()
79 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local
86 case DeviceSpaceType::kEmpty: in getBounds()
87 return kEmpty; in getBounds()
90 return kEmpty; in getBounds()
102 case DeviceSpaceType::kEmpty: in contains()
119 case DeviceSpaceType::kEmpty: in contains()
144 case DeviceSpaceType::kEmpty: in invertShapeFillType()
225 case DeviceSpaceType::kEmpty: in asDeviceSpacePath()
[all …]
DSkMiniRecorder.h40 kEmpty, enumerator
/third_party/skia/src/core/
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()
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 …]
/third_party/skia/experimental/graphite/src/geom/
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()
DShape.h30 kEmpty, kLine, kRect, kRRect, kPath enumerator
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/geometry/
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 …]
DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine enumerator
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/src/gpu/
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 };
DGrProcessorSet.h24 enum class Empty { kEmpty }; enumerator
151 static constexpr Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.h42 GrShape() { this->initType(Type::kEmpty); } in GrShape()
122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape()
203 case Type::kEmpty: in asPath()
295 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; } in isEmpty()
316 case Type::kEmpty: in knownToBeConvex()
343 case Type::kEmpty: in inverseFilled()
387 case Type::kEmpty: in knownToBeClosed()
406 case Type::kEmpty: in segmentMask()
464 kEmpty, enumerator
473 fType = Type::kEmpty;
DGrShape.cpp16 case Type::kEmpty: in operator =()
103 result.fType = Type::kEmpty; in MakeFilled()
106 case Type::kEmpty: in MakeFilled()
107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
110 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
136 case Type::kEmpty: in bounds()
227 case Type::kEmpty: in unstyledKeySize()
267 case Type::kEmpty: in writeUnstyledKey()
390 case Type::kEmpty: in GrShape()
422 this->initType(Type::kEmpty); in GrShape()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
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; variable
/third_party/skia/src/gpu/v1/
DClipStack.cpp38 kEmpty, enumerator
55 return ClipGeometry::kEmpty; in get_clip_geometry()
74 return ClipGeometry::kEmpty; in get_clip_geometry()
91 return ClipGeometry::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()
903 if (fState == ClipState::kEmpty) { in addElement()
[all …]
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h272 kEmpty = -128, // 0b10000000
277 kEmpty & kDeleted & kSentinel & 0x80,
279 static_assert(kEmpty < kSentinel && kDeleted < kSentinel,
285 static_assert(kEmpty == -128,
288 static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
300 kSentinel, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty,
301 kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty, kEmpty};
325 inline bool IsEmpty(ctrl_t c) { return c == kEmpty; }
369 return Match(static_cast<h2_t>(kEmpty));
1478 set_ctrl(index, was_never_full ? kEmpty : kDeleted);
[all …]
Dhash_generator_testing.h57 kEmpty,
97 if (variate != EnumClass::kEmpty && variate != EnumClass::kDeleted)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_test_helpers.h35 kEmpty = 0, enumerator
61 case TestCordSize::kEmpty: in ToString()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h56 void clear() { mValue = kEmpty; } in clear()
58 constexpr bool valid() const { return mValue != kEmpty && mValue != kDirty; } in valid()
59 constexpr bool empty() const { return mValue == kEmpty; } in empty()
63 constexpr static uintptr_t kEmpty = 0; variable
/third_party/skia/tests/graphite/
DShapeTest.cpp15 REPORTER_ASSERT(reporter, s.type() == skgpu::Shape::Type::kEmpty); in DEF_GRAPHITE_TEST()
/third_party/flutter/skia/src/gpu/
DGrProcessorSet.h24 enum class Empty { kEmpty }; enumerator
150 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
/third_party/skia/src/utils/
DSkClipStackUtils.cpp23 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in SkClipStack_AsPath()

123