Home
last modified time | relevance | path

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

12

/external/skqp/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.h39 kEmpty, enumerator
DSkCoverageDelta.h191 kEmpty enumerator
204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
/external/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.cpp21 case DeviceSpaceType::kEmpty: in Element()
69 case DeviceSpaceType::kEmpty: in operator ==()
78 static const SkRect kEmpty = {0, 0, 0, 0}; in getBounds() local
85 case DeviceSpaceType::kEmpty: in getBounds()
86 return kEmpty; in getBounds()
89 return kEmpty; in getBounds()
101 case DeviceSpaceType::kEmpty: in contains()
118 case DeviceSpaceType::kEmpty: in contains()
143 case DeviceSpaceType::kEmpty: in invertShapeFillType()
224 case DeviceSpaceType::kEmpty: in asDeviceSpacePath()
[all …]
DSkGlyphBuffer.h131 kEmpty, enumerator
135 } fTag{kEmpty};
DSkMiniRecorder.h40 kEmpty, enumerator
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DRunQueue.h47 array_[i].state.store(kEmpty, std::memory_order_relaxed); in RunQueue()
58 if (s != kEmpty || in PushFront()
77 e->state.store(kEmpty, std::memory_order_release); in PopFront()
90 if (s != kEmpty || in PushBack()
113 e->state.store(kEmpty, std::memory_order_release); in PopBack()
145 e->state.store(kEmpty, std::memory_order_release); in PopBackHalf()
188 kEmpty, enumerator
/external/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()
346 case Type::kEmpty: in knownDirection()
369 case Type::kEmpty: in inverseFilled()
413 case Type::kEmpty: in knownToBeClosed()
432 case Type::kEmpty: in segmentMask()
490 kEmpty, enumerator
[all …]
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 …]
/external/skqp/src/gpu/
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()
228 case Type::kEmpty: in unstyledKeySize()
269 case Type::kEmpty: in writeUnstyledKey()
392 case Type::kEmpty: in GrShape()
424 this->initType(Type::kEmpty); in GrShape()
[all …]
DGrProcessorSet.h23 enum class Empty { kEmpty }; enumerator
144 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
DGrProcessorSet.cpp16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet()
21 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
/external/angle/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
/external/libbrillo/brillo/
Dsecure_blob_unittest.cc35 const Blob kEmpty; in TEST() local
44 EXPECT_EQ(kBlob12, CombineBlobs({kEmpty, kBlob1, kEmpty, kBlob2, kEmpty})); in TEST()
45 EXPECT_EQ(kEmpty, CombineBlobs({})); in TEST()
Dfile_utils.cc57 kEmpty = 2 // Anything that was at the path has been deleted. enumerator
91 return kEmpty; in RegularFileOrDelete()
110 case kEmpty: in TouchFileInternal()
/external/v8/src/profiler/
Dcircular-queue.h44 kEmpty, // Marks clean (processed) entries. enumerator
50 Entry() : marker(kEmpty) {} in Entry()
Dcircular-queue-inl.h34 base::Release_Store(&dequeue_pos_->marker, kEmpty); in Remove()
42 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) { in StartEnqueue()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h105 b->marker[i] = kEmpty; in clear_no_resize()
154 } else if (x == kEmpty) { in Find()
185 } else if (x == kEmpty) { in FindOrInsert()
243 enum { kEmpty = 0, kDeleted = 1 }; // Special markers for an entry. enumerator
270 memset(b->marker, kEmpty, kWidth); in Init()
/external/v8/include/cppgc/
Dcommon.h21 kEmpty V8_ENUM_DEPRECATE_SOON("Use kNoHeapPointers") = kNoHeapPointers, enumerator
/external/skia/src/gpu/
DGrProcessorSet.h24 enum class Empty { kEmpty }; enumerator
150 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
/external/skia/src/utils/
DSkClipStackUtils.cpp18 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in SkClipStack_AsPath()
/external/v8/src/zone/
Dzone-chunk-list.h46 kEmpty = 0, enumerator
55 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty)
57 if (start_mode != StartMode::kEmpty) { in zone_()

12