Home
last modified time | relevance | path

Searched refs:this (Results 901 - 925 of 4513) sorted by relevance

1...<<31323334353637383940>>...181

/third_party/skia/src/gpu/
H A DGrPixmap.h4 * Use of this source code is governed by a BSD-style license that can be
36 * Map this pixmap to a rect in a surface of indicated dimensions at offset surfacePt. Clip the
44 auto rect = SkIRect::MakePtSize(*surfacePt, this->dimensions()); in clip()
53 return DERIVED{this->info().makeDimensions(rect.size()), addr, fRowBytes}; in clip()
66 *this = {}; in GrPixmapBase()
115 * A pixmap with immutable pixels. Note that this pixmap need not be the unique owner of the pixels
128 *this = GrCPixmap(pixmap.info(), std::move(storage), pixmap.rowBytes()); in GrCPixmap()
130 *this = GrCPixmap(pixmap.info(), pixmap.addr(), pixmap.rowBytes()); in GrCPixmap()
H A DGrProcessorSet.h4 * Use of this source code is governed by a BSD-style license that can be
47 SkASSERT(this->isFinalized()); in xferProcessor()
51 SkASSERT(this->isFinalized()); in refXferProcessor()
65 bool operator!=(const GrProcessorSet& that) const { return !(*this == that); } in operator !=()
74 Analysis() { *reinterpret_cast<uint32_t*>(this) = 0; } in Analysis()
180 SkASSERT(!this->isFinalized()); in xpFactory()
H A DGrXferProcessor.h4 * Use of this source code is governed by a BSD-style license that can be
46 * color, and for applying any coverage. It does this by emitting fragment shader code and
51 * GrXferProcessor may read the destination color. While operating in this mode, the subclass only
85 * Returns the barrier type, if any, that this XP will require. Note that the possibility
87 * considered by subclass overrides of this function.
105 if (!this->willReadDstColor()) { in getBlendInfo()
106 this->onGetBlendInfo(&blendInfo); in getBlendInfo()
114 * Returns whether or not this xferProcossor will set a secondary output to be used with dual
121 /** Returns true if this and other processor conservatively draw identically. It can only return
130 if (this in isEqual()
[all...]
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h4 * Use of this source code is governed by a BSD-style license that can be
51 // How many polygon vertices away is this vertex from the previous vertex on the stack?
87 memcpy(this, &that, sizeof(*this)); in PoppedTriangleStack()
120 // pushVertex(). The caller must not call it more times than this. (Beware of int overflow.)
159 return PoppedTriangleStack(this, pt, endVertex, newTopVertex, newTopValue); in pushVertex()
176 return PoppedTriangleStack(this, startPt, endVertex, newTopVertex, newTopValue);
182 return this->closeAndMove(fVertexStack[0].fPoint);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dassembly_builder.h4 // you may not use this file except in compliance with the License.
60 // to this code builder will be assigned with a global name through OpName
105 // Appends OpName instructions to this builder. Instrcution strings that do
106 // not start with 'OpName ' will be skipped. Returns the references of this
114 return *this; in AppendNames()
118 // the reference of this assembly builder. IDs defined in the given code will
135 return *this; in AppendTypesConstantsGlobals()
139 // with "main_func_entry_block". Returns the reference of this assembly
146 return *this; in AppendInMain()
150 // reference of this assembl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib.h6 // use this file except in compliance with the License. You may obtain a copy
34 Fast math library; note that many of the higher-order functions in this set
53 // is therefore expected that the code will go *slower* with this macro
79 * platforms. Every PRNG created by this call will therefore return the same
111 this->x = s.x; in operator =()
112 this->y = s.y; in operator =()
113 this->z = s.z; in operator =()
114 this->w = s.w; in operator =()
115 return *this; in operator =()
158 types of C99, instead of C's floating-point types; this i
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.h4 * Use of this source code is governed by a BSD-style license that can be
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
94 /** Create the resource dictionary for this device. Destructive. */
101 SkISize size() const { return this->imageInfo().dimensions(); } in size()
102 SkIRect bounds() const { return this->imageInfo().bounds(); } in bounds()
151 // If the paint or clip is such that we shouldn't draw anything, this
190 bool hasEmptyClip() const { return this->cs().isEmpty(this->bounds()); } in hasEmptyClip()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Drefcount.h5 * you may not use this file except in compliance with the License.
49 // In this case the smart pointer is pretty dumb and don't count on it to
89 typeid(this).name(), object_counter_, object_id_, ref_count_)
95 // VC 2008/2010 incorrectly gives this warning for pure virtual functions
140 return *this; in operator =()
155 // lint does not like this but this is how it works. in Release()
156 delete (TDerived*)(this); in Release()
183 // lint does not like this but this i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h95 return *this; in operator ++()
99 auto tmp = *this; in operator ++()
108 bool operator!=(const arch_iterator &o) const { return !(*this == o); } in operator !=()
121 return *this; in operator |=()
126 return *this; in operator |=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h92 return *this; in operator =()
115 return *this; in reset()
120 (*this)[size()-1] = val; in push_back()
124 return reference(*this, Idx); in operator []()
141 return *this; in operator |=()
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h4 * Use of this source code is governed by a BSD-style license that can be
57 return this->has(kX) in hasAny()
58 || this->has(kY) in hasAny()
59 || this->has(kDx) in hasAny()
60 || this->has(kDy) in hasAny()
61 || this->has(kRotate); in hasAny()
/third_party/spirv-tools/test/opt/
H A Dassembly_builder.h4 // you may not use this file except in compliance with the License.
60 // to this code builder will be assigned with a global name through OpName
105 // Appends OpName instructions to this builder. Instruction strings that do
106 // not start with 'OpName ' will be skipped. Returns the references of this
114 return *this; in AppendNames()
118 // the reference of this assembly builder. IDs defined in the given code will
135 return *this; in AppendTypesConstantsGlobals()
139 // with "main_func_entry_block". Returns the reference of this assembly
146 return *this; in AppendInMain()
150 // reference of this assembl
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.h4 * you may not use this file except in compliance with the License.
100 .userData_ = this,
124 [this] { this->OnVsyncTimeOut(); };
169 .userData_ = this,
186 [this] { this->OnVsyncTimeOut(); };
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dblocking_queue.h4 * you may not use this file except in compliance with the License.
93 cvEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Pop()
110 cvEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Front()
125 cvEmpty_.wait_for(lock, timeoutMs, [this] { return !isActive_ || !que_.empty(); }); in Pop()
143 [this] { return !isActive_ || !que_.empty(); }); in GetBackElement()
195 cvFull_.wait(lock, [this] { return !isActive_ || que_.size() < capacity_; }); in CanPush()
208 cvFull_.wait(lock, timeoutMs, [this] { return !isActive_ || que_.size() < capacity_; }); in CanPush()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dsocrates_nand.c33 * @this: NAND chip object
37 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf, in socrates_nand_write_buf() argument
41 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_write_buf()
52 * @this: NAND chip object
56 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf, in socrates_nand_read_buf() argument
60 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_read_buf()
76 static uint8_t socrates_nand_read_byte(struct nand_chip *this) in socrates_nand_read_byte() argument
79 socrates_nand_read_buf(this, &byte, sizeof(byte)); in socrates_nand_read_byte()
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dphram.c81 struct phram_mtd_list *this, *safe; in unregister_devices() local
83 list_for_each_entry_safe(this, safe, &phram_list, list) { in unregister_devices()
84 mtd_device_unregister(&this->mtd); in unregister_devices()
85 iounmap(this->mtd.priv); in unregister_devices()
86 kfree(this->mtd.name); in unregister_devices()
87 kfree(this); in unregister_devices()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dexport.c149 struct gfs2_inum_host this; in gfs2_fh_to_dentry() local
158 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32; in gfs2_fh_to_dentry()
159 this.no_formal_ino |= be32_to_cpu(fh[1]); in gfs2_fh_to_dentry()
160 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32; in gfs2_fh_to_dentry()
161 this.no_addr |= be32_to_cpu(fh[3]); in gfs2_fh_to_dentry()
162 return gfs2_get_dentry(sb, &this); in gfs2_fh_to_dentry()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dsocrates_nand.c34 * @this: NAND chip object
38 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf, in socrates_nand_write_buf() argument
42 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_write_buf()
53 * @this: NAND chip object
57 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf, in socrates_nand_read_buf() argument
61 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_read_buf()
77 static uint8_t socrates_nand_read_byte(struct nand_chip *this) in socrates_nand_read_byte() argument
80 socrates_nand_read_buf(this, &byte, sizeof(byte)); in socrates_nand_read_byte()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dexport.c149 struct gfs2_inum_host this; in gfs2_fh_to_dentry() local
158 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32; in gfs2_fh_to_dentry()
159 this.no_formal_ino |= be32_to_cpu(fh[1]); in gfs2_fh_to_dentry()
160 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32; in gfs2_fh_to_dentry()
161 this.no_addr |= be32_to_cpu(fh[3]); in gfs2_fh_to_dentry()
162 return gfs2_get_dentry(sb, &this); in gfs2_fh_to_dentry()
/third_party/node/deps/v8/src/compiler/
H A Doperator.h2 // Use of this source code is governed by a BSD-style license that can be
39 // transformations for nodes that have this operator.
82 // Check if this operator equals another operator. Equivalent operators can
86 return this->opcode() == that->opcode(); in Equals()
94 // Check whether this operator has the given property.
186 return this->pred_(this->parameter(), that->parameter());
189 return base::hash_combine(this->opcode(), this->hash_(this
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.h2 // Use of this source code is governed by a BSD-style license that can be
86 DCHECK_EQ(reinterpret_cast<uintptr_t>(this) & kAsmValueTypeTag, in Bitset()
88 return static_cast<bitset_t>(reinterpret_cast<uintptr_t>(this) & in Bitset()
131 AsmFunctionType* AsFunctionType() final { return this; }
159 return this;
193 return reinterpret_cast<AsmCallableType*>(this)->As##CamelCase(); \
197 AsmValueType* AsValueType() { return AsmValueType::AsValueType(this); } in AsValueType()
201 // returned type to fully create this type.
222 // non-value types (e.g., callables), this returns x == y.
224 // IsA is used to query whether this i
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_tree.h4 // you may not use this file except in compliance with the License.
57 // Depth first preorder iterator using this node as root.
58 df_iterator df_begin() { return df_iterator(this); } in df_begin()
62 const_df_iterator df_cbegin() const { return const_df_iterator(this); } in df_cbegin()
65 // Depth first postorder iterator using this node as root.
66 post_iterator post_begin() { return post_iterator::begin(this); } in post_begin()
71 return const_post_iterator::begin(this); in post_cbegin()
189 // Returns true if the basic block |a| is reachable by this tree. A node would
197 // Returns true if the basic block id |a| is reachable by this tree.
202 // Returns true if this tre
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.h4 // you may not use this file except in compliance with the License.
57 // Depth first preorder iterator using this node as root.
58 df_iterator df_begin() { return df_iterator(this); } in df_begin()
62 const_df_iterator df_cbegin() const { return const_df_iterator(this); } in df_cbegin()
65 // Depth first postorder iterator using this node as root.
66 post_iterator post_begin() { return post_iterator::begin(this); } in post_begin()
71 return const_post_iterator::begin(this); in post_cbegin()
189 // Returns true if the basic block |a| is reachable by this tree. A node would
197 // Returns true if the basic block id |a| is reachable by this tree.
202 // Returns true if this tre
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLProgram.h4 * Use of this source code is governed by a BSD-style license that can be
73 bool operator!=(const Inputs& that) const { return !(*this == that); } in operator !=()
94 fUsage = Analysis::GetUsage(*this); in Program()
127 return *this; in operator ++()
135 return !(*this == other); in operator !=()
169 // Can be used to iterate over *all* elements in this Program, both owned and shared (builtin).
172 ElementsCollection elements() const { return ElementsCollection(*this); } in elements()
176 for (const ProgramElement* e : this->elements()) { in description()
191 // Contains *only* elements owned exclusively by this program.
193 // Contains *only* elements owned by a built-in module that are included in this progra
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h40 /// JITSymbol::getAddress) for a symbol contained in this layer.
53 auto GetAddress = [this, ExportedSymbolsOnly, Name = Name.str(), in find()
55 if (this->EmitState == Emitting) in find()
57 else if (this->EmitState == NotEmitted) { in find()
58 this->EmitState = Emitting; in find()
59 if (auto Err = this->emitToBaseLayer(B)) in find()
61 this->EmitState = Emitted; in find()
77 // this module would already have been found internally (in the in find()
106 // FIXME: We could clean all this up if we had a way to reliably demangle in searchGVs()
122 // optimization this wil in searchGVs()
[all...]

Completed in 14 milliseconds

1...<<31323334353637383940>>...181