Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
248 this->setColor(color, colorSpace);
258 uint8_t getAlpha() const { return sk_float_round2int(this->getAlphaf() * 255); }
272 this->setAlphaf(a * (1.0f / 255));
408 return this->getFillPath(src, dst, nullptr, 1);
469 /** If the current blender can be represented as a SkBlendMode enum, this returns that
498 * @return the SkBlender assigned to this paint, otherwise nullptr
507 * @return the SkBlender assigned to this paint, otherwise nullptr
629 Only call this if canComputeFastBounds() returned true. This takes a
655 SkPaint::Style style = this->getStyle();
659 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter());
660 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect());
661 effects |= reinterpret_cast<uintptr_t>(this->getImageFilter());
667 return this->doComputeFastBounds(orig, storage, style);
678 return this->doComputeFastBounds(orig, storage, kStroke_Style);