Lines Matching defs:SkPaint

15 #include "SkPaint.h"
362 int saveLayer(const SkRect* bounds, const SkPaint* paint);
364 /** DEPRECATED - use saveLayer(const SkRect*, const SkPaint*) instead.
366 This behaves the same as saveLayer(const SkRect*, const SkPaint*),
380 int saveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags);
663 virtual void drawPaint(const SkPaint& paint);
696 const SkPaint& paint);
701 void drawPoint(SkScalar x, SkScalar y, const SkPaint& paint);
720 const SkPaint& paint);
727 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
734 void drawIRect(const SkIRect& rect, const SkPaint& paint) {
749 SkScalar bottom, const SkPaint& paint);
756 virtual void drawOval(const SkRect& oval, const SkPaint&);
765 virtual void drawRRect(const SkRRect& rrect, const SkPaint& paint);
771 void drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint&);
782 const SkPaint& paint);
796 bool useCenter, const SkPaint& paint);
806 const SkPaint& paint);
813 virtual void drawPath(const SkPath& path, const SkPaint& paint);
816 const SkPaint* paint = NULL);
820 const SkPaint* paint = NULL);
839 const SkPaint* paint = NULL);
861 const SkPaint* paint = NULL,
865 const SkPaint* paint = NULL) {
870 const SkRect& dst, const SkPaint* paint = NULL,
882 const SkPaint* paint = NULL);
899 const SkRect& dst, const SkPaint* paint = NULL);
913 const SkPaint* paint = NULL);
924 SkScalar y, const SkPaint& paint);
934 const SkPoint pos[], const SkPaint& paint);
947 const SkPaint& paint);
963 SkScalar vOffset, const SkPaint& paint);
977 const SkPaint& paint);
985 void drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
1015 void drawPicture(const SkPicture*, const SkMatrix* matrix, const SkPaint* paint);
1050 const SkPaint& paint);
1066 const SkPoint texCoords[4], SkXfermode* xmode, const SkPaint& paint);
1187 const SkPaint& paint() const;
1199 SkPaint fDefaultPaint;
1223 virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) {
1231 virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&);
1234 SkScalar y, const SkPaint& paint);
1237 const SkPoint pos[], const SkPaint& paint);
1241 const SkPaint& paint);
1245 const SkPaint& paint);
1248 const SkPaint& paint);
1251 const SkPoint texCoords[4], SkXfermode* xmode, const SkPaint& paint);
1265 virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*);
1363 void internalDrawBitmap(const SkBitmap&, const SkMatrix& m, const SkPaint* paint);
1365 const SkRect& dst, const SkPaint* paint,
1368 const SkRect& dst, const SkPaint* paint);
1369 void internalDrawPaint(const SkPaint& paint);
1370 int internalSaveLayer(const SkRect* bounds, const SkPaint* paint,
1372 void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*);
1377 static void DrawRect(const SkDraw& draw, const SkPaint& paint,
1379 static void DrawTextDecorations(const SkDraw& draw, const SkPaint& paint,