Searched refs:SkPaint (Results 1 - 25 of 851) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkPaintPriv.h12 class SkPaint;
23 bool isPaintOpaque(const SkPaint* paint,
H A DSkStroke.h13 #include "SkPaint.h"
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
28 void setCap(SkPaint::Cap);
30 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
31 void setJoin(SkPaint::Join);
53 friend class SkPaint;
[all...]
H A DSkBBoxRecord.h32 virtual void drawOval(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
33 virtual void drawRRect(const SkRRect& rrect, const SkPaint& paint) SK_OVERRIDE;
34 virtual void drawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
35 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
37 const SkPaint& paint) SK_OVERRIDE;
38 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
41 const SkPaint& paint) SK_OVERRIDE;
43 const SkPaint* paint = NULL) SK_OVERRIDE;
45 const SkRect& dst, const SkPaint* paint) SK_OVERRIDE;
47 const SkPaint* pain
[all...]
H A DSkPaintDefaults.h11 #include "SkPaint.h"
15 * to change the default values for a SkPaint. This file should not be
28 #define SkPaintDefaults_Hinting SkPaint::kNormal_Hinting
/external/skia/src/core/
H A DSkPaintPriv.h12 class SkPaint;
23 bool isPaintOpaque(const SkPaint* paint,
H A DSkStroke.h13 #include "SkPaint.h"
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
28 void setCap(SkPaint::Cap);
30 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
31 void setJoin(SkPaint::Join);
53 friend class SkPaint;
[all...]
H A DSkBBoxRecord.h32 virtual void drawOval(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
33 virtual void drawRRect(const SkRRect& rrect, const SkPaint& paint) SK_OVERRIDE;
34 virtual void drawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
35 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
37 const SkPaint& paint) SK_OVERRIDE;
38 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
41 const SkPaint& paint) SK_OVERRIDE;
43 const SkPaint* paint = NULL) SK_OVERRIDE;
45 const SkRect& dst, const SkPaint* paint) SK_OVERRIDE;
47 const SkPaint* pain
[all...]
H A DSkPaintDefaults.h11 #include "SkPaint.h"
15 * to change the default values for a SkPaint. This file should not be
28 #define SkPaintDefaults_Hinting SkPaint::kNormal_Hinting
/external/chromium_org/third_party/skia/include/utils/
H A DSkParsePaint.h13 #include "SkPaint.h"
24 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
H A DSkNinePatch.h18 class SkPaint;
24 const SkPaint* paint = NULL);
30 const SkPaint* paint = NULL);
/external/skia/include/utils/
H A DSkParsePaint.h13 #include "SkPaint.h"
24 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
H A DSkNinePatch.h18 class SkPaint;
24 const SkPaint* paint = NULL);
30 const SkPaint* paint = NULL);
/external/chromium/chrome/common/
H A Dbadge_util.h12 class SkPaint;
18 // Helper routine that returns a singleton SkPaint object configured for
20 SkPaint* GetBadgeTextPaintSingleton();
/external/chromium_org/third_party/skia/src/effects/
H A DSkPaintFlagsDrawFilter.cpp9 #include "SkPaint.h"
13 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
14 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
17 bool SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) {
/external/skia/src/effects/
H A DSkPaintFlagsDrawFilter.cpp9 #include "SkPaint.h"
13 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
14 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
17 bool SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) {
/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h15 #include "SkPaint.h"
33 void drawPaint(const SkPaint&) const;
35 const SkPaint&, bool forceUseDevice = false) const;
36 void drawRect(const SkRect&, const SkPaint&) const;
46 void drawPath(const SkPath& srcPath, const SkPaint&,
48 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkPaint&) const;
49 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
51 SkScalar y, const SkPaint& paint) const;
54 int scalarsPerPosition, const SkPaint& paint) const;
56 const SkPath&, const SkMatrix*, const SkPaint
[all...]
H A DSkDrawLooper.h16 class SkPaint;
21 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
50 virtual bool next(SkCanvas*, SkPaint* paint) = 0;
62 virtual bool canComputeFastBounds(const SkPaint& paint);
63 virtual void computeFastBounds(const SkPaint& paint,
/external/skia/include/core/
H A DSkDraw.h15 #include "SkPaint.h"
33 void drawPaint(const SkPaint&) const;
35 const SkPaint&, bool forceUseDevice = false) const;
36 void drawRect(const SkRect&, const SkPaint&) const;
46 void drawPath(const SkPath& srcPath, const SkPaint&,
48 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkPaint&) const;
49 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
51 SkScalar y, const SkPaint& paint) const;
54 int scalarsPerPosition, const SkPaint& paint) const;
56 const SkPath&, const SkMatrix*, const SkPaint
[all...]
H A DSkDrawLooper.h16 class SkPaint;
21 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
50 virtual bool next(SkCanvas*, SkPaint* paint) = 0;
62 virtual bool canComputeFastBounds(const SkPaint& paint);
63 virtual void computeFastBounds(const SkPaint& paint,
/external/chromium_org/third_party/skia/include/views/
H A DSkBGViewArtist.h14 #include "SkPaint.h"
21 const SkPaint& paint() const { return fPaint; }
22 SkPaint& paint() { return fPaint; }
30 SkPaint fPaint;
/external/skia/include/views/
H A DSkBGViewArtist.h14 #include "SkPaint.h"
21 const SkPaint& paint() const { return fPaint; }
22 SkPaint& paint() { return fPaint; }
30 SkPaint fPaint;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DOpaqueRegionSkia.h38 #include "SkPaint.h"
55 void pushCanvasLayer(const SkPaint*);
65 void didDrawRect(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap);
66 void didDrawPath(const GraphicsContext*, const SkPath&, const SkPaint&);
67 void didDrawPoints(const GraphicsContext*, SkCanvas::PointMode, int numPoints, const SkPoint[], const SkPaint&);
68 void didDrawBounded(const GraphicsContext*, const SkRect&, const SkPaint&);
69 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
77 SkPaint paint;
88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
89 void applyOpaqueRegionFromLayer(const GraphicsContext*, const SkRect& layerOpaqueRect, const SkPaint
[all...]
/external/skia/tests/
H A DAndroidPaintTest.cpp7 #include "SkPaint.h"
11 static size_t Reconstruct(const SkPaint& src, SkPaint* dst) {
33 SkPaint paint;
36 SkPaint reconstructed;
46 const SkPaint defaultOptions;
52 SkPaint nonDefaultOptions;
67 SkPaint defaultOptions;
71 SkPaint nonDefaultOptions;
74 SkPaint dumm
[all...]
/external/chromium_org/skia/ext/
H A Dopacity_draw_filter.cc6 #include "third_party/skia/include/core/SkPaint.h"
17 bool OpacityDrawFilter::filter(SkPaint* paint, Type type) {
21 paint->setFilterLevel(SkPaint::kNone_FilterLevel);
H A Dopacity_draw_filter.h11 class SkPaint;
23 virtual bool filter(SkPaint* paint, SkDrawFilter::Type type) OVERRIDE;

Completed in 483 milliseconds

1234567891011>>