/external/skqp/src/core/ |
D | SkMiniRecorder.cpp | 68 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()
|
D | SkClipStack.cpp | 22 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 …]
|
D | SkMiniRecorder.h | 39 kEmpty, enumerator
|
D | SkCoverageDelta.h | 191 kEmpty enumerator 204 void setEmpty() { fType = Type::kEmpty; } in setEmpty()
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 68 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()
|
D | SkClipStack.cpp | 21 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 …]
|
D | SkGlyphBuffer.h | 131 kEmpty, enumerator 135 } fTag{kEmpty};
|
D | SkMiniRecorder.h | 40 kEmpty, enumerator
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 47 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/ |
D | GrShape.h | 42 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 …]
|
D | GrShape.cpp | 16 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/ |
D | GrShape.h | 42 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;
|
D | GrShape.cpp | 16 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 …]
|
D | GrProcessorSet.h | 23 enum class Empty { kEmpty }; enumerator 144 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
|
D | GrProcessorSet.cpp | 16 static GrProcessorSet gEmpty(GrProcessorSet::Empty::kEmpty); in EmptySet() 21 return GrProcessorSet(GrProcessorSet::Empty::kEmpty); in MakeEmptySet()
|
/external/angle/src/libANGLE/renderer/ |
D | serial_utils.h | 30 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/ |
D | secure_blob_unittest.cc | 35 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()
|
D | file_utils.cc | 57 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/ |
D | circular-queue.h | 44 kEmpty, // Marks clean (processed) entries. enumerator 50 Entry() : marker(kEmpty) {} in Entry()
|
D | circular-queue-inl.h | 34 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/ |
D | flatrep.h | 105 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/ |
D | common.h | 21 kEmpty V8_ENUM_DEPRECATE_SOON("Use kNoHeapPointers") = kNoHeapPointers, enumerator
|
/external/skia/src/gpu/ |
D | GrProcessorSet.h | 24 enum class Empty { kEmpty }; enumerator 150 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); } in EmptySetAnalysis()
|
/external/skia/src/utils/ |
D | SkClipStackUtils.cpp | 18 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in SkClipStack_AsPath()
|
/external/v8/src/zone/ |
D | zone-chunk-list.h | 46 kEmpty = 0, enumerator 55 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty) 57 if (start_mode != StartMode::kEmpty) { in zone_()
|