| asBlendMode() const | SkPaint | |
| canComputeFastBounds() const | SkPaint | |
| Cap enum name | SkPaint | |
| computeFastBounds(const SkRect &orig, SkRect *storage) const | SkPaint | |
| computeFastStrokeBounds(const SkRect &orig, SkRect *storage) const | SkPaint | inline |
| doComputeFastBounds(const SkRect &orig, SkRect *storage, Style style) const | SkPaint | |
| fAntiAlias | SkPaint | |
| fBitfields | SkPaint | |
| fBitfieldsUInt | SkPaint | |
| fCapType | SkPaint | |
| fDither | SkPaint | |
| fJoinType | SkPaint | |
| fPadding | SkPaint | |
| fStyle | SkPaint | |
| getAlpha() const | SkPaint | inline |
| getAlphaf() const | SkPaint | inline |
| getBlender() const | SkPaint | inline |
| getBlendMode_or(SkBlendMode defaultMode) const | SkPaint | |
| getColor() const | SkPaint | inline |
| getColor4f() const | SkPaint | inline |
| getColorFilter() const | SkPaint | inline |
| getImageFilter() const | SkPaint | inline |
| getMaskFilter() const | SkPaint | inline |
| getPathEffect() const | SkPaint | inline |
| getShader() const | SkPaint | inline |
| getStrokeCap() const | SkPaint | inline |
| getStrokeJoin() const | SkPaint | inline |
| getStrokeMiter() const | SkPaint | inline |
| getStrokeWidth() const | SkPaint | inline |
| getStyle() const | SkPaint | inline |
| isAntiAlias() const | SkPaint | inline |
| isDither() const | SkPaint | inline |
| isSrcOver() const | SkPaint | |
| Join enum name | SkPaint | |
| kBevel_Join enum value | SkPaint | |
| kButt_Cap enum value | SkPaint | |
| kCapCount | SkPaint | static |
| kDefault_Cap enum value | SkPaint | |
| kDefault_Join enum value | SkPaint | |
| kFill_Style enum value | SkPaint | |
| kJoinCount | SkPaint | static |
| kLast_Cap enum value | SkPaint | |
| kLast_Join enum value | SkPaint | |
| kMiter_Join enum value | SkPaint | |
| kRound_Cap enum value | SkPaint | |
| kRound_Join enum value | SkPaint | |
| kSquare_Cap enum value | SkPaint | |
| kStroke_Style enum value | SkPaint | |
| kStrokeAndFill_Style enum value | SkPaint | |
| kStyleCount | SkPaint | static |
| nothingToDraw() const | SkPaint | |
| operator!=(const SkPaint &a, const SkPaint &b) | SkPaint | friend |
| operator=(const SkPaint &paint) | SkPaint | |
| operator=(SkPaint &&paint) | SkPaint | |
| operator==(const SkPaint &a, const SkPaint &b) | SkPaint | friend |
| refBlender() const | SkPaint | |
| refColorFilter() const | SkPaint | |
| refImageFilter() const | SkPaint | |
| refMaskFilter() const | SkPaint | |
| refPathEffect() const | SkPaint | |
| refShader() const | SkPaint | |
| reset() | SkPaint | |
| setAlpha(U8CPU a) | SkPaint | inline |
| setAlphaf(float a) | SkPaint | |
| setAntiAlias(bool aa) | SkPaint | inline |
| setARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) | SkPaint | |
| setBlender(sk_sp< SkBlender > blender) | SkPaint | |
| setBlendMode(SkBlendMode mode) | SkPaint | |
| setColor(SkColor color) | SkPaint | |
| setColor(const SkColor4f &color, SkColorSpace *colorSpace=nullptr) | SkPaint | |
| setColor4f(const SkColor4f &color, SkColorSpace *colorSpace=nullptr) | SkPaint | inline |
| setColorFilter(sk_sp< SkColorFilter > colorFilter) | SkPaint | |
| setDither(bool dither) | SkPaint | inline |
| setImageFilter(sk_sp< SkImageFilter > imageFilter) | SkPaint | |
| setMaskFilter(sk_sp< SkMaskFilter > maskFilter) | SkPaint | |
| setPathEffect(sk_sp< SkPathEffect > pathEffect) | SkPaint | |
| setShader(sk_sp< SkShader > shader) | SkPaint | |
| setStroke(bool) | SkPaint | |
| setStrokeCap(Cap cap) | SkPaint | |
| setStrokeJoin(Join join) | SkPaint | |
| setStrokeMiter(SkScalar miter) | SkPaint | |
| setStrokeWidth(SkScalar width) | SkPaint | |
| setStyle(Style style) | SkPaint | |
| sk_is_trivially_relocatable typedef | SkPaint | |
| SkPaint() | SkPaint | |
| SkPaint(const SkColor4f &color, SkColorSpace *colorSpace=nullptr) | SkPaint | explicit |
| SkPaint(const SkPaint &paint) | SkPaint | |
| SkPaint(SkPaint &&paint) | SkPaint | |
| SkPaintPriv class | SkPaint | friend |
| Style enum name | SkPaint | |
| ~SkPaint() | SkPaint | |