Home
last modified time | relevance | path

Searched refs:this (Results 126 - 150 of 2715) sorted by relevance

12345678910>>...109

/third_party/skia/include/utils/
H A DSkRandom.h4 * Use of this source code is governed by a BSD-style license that can be
18 multiply-with-carry "mother of all" algorithm. Unlike rand(), this class holds
33 return *this; in operator =()
46 int32_t nextS() { return (int32_t)this->nextU(); } in nextS()
52 int floatint = 0x3f800000 | (int)(this->nextU() >> 9); in nextF()
61 return min + this->nextF() * (max - min); in nextRangeF()
70 return this->nextU() >> (32 - bitCount); in nextBits()
80 return this->nextU(); in nextRangeU()
82 return min + this->nextU() % range; in nextRangeU()
91 return this in nextULessThan()
[all...]
/third_party/skia/src/core/
H A DSkDevice.h4 * Use of this source code is governed by a BSD-style license that can be
43 * Return ImageInfo for this device. If the canvas is not backed by pixels
49 * Return SurfaceProps for this device.
55 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds()
64 *bounds = SkMatrixPriv::MapRect(fDeviceToGlobal, SkRect::Make(this->bounds())).roundOut(); in getGlobalBounds()
69 this->getGlobalBounds(&bounds); in getGlobalBounds()
74 * Returns the bounding box of the current clip, in this device's
76 * draws unless the clip is further modified (at which point this will
79 SkIRect devClipBounds() const { return this
[all...]
/third_party/gn/src/gn/
H A Dimmutable_vector.h2 // Use of this source code is governed by a BSD-style license that can be
76 for (const auto& cur_item : *this) in contains()
115 this->header_ = AllocateFor(size); in ImmutableVector()
116 auto* dst = &(this->header_->item0); in ImmutableVector()
138 this->header_ = AllocateFor(size); in ImmutableVector()
140 auto* dst = &(this->header_->item0); in ImmutableVector()
157 this->header_ = AllocateFor(size); in ImmutableVector()
159 auto* dst = &(this->header_->item0); in ImmutableVector()
176 if (this != &other) { in operator =()
177 this in operator =()
[all...]
/third_party/toybox/generated/
H A Dflags.h3479 #define TT this.awk
3490 #define TT this.acpi
3501 #define TT this.arch
3507 #define TT this.arp
3523 #define TT this.arping
3539 #define TT this.ascii
3545 #define TT this.base32
3554 #define TT this.base64
3563 #define TT this.basename
3571 #define TT this
[all...]
/third_party/skia/include/core/
H A DSkMatrix.h4 * Use of this source code is governed by a BSD-style license that can be
18 // Remove when clients are updated to live without this
25 * perspective clipping, but this can be changed by specifying kYes to those methods.
201 fTypeMask = this->computeTypeMask(); in getType()
216 return this->getType() == 0; in isIdentity()
229 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask)); in isScaleTranslate()
240 bool isTranslate() const { return !(this->getType() & ~(kTranslate_Mask)); } in isTranslate()
265 fTypeMask = this->computeTypeMask(); in rectStaysRect()
291 bool preservesAxisAlignment() const { return this->rectStaysRect(); } in preservesAxisAlignment()
305 return SkToBool(this in hasPerspective()
[all...]
H A DSkRefCnt.h4 * Use of this source code is governed by a BSD-style license that can be
40 SkASSERTF(this->getRefCnt() == 1, "fRefCnt was %d", this->getRefCnt()); in ~SkRefCntBase()
62 SkASSERT(this->getRefCnt() > 0); in ref()
68 decrement, then delete the object. Note that if this is the case, then
72 SkASSERT(this->getRefCnt() > 0); in unref()
77 this->internal_dispose(); in unref()
95 SkASSERT(0 == this->getRefCnt()); in internal_dispose()
98 delete this; in internal_dispose()
119 // "#include SK_REF_CNT_MIXIN_INCLUDE" doesn't work with this buil
[all...]
H A DSkPixmap.h4 * Use of this source code is governed by a BSD-style license that can be
176 SkImageInfo. The smart pointer tracks the number of objects sharing this
197 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds()
204 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } in rowBytesAsPixels()
372 return (const uint8_t*)((const char*)this->addr8() + (size_t)y * fRowBytes + (x << 0)); in addr8()
390 return (const uint16_t*)((const char*)this->addr16() + (size_t)y * fRowBytes + (x << 1)); in addr16()
408 return (const uint32_t*)((const char*)this->addr32() + (size_t)y * fRowBytes + (x << 2)); in addr32()
426 return (const uint64_t*)((const char*)this->addr64() + (size_t)y * fRowBytes + (x << 3)); in addr64()
447 return reinterpret_cast<const uint16_t*>(this in addrF16()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c47 /* Define the following to use this test against your installed libpng, rather
164 # define this not_the_cpp_this macro
309 #define R8(this) randomize(&(this), sizeof (this))
571 * while this is basically bit addressed there is an implicit assumption
715 size_t datacount; /* In this (the last) buffer */
730 /* Statistics for this run. */
746 * png_store (in fact it never does in this program.)
783 size_t cb_image; /* Size of this buffe
1957 store_memory *this = voidcast(store_memory*, memory), **test; store_free() local
2354 png_store this; /* I am a png_store */ global() member
3297 png_modification this; global() member
3329 png_modification this; global() member
3382 png_modification this; global() member
3424 png_modification this; global() member
6046 image_pixel_setf(image_pixel *this, unsigned int rMax, unsigned int gMax, unsigned int bMax, unsigned int aMax) image_pixel_setf() argument
6077 image_pixel_init(image_pixel *this, png_const_bytep row, png_byte colour_type, png_byte bit_depth, png_uint_32 x, store_palette palette, const image_pixel *format ) image_pixel_init() argument
6191 image_pixel_convert_PLTE(image_pixel *this) image_pixel_convert_PLTE() argument
6218 image_pixel_add_alpha(image_pixel *this, const standard_display *display, int for_background) image_pixel_add_alpha() argument
6350 standard_display this; global() member
6370 transform_set_encoding(transform_display *this) transform_set_encoding() argument
6397 image_transform_ini_end(const image_transform *this, transform_display *that) image_transform_ini_end() argument
6405 image_transform_set_end(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_set_end() argument
6432 image_transform_mod_end(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_mod_end() argument
7038 image_transform_default_ini(const image_transform *this, transform_display *that) image_transform_default_ini() argument
7046 image_transform_default_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_default_add() argument
7062 image_transform_png_set_palette_to_rgb_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_palette_to_rgb_set() argument
7070 image_transform_png_set_palette_to_rgb_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_palette_to_rgb_mod() argument
7081 image_transform_png_set_palette_to_rgb_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_palette_to_rgb_add() argument
7100 image_transform_png_set_tRNS_to_alpha_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_tRNS_to_alpha_set() argument
7115 image_transform_png_set_tRNS_to_alpha_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_tRNS_to_alpha_mod() argument
7150 image_transform_png_set_tRNS_to_alpha_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_tRNS_to_alpha_add() argument
7178 image_transform_png_set_gray_to_rgb_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_gray_to_rgb_set() argument
7187 image_transform_png_set_gray_to_rgb_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_gray_to_rgb_mod() argument
7219 image_transform_png_set_gray_to_rgb_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_gray_to_rgb_add() argument
7238 image_transform_png_set_expand_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_expand_set() argument
7250 image_transform_png_set_expand_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_expand_mod() argument
7267 image_transform_png_set_expand_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_expand_add() argument
7291 image_transform_png_set_expand_gray_1_2_4_to_8_set( const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_expand_gray_1_2_4_to_8_set() argument
7301 image_transform_png_set_expand_gray_1_2_4_to_8_mod( const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_expand_gray_1_2_4_to_8_mod() argument
7318 image_transform_png_set_expand_gray_1_2_4_to_8_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_expand_gray_1_2_4_to_8_add() argument
7345 image_transform_png_set_expand_16_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_expand_16_set() argument
7360 image_transform_png_set_expand_16_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_expand_16_mod() argument
7380 image_transform_png_set_expand_16_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_expand_16_add() argument
7400 image_transform_png_set_scale_16_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_scale_16_set() argument
7412 image_transform_png_set_scale_16_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_scale_16_mod() argument
7429 image_transform_png_set_scale_16_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_scale_16_add() argument
7448 image_transform_png_set_strip_16_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_strip_16_set() argument
7460 image_transform_png_set_strip_16_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_strip_16_mod() argument
7500 image_transform_png_set_strip_16_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_strip_16_add() argument
7519 image_transform_png_set_strip_alpha_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_strip_alpha_set() argument
7527 image_transform_png_set_strip_alpha_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_strip_alpha_mod() argument
7543 image_transform_png_set_strip_alpha_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_strip_alpha_add() argument
7603 image_transform_png_set_rgb_to_gray_ini(const image_transform *this, transform_display *that) image_transform_png_set_rgb_to_gray_ini() argument
7764 image_transform_png_set_rgb_to_gray_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_rgb_to_gray_set() argument
7891 image_transform_png_set_rgb_to_gray_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_rgb_to_gray_mod() argument
8228 image_transform_png_set_rgb_to_gray_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_rgb_to_gray_add() argument
8260 image_transform_png_set_background_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_background_set() argument
8323 image_transform_png_set_background_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_background_mod() argument
8408 image_transform_png_set_invert_alpha_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_invert_alpha_set() argument
8416 image_transform_png_set_invert_alpha_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_invert_alpha_mod() argument
8427 image_transform_png_set_invert_alpha_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_invert_alpha_add() argument
8454 image_transform_png_set_bgr_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_bgr_set() argument
8462 image_transform_png_set_bgr_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_bgr_mod() argument
8474 image_transform_png_set_bgr_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_bgr_add() argument
8501 image_transform_png_set_swap_alpha_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_swap_alpha_set() argument
8509 image_transform_png_set_swap_alpha_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_swap_alpha_mod() argument
8521 image_transform_png_set_swap_alpha_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_swap_alpha_add() argument
8546 image_transform_png_set_swap_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_swap_set() argument
8554 image_transform_png_set_swap_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_swap_mod() argument
8565 image_transform_png_set_swap_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_swap_add() argument
8600 image_transform_png_set_filler_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_filler_set() argument
8621 image_transform_png_set_filler_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_filler_mod() argument
8648 image_transform_png_set_filler_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_filler_add() argument
8673 image_transform_png_set_add_alpha_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_add_alpha_set() argument
8688 image_transform_png_set_add_alpha_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_add_alpha_mod() argument
8709 image_transform_png_set_add_alpha_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_add_alpha_add() argument
8736 image_transform_png_set_packing_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_packing_set() argument
8745 image_transform_png_set_packing_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_packing_mod() argument
8760 image_transform_png_set_packing_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_packing_add() argument
8786 image_transform_png_set_packswap_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_packswap_set() argument
8795 image_transform_png_set_packswap_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_packswap_mod() argument
8806 image_transform_png_set_packswap_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_packswap_add() argument
8831 image_transform_png_set_invert_mono_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_invert_mono_set() argument
8839 image_transform_png_set_invert_mono_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_invert_mono_mod() argument
8850 image_transform_png_set_invert_mono_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_invert_mono_add() argument
8878 image_transform_png_set_shift_set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) image_transform_png_set_shift_set() argument
8900 image_transform_png_set_shift_mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) image_transform_png_set_shift_mod() argument
8932 image_transform_png_set_shift_add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) image_transform_png_set_shift_add() argument
8951 _set(const image_transform *this, transform_display *that, png_structp pp, png_infop pi) _set() argument
8959 _mod(const image_transform *this, image_pixel *that, png_const_structp pp, const transform_display *display) _mod() argument
8967 _add(image_transform *this, const image_transform **that, png_byte colour_type, png_byte bit_depth) _add() argument
9080 image_transform_add(const image_transform **this, unsigned int max, png_uint_32 counter, char *name, size_t sizeof_name, size_t *pos, png_byte colour_type, png_byte bit_depth) image_transform_add() argument
9210 standard_display this; global() member
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h2 // Use of this source code is governed by a BSD-style license that can be
93 this->GetPersistentRegion(old_value); in ~BasicCrossThreadPersistent()
122 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
123 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
124 this->CheckPointer(raw); in BasicCrossThreadPersistent()
140 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
142 this->CheckPointer(raw); in BasicCrossThreadPersistent()
164 *this = other; in BasicCrossThreadPersistent()
177 *this in BasicCrossThreadPersistent()
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h2 // Use of this source code is governed by a BSD-style license that can be
93 this->GetPersistentRegion(old_value); in ~BasicCrossThreadPersistent()
122 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
123 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
124 this->CheckPointer(raw); in BasicCrossThreadPersistent()
140 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
142 this->CheckPointer(raw); in BasicCrossThreadPersistent()
165 *this = other; in BasicCrossThreadPersistent()
178 *this in BasicCrossThreadPersistent()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h27 /// extends past that of the ArrayRef. For this reason, it is not in general
191 /// \brief Return a copy of *this with the first N elements satisfying the
194 return ArrayRef<T>(find_if_not(*this, Pred), end()); in drop_while()
197 /// \brief Return a copy of *this with the first N elements not satisfying
200 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until()
203 /// \brief Return a copy of *this with only the first \p N elements.
206 return *this; in take_front()
210 /// \brief Return a copy of *this with only the last \p N elements.
213 return *this; in take_back()
217 /// \brief Return the first N elements of this Arra
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h35 /// extends past that of the ArrayRef. For this reason, it is not in general
101 // Disable gcc's warning in this constructor as it generates an enormous amount
208 /// Return a copy of *this with the first N elements satisfying the
211 return ArrayRef<T>(find_if_not(*this, Pred), end()); in drop_while()
214 /// Return a copy of *this with the first N elements not satisfying
217 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until()
220 /// Return a copy of *this with only the first \p N elements.
223 return *this; in take_front()
227 /// Return a copy of *this with only the last \p N elements.
230 return *this; in take_back()
[all...]
H A DDenseMap.h79 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this); in begin()
80 return makeIterator(getBuckets(), getBucketsEnd(), *this); in begin()
83 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true); in end()
89 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this); in begin()
90 return makeConstIterator(getBuckets(), getBucketsEnd(), *this); in begin()
93 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true); in end()
153 return makeIterator(TheBucket, getBucketsEnd(), *this, true); in find()
159 return makeConstIterator(TheBucket, getBucketsEnd(), *this, true); in find()
172 return makeIterator(TheBucket, getBucketsEnd(), *this, true); in find_as()
179 return makeConstIterator(TheBucket, getBucketsEnd(), *this, tru in find_as()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DRepeatedFieldIter.php12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // this software without specific prior written permission.
59 * @param RepeatedField The RepeatedField instance for which this iterator
65 $this->position = 0;
66 $this->container = $container;
76 $this->position = 0;
86 return $this->container[$this->position];
96 return $this
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DTimestamp.php63 * In JavaScript, one can convert a Date object to this format using the
66 * to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
70 * ) to obtain a formatter capable of generating timestamps in this format.
126 return $this->seconds;
136 * @return $this
141 $this->seconds = $var;
143 return $this;
157 return $this->nanos;
168 * @return $this
173 $this
[all...]
H A DAny.php99 * Note: this functionality is not currently available in the official
141 * Note: this functionality is not currently available in the official
173 * Note: this functionality is not currently available in the official
184 return $this->type_url;
205 * Note: this functionality is not currently available in the official
213 * @return $this
218 $this->type_url = $var;
220 return $this;
231 return $this->value;
239 * @return $this
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h4 * Use of this source code is governed by a BSD-style license that can be
28 * At the IR level, this is represented by a single variable of struct type.
65 return std::make_unique<InterfaceBlock>(fLine, this->variable(), this->typeName(),
66 this->instanceName(), this->arraySize(),
67 SymbolTable::WrapIfBuiltin(this->typeOwner()));
71 String result = this->variable().modifiers().description() + this->typeName() + " {\n";
72 const Type* structType = &this
[all...]
H A DSkSLTernaryExpression.h4 * Use of this source code is governed by a BSD-style license that can be
28 SkASSERT(this->ifTrue()->type() == this->ifFalse()->type()); in TernaryExpression()
69 return this->test()->hasProperty(property) || this->ifTrue()->hasProperty(property) ||
70 this->ifFalse()->hasProperty(property);
74 return this->test()->isConstantOrUniform() && this->ifTrue()->isConstantOrUniform() &&
75 this->ifFalse()->isConstantOrUniform();
79 return std::make_unique<TernaryExpression>(fLine, this
[all...]
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.h4 * Use of this source code is governed by a BSD-style license that can be
35 GrProxyProvider* proxyProvider() { return this->context()->proxyProvider(); } in proxyProvider()
36 const GrProxyProvider* proxyProvider() const { return this->context()->proxyProvider(); } in proxyProvider()
38 GrDrawingManager* drawingManager() { return this->context()->drawingManager(); } in drawingManager()
40 SkArenaAlloc* recordTimeAllocator() { return this->context()->arenas().recordTimeAllocator(); } in recordTimeAllocator()
42 return this->context()->arenas().recordTimeSubRunAllocator(); in recordTimeSubRunAllocator()
44 GrRecordingContext::Arenas arenas() { return this->context()->arenas(); } in arenas()
46 GrRecordingContext::OwnedArenas&& detachArenas() { return this->context()->detachArenas(); } in detachArenas()
49 this->context()->recordProgramInfo(programInfo); in recordProgramInfo()
53 this in detachProgramData()
[all...]
H A DGrDirectContextPriv.h4 * Use of this source code is governed by a BSD-style license that can be
38 GrStrikeCache* getGrStrikeCache() { return this->context()->fStrikeCache.get(); } in getGrStrikeCache()
46 * It is not necessary to call this before reading the render target via Skia/GrContext.
63 return this->flushSurfaces({&proxy, size}, access, info, newState);
78 SkTaskGroup* getTaskGroup() { return this->context()->fTaskGroup.get(); } in getTaskGroup()
80 GrResourceProvider* resourceProvider() { return this->context()->fResourceProvider.get(); } in resourceProvider()
82 return this->context()->fResourceProvider.get(); in resourceProvider()
85 GrResourceCache* getResourceCache() { return this->context()->fResourceCache.get(); } in getResourceCache()
87 GrGpu* getGpu() { return this->context()->fGpu.get(); } in getGpu()
88 const GrGpu* getGpu() const { return this in getGpu()
[all...]
H A DGrStencilSettings.h4 * Use of this source code is governed by a BSD-style license that can be
50 GrStencilSettings() { this->setDisabled(); } in GrStencilSettings()
52 this->reset(user, hasStencilClip, numStencilBits); in GrStencilSettings()
54 GrStencilSettings(const GrStencilSettings& that) { this->reset(that); } in GrStencilSettings()
55 GrStencilSettings& operator=(const GrStencilSettings& that) { this->reset(that); return *this; } in operator =()
63 bool isDisabled() const { SkASSERT(this->isValid()); return fFlags & kDisabled_StencilFlag; } in isDisabled()
64 bool doesWrite() const { SkASSERT(this->isValid()); in doesWrite()
66 bool isTwoSided() const { SkASSERT(this->isValid()); in isTwoSided()
68 bool usesWrapOp() const { SkASSERT(this in isTwoSided()
[all...]
/third_party/ltp/pan/cgi/
H A Dbrowse.cgi8 # When something goes wrong before we start output, use this
29 # check to see if we've done this already
99 # Most of the work is done in this directory
175 $this = ();
176 $this->{$rso[0]} = $rp->{$rso[0]};
177 $this->{$rso[1]} = $rp->{$rso[1]};
178 $this->{$rso[2]} = $rp->{$rso[2]};
179 $this->{$rso[3]} = $rp->{$rso[3]};
183 if ($last->{$rso[$i]} ne $this->{$rso[$i]}) {
197 print "<a href=\"results.cgi?get_df=$this
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_stack_vec.h4 // you may not use this file except in compliance with the License.
35 this->container().resize(static_cast<I>(size)); in stack_vec()
49 this->container().resize(static_cast<I>(size));
53 this->container().reserve(static_cast<I>(size));
57 return this->container().data(); in data()
61 return this->container().data(); in data()
65 return this->container().begin();
69 return this->container().begin();
73 return this->container().end();
77 return this
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h2 // Use of this source code is governed by a BSD-style license that can be
147 return this->HasResolvedValue() && this->ResolvedValue() == value; in Is()
150 return this->HasResolvedValue() && in IsInRange()
151 base::IsInRange(this->ResolvedValue(), low, high); in IsInRange()
154 return this->HasResolvedValue() && (this->ResolvedValue() % n) == 0; in IsMultipleOf()
157 return this->HasResolvedValue() && this->ResolvedValue() > 0 && in IsPowerOf2()
158 (this in IsPowerOf2()
[all...]
/third_party/skia/src/pathops/
H A DSkOpSpan.h4 * Use of this source code is governed by a BSD-style license that can be
35 SkOpPtT* oldNext = this->fNext; in addOpp()
36 SkASSERT(this != opp); in addOpp()
37 this->fNext = opp; in addOpp()
88 SkASSERT(span != this); in insert()
103 // returns nullptr if this is already in the opp ptT loop
107 if (oppPrev == this) { in oppPrev()
112 if (oppPrev == this) { in oppPrev()
163 return fT < end->fT ? this : end; in starter()
167 SkPoint fPt; // cache of point value at this
[all...]

Completed in 36 milliseconds

12345678910>>...109