Searched refs:kEmpty (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 57 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {} in SkMiniRecorder() 59 if (fState != State::kEmpty) { in ~SkMiniRecorder() 64 SkASSERT(fState == State::kEmpty); in ~SkMiniRecorder() 68 if (fState != State::kEmpty) { return false; } \ 90 fState = State::kEmpty; \ in detachAsPicture() 97 case State::kEmpty: in detachAsPicture() 112 fState = State::kEmpty; \ in flushAndReset() 119 case State::kEmpty: return; in flushAndReset()
|
D | SkClipStack.h | 140 static const SkRect kEmpty = { 0, 0, 0, 0 }; in getBounds() local 148 return kEmpty; in getBounds() 151 return kEmpty; in getBounds()
|
/external/skia/src/gpu/ |
D | GrShape.h | 41 GrShape() { this->initType(Type::kEmpty); } in GrShape() 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 176 case Type::kEmpty: in asPath() 209 bool isEmpty() const { return Type::kEmpty == fType; } in isEmpty() 230 case Type::kEmpty: in knownToBeConvex() 251 case Type::kEmpty: in inverseFilled() 289 case Type::kEmpty: in knownToBeClosed() 304 case Type::kEmpty: in segmentMask() 338 kEmpty, enumerator 345 fType = Type::kEmpty;
|
D | GrShape.cpp | 14 case Type::kEmpty: in operator =() 37 case Type::kEmpty: in bounds() 67 if (Type::kEmpty == fType && !fStyle.hasNonDashPathEffect()) { in styledBounds() 123 case Type::kEmpty: in unstyledKeySize() 158 case Type::kEmpty: in writeUnstyledKey() 245 case Type::kEmpty: in GrShape() 269 this->initType(Type::kEmpty); in GrShape() 357 this->changeType(Type::kEmpty); in attemptToSimplifyPath() 445 fType = Type::kEmpty; in attemptToSimplifyRRect() 484 this->changeType(Type::kEmpty); in attemptToSimplifyLine() [all …]
|
/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/libbrillo/brillo/ |
D | file_utils.cc | 51 kEmpty = 2 // Anything that was at the path has been deleted. enumerator 85 return kEmpty; in RegularFileOrDelete() 104 case kEmpty: in TouchFileInternal()
|
/external/v8/src/profiler/ |
D | circular-queue.h | 45 kEmpty, // Marks clean (processed) entries. enumerator 51 Entry() : marker(kEmpty) {} in V8_ALIGNED()
|
D | circular-queue-inl.h | 37 base::Release_Store(&dequeue_pos_->marker, kEmpty); in Remove() 45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) { in StartEnqueue()
|
/external/skia/include/private/ |
D | SkMiniRecorder.h | 38 kEmpty, enumerator
|
/external/v8/src/zone/ |
D | zone-chunk-list.h | 43 kEmpty = 0, enumerator 52 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty) 54 if (start_mode != StartMode::kEmpty) { in zone_()
|
/external/v8/src/parsing/ |
D | preparser.h | 128 : code_(TypeField::encode(kEmpty)), identifiers_(nullptr) {} in PreParserExpression() 227 bool IsEmpty() const { return TypeField::decode(code_) == kEmpty; } in IsEmpty() 336 kEmpty, enumerator
|