Lines Matching refs:SkPaint
15 #include "SkPaint.h"
34 void drawPaint(const SkPaint&) const;
36 const SkPaint&, bool forceUseDevice = false) const;
37 void drawRect(const SkRect&, const SkPaint&) const;
38 void drawRRect(const SkRRect&, const SkPaint&) const;
48 void drawPath(const SkPath& path, const SkPaint& paint,
53 void drawPath(const SkPath& path, const SkPaint& paint) const {
57 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkPaint&) const;
58 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
60 SkScalar y, const SkPaint& paint) const;
63 int scalarsPerPosition, const SkPaint& paint) const;
65 const SkPath&, const SkMatrix*, const SkPaint&) const;
70 const SkPaint& paint) const;
78 void drawPathCoverage(const SkPath& src, const SkPaint& paint) const {
90 SkPaint::Style style);
107 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
111 SkScalar x, SkScalar y, const SkPaint&) const;
114 int scalarsPerPosition, const SkPaint&) const;
117 void drawDevMask(const SkMask& mask, const SkPaint&) const;
118 void drawBitmapAsMask(const SkBitmap&, const SkPaint&) const;
120 void drawPath(const SkPath&, const SkPaint&, const SkMatrix* preMatrix,
134 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);