Home
last modified time | relevance | path

Searched defs:that (Results 151 - 175 of 313) sorted by relevance

12345678910>>...13

/third_party/skia/src/core/
H A DSkFontDescriptor.h37 SkFontData(const SkFontData& that) in SkFontData() argument
H A DSkZip.h35 constexpr Iterator(const Iterator& that) : Iterator{ that.fZip, that.fIndex } { } in Iterator() argument
59 constexpr SkZip(const SkZip& that) = default; member in SkZip
60 constexpr SkZip& operator=(const SkZip &that) = default; member in SkZip
70 constexpr SkZip(const SkZip<Us...>& that) in SkZip() argument
[all...]
H A DSkGlyphRun.cpp36 SkGlyphRun::SkGlyphRun(const SkGlyphRun& that, const SkFont& font) in SkGlyphRun() argument
H A DSkTInternalLList.h239 bool operator!=(const Iter& that) { return fCurr != that.fCurr; } in operator !=() argument
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp113 AutoAHBRelease(AutoAHBRelease&& that) : fAhb(that.fAhb) { that.fAhb = nullptr; } in makeView() argument
116 AutoAHBRelease& operator=(AutoAHBRelease&& that) { in makeView() argument
H A DGrStyle.h85 GrStyle(const GrStyle& that) = default; global() member in GrStyle
96 operator =(const GrStyle& that) operator =() argument
[all...]
H A DGrStencilSettings.h54 GrStencilSettings(const GrStencilSettings& that) { this->reset(that); } in GrStencilSettings() argument
55 GrStencilSettings& operator=(const GrStencilSettings& that) { this->reset(that); return *this; } in operator =() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp210 GrBicubicEffect::GrBicubicEffect(const GrBicubicEffect& that) in GrBicubicEffect() argument
233 const auto& that = other.cast<GrBicubicEffect>(); in onIsEqual() local
[all...]
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.cpp139 auto that = op->cast<DrawAtlasPathOp>(); in onCombineIfPossible() local
H A DLatticeOp.cpp347 NonAALatticeOp* that = t->cast<NonAALatticeOp>(); variable
[all...]
H A DGrSimpleMeshDrawOpHelper.cpp40 bool GrSimpleMeshDrawOpHelper::isCompatible(const GrSimpleMeshDrawOpHelper& that, in isCompatible() argument
[all...]
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h86 PoppedTriangleStack(PoppedTriangleStack&& that) { in PoppedTriangleStack() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.h215 UnresolvedType(UnresolvedType&& that) in UnresolvedType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.h222 UnresolvedType(UnresolvedType&& that) in UnresolvedType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h52 SmallVector(const SmallVector& that) : SmallVector() { *this = that; } in SmallVector() argument
54 SmallVector(SmallVector&& that) : SmallVector() { *this = std::move(that); } in SmallVector() argument
97 SmallVector& operator=(const SmallVector& that) { in operator =() argument
131 operator =(SmallVector&& that) operator =() argument
[all...]
/third_party/skia/tests/
H A DLazyProxyTest.cpp267 TestCallback(const TestCallback& that) { SkASSERT(0); } in DEF_GPUTEST() argument
268 TestCallback(TestCallback&& that) in DEF_GPUTEST() argument
277 TestCallback& operator=(TestCallback&& that) { in DEF_GPUTEST() argument
[all...]
H A DOpChainTest.cpp146 auto that = t->cast<TestOp>(); variable
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp111 SkAutoFc(SkAutoFc&& that) : inherited(std::move(that)) {} in SkAutoFc() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h283 APInt(const APInt &that) argument
291 APInt(APInt &&that) APInt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp86 void APInt::initSlowCase(const APInt& that) { in initSlowCase() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duchriter.cpp53 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that) in UCharCharacterIterator() argument
60 UCharCharacterIterator::operator=(const UCharCharacterIterator& that) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc53 CheckedAlloc(const CheckedAlloc<U, Spec>& that) in CheckedAlloc() argument
95 void swap(CheckedAlloc& that) { in swap() argument
/third_party/skia/include/core/
H A DSkRefCnt.h226 sk_sp(const sk_sp<T>& that) sk_sp() argument
229 sk_sp(const sk_sp<U>& that) sk_sp() argument
236 sk_sp(sk_sp<T>&& that) sk_sp() argument
239 sk_sp(sk_sp<U>&& that) sk_sp() argument
262 operator =(const sk_sp<T>& that) operator =() argument
270 operator =(const sk_sp<U>& that) operator =() argument
280 operator =(sk_sp<T>&& that) operator =() argument
286 operator =(sk_sp<U>&& that) operator =() argument
325 swap(sk_sp<T>& that) swap() argument
[all...]
H A DSkYUVAInfo.h154 SkYUVAInfo& operator=(const SkYUVAInfo& that) = default; member in SkYUVAInfo::PlaneConfig::Subsampling
[all...]
/third_party/skia/include/private/
H A DSkTDArray.h82 void swap(SkTDArray<T>& that) { in swap() argument

Completed in 17 milliseconds

12345678910>>...13