/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.h | 4 * Use of this source code is governed by a BSD-style license that can be 50 int numSamples() const { return this->asRenderTargetProxy()->numSamples(); } in numSamples() 51 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() 53 SkArenaAlloc* arenaAlloc() { return this->arenas()->arenaAlloc(); } in arenaAlloc() 54 GrSubRunAllocator* subRunAlloc() { return this->arenas()->subRunAlloc(); } in subRunAlloc() 94 // The OpsTask can be closed by some other surface context that has picked it up. For this
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSampler.h | 4 * Use of this source code is governed by a BSD-style license that can be 33 memset(this, 0, sizeof(Key)); in Key() 41 return this->fSamplerKey == that.fSamplerKey && in operator ==() 42 this->fYcbcrKey == that.fYcbcrKey; in operator ==() 58 SkDebugf("GrVkSampler: %" PRIdPTR " (%d refs)\n", (intptr_t)fSampler, this->getRefCnt());
|
/third_party/skia/src/gpu/ |
H A D | GrScissorState.h | 4 * Use of this source code is governed by a BSD-style license that can be 30 this->setDisabled(); in set() 31 return this->intersect(rect); in set() 44 // draw outside the logical dimensions of the target, this will discard the scissor test if 51 this->setDisabled(); in relaxTest() 61 bool operator!=(const GrScissorState& other) const { return !(*this == other); } in operator !=()
|
H A D | GrDeferredUpload.h | 4 * Use of this source code is governed by a BSD-style license that can be 19 * the beginning of a frame whenever possible. These are called ASAP uploads. Of course, this 22 * would read the new (wrong) texture data. When this read-before-write data hazard exists they 48 bool operator!=(const GrDeferredUploadToken& that) const { return !(*this == that); } in operator !=() 64 return *this; in operator ++() 74 /** Is this token in the [start, end] inclusive interval? */ 76 return *this >= start && *this <= end; in inInterval() 93 /** Gets the next draw token that will be issued by this target. This can be used by an op 115 * Passed to a deferred upload when it is executed, this metho [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | TapiUniversal.h | 73 return !(*this == Other); in operator !=() 78 return *this; in operator ++() 87 object_iterator begin_objects() const { return ObjectForArch(this, 0); } in begin_objects() 89 return ObjectForArch(this, Architectures.size()); in end_objects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MSVCErrorWorkarounds.h | 10 // constructible, so this header provides analogues of Error an Expected 13 // FIXME: Kill off this header and migrate all users to Error/Expected once we 29 MSVCPError() { (void)!!*this; } in MSVCPError() 35 return *this; in operator =() 47 consumeError(this->takeError()); in MSVCPExpected() 54 return *this; in operator =()
|
H A D | StringPool.h | 100 return *this; in operator =() 116 assert(*this && "Attempt to dereference empty PooledStringPtr!"); in begin() 121 assert(*this && "Attempt to dereference empty PooledStringPtr!"); in end() 126 assert(*this && "Attempt to dereference empty PooledStringPtr!"); in size()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyBlockFrequencyInfo.h | 10 // difference is that with this pass the block frequencies are not computed when 43 this->F = F; in setAnalysis() 44 this->BPIPass = BPIPass; in setAnalysis() 45 this->LI = LI; in setAnalysis() 60 return const_cast<LazyBlockFrequencyInfo *>(this)->getCalculated(); in getCalculated() 78 /// BlockFrequencyInfoWrapperPass. The difference is that with this pass the 97 /// Note that it is expected that we wouldn't need this functionality for the 119 /// Helper for client passes to set up the analysis usage on behalf of this
|
/third_party/skia/include/effects/ |
H A D | SkColorMatrix.h | 4 * Use of this source code is governed by a BSD-style license that can be 41 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() 42 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } in postConcat()
|
/third_party/skia/include/gpu/ |
H A D | GrContextThreadSafeProxy.h | 4 * Use of this source code is governed by a BSD-style license that can be 40 * that created this proxy. On failure the resulting characterization will be invalid (i.e., 44 * when the DDL created with this characterization is 54 * that the DDL created with this characterization will 61 * created with this characterization will be replayed 64 * this characterization will be replayed into 66 * created with this characterization will be replayed 79 * this is true then the following is required: 101 * It is guaranteed that this backend format will be the one used by the following 121 SkASSERT((this in operator ==() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | slots.h | 2 // Use of this source code is governed by a BSD-style license that can be 27 return *static_cast<Subclass*>(this); in operator ++() 30 Subclass result = *static_cast<Subclass*>(this); in operator ++() 36 return *static_cast<Subclass*>(this); in operator --() 39 Subclass result = *static_cast<Subclass*>(this); in operator --() 61 return *static_cast<Subclass*>(this); in operator +=() 66 return *static_cast<Subclass*>(this); in operator -=() 96 // Tagged value stored in this slot is guaranteed to never be a weak pointer. 140 // Tagged value stored in this slot can be a weak pointer. 191 // behavior in C++ code we use this iterato [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis.h | 4 // you may not use this file except in compliance with the License. 212 // Try to perform a division. Returns the pair <this.node_ / rhs, division 229 return *this + scev_->CreateConstant(integer); in operator +() 233 return *this + rhs.node_; in operator +() 241 return *this + scev_->CreateNegation(rhs); in operator -() 247 return *this - scev_->CreateConstant(integer); in operator -() 251 return *this - rhs.node_; in operator -() 261 return *this * scev_->CreateConstant(integer); in operator *() 265 return *this * rhs.node_; in operator *() 271 return *this / scev in operator /() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis.h | 4 // you may not use this file except in compliance with the License. 212 // Try to perform a division. Returns the pair <this.node_ / rhs, division 229 return *this + scev_->CreateConstant(integer); in operator +() 233 return *this + rhs.node_; in operator +() 241 return *this + scev_->CreateNegation(rhs); in operator -() 247 return *this - scev_->CreateConstant(integer); in operator -() 251 return *this - rhs.node_; in operator -() 261 return *this * scev_->CreateConstant(integer); in operator *() 265 return *this * rhs.node_; in operator *() 271 return *this / scev in operator /() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 62 return *this; in operator =() 86 return *this; in operator ++() 90 return *this; in operator ++() 197 for (const auto &Entry : *this) { in commit() 216 const_iterator begin() const { return const_iterator(*this); } in begin() 217 const_iterator end() const { return const_iterator(*this, 0, true); } in end() 229 return const_iterator(*this, I, false); in find_as() 236 // nothing must have EVER been inserted at this location, and thus it is in find_as() 245 // table were Present. But this would violate the load factor constraints in find_as() 248 return const_iterator(*this, *FirstUnuse in find_as() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManagerInternal.h | 73 swap(*this, RHS); in operator =() 74 return *this; in operator =() 89 /// This concept is parameterized over the IR unit that this result pertains 98 /// unit of the IR, it will call this method on all of the results cached. 106 /// results are also invalidated in the event that this result depends on 132 // invalidate member. We do this by taking the address of an invalidate 152 /// By default, this will implement the invalidate method with a trivial 182 swap(*this, RHS); in operator =() 183 return *this; in operator =() 221 swap(*this, RH in operator =() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringSwitch.h | 47 /// \brief The pointer to the result of this switch statement, once known, 61 *this = std::move(other); in StringSwitch() 66 return *this; in operator =() 80 return *this; in Case() 91 return *this; in EndsWith() 102 return *this; in StartsWith() 196 return *this; in CaseLower() 205 return *this; in EndsWithLower() 214 return *this; in StartsWithLower()
|
H A D | Twine.h | 51 /// represented inside the returned value. For this reason a Twine object 73 /// situations. For this reason, the concat() method is inlined so that 175 this->LHS.twine = &LHS; in Twine() 176 this->RHS.twine = &RHS; in Twine() 196 /// Check if this is a nullary twine (null or empty). 201 /// Check if this is a unary twine. 206 /// Check if this is a binary twine. 211 /// Check if this is a valid twine (satisfying the invariants on 263 /// We take care here to optimize "" into the empty twine -- this will be 359 // FIXME: Unfortunately, to make sure this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Twine.h | 50 /// represented inside the returned value. For this reason a Twine object 72 /// situations. For this reason, the concat() method is inlined so that 176 this->LHS.twine = &LHS; in Twine() 177 this->RHS.twine = &RHS; in Twine() 197 /// Check if this is a nullary twine (null or empty). 202 /// Check if this is a unary twine. 207 /// Check if this is a binary twine. 212 /// Check if this is a valid twine (satisfying the invariants on 264 /// We take care here to optimize "" into the empty twine -- this will be 351 // FIXME: Unfortunately, to make sure this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundleIterator.h | 256 this->decrement(MII); in operator --() 257 return *this; in operator --() 260 this->increment(MII); in operator ++() 261 return *this; in operator ++() 264 MachineInstrBundleIterator Temp = *this; in operator --() 265 --*this; in operator --() 269 MachineInstrBundleIterator Temp = *this; in operator ++() 270 ++*this; in operator ++()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in Duration() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
H A D | source_context.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in SourceContext() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
H A D | timestamp.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in Timestamp() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.h | 4 // you may not use this file except in compliance with the License. 58 // `value()`'s return value is unspecfied in this state. 176 // Keep this case separate from the one below. in ParseFormatString() 215 ParsedFormatBase(const ParsedFormatBase& other) { *this = other; } in ParsedFormatBase() 217 ParsedFormatBase(ParsedFormatBase&& other) { *this = std::move(other); } in ParsedFormatBase() 220 if (this == &other) return *this; in operator =() 226 return *this; in operator =() 230 if (this == &other) return *this; in operator =() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple.h | 4 // you may not use this file except in compliance with the License. 43 // We need to mark these classes with this declspec to ensure that 70 // TODO(sbenza): Replace this with std::is_final in C++14. 84 // CompressedTupleImpl, to make this easy to detect. 111 constexpr const T&& get() const&& { return absl::move(*this).value; } in get() 112 T&& get() && { return std::move(*this).value; } in get() 123 constexpr const T& get() const& { return *this; } in get() 124 T& get() & { return *this; } in get() 125 constexpr const T&& get() const&& { return absl::move(*this); } in get() 126 T&& get() && { return std::move(*this); } in get() [all...] |
/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 91 if (!this->fFontBlocks.empty()) { in rebuild() 92 SkASSERT(this->fFontBlocks.size() == 1); in rebuild() 93 this->fFontBlocks[0].charCount = text.size(); in rebuild() 95 this->fText = std::move(text); in rebuild() 101 fWrappedText = fShapedText->wrap(fUnicodeText.get(), this->fRequiredSize.fWidth, this->fRequiredSize.fHeight); in rebuild() 167 text.append(this->fText.substr(0, toRemove.fStart)); in removeElement() 168 text.append(this->fText.substr(toRemove.fEnd, std::u16string::npos)); in removeElement()
|