/external/chromium_org/third_party/skia/src/core/ |
SkPaintPriv.h | 12 class SkPaint; 23 bool isPaintOpaque(const SkPaint* paint,
|
SkStroke.h | 13 #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...] |
SkBBoxRecord.h | 32 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, 48 const SkPaint* paint) SK_OVERRIDE [all...] |
/external/skia/src/core/ |
SkPaintPriv.h | 12 class SkPaint; 23 bool isPaintOpaque(const SkPaint* paint,
|
SkStroke.h | 13 #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...] |
SkBBoxRecord.h | 32 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, 48 const SkPaint* paint) SK_OVERRIDE [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkParsePaint.h | 13 #include "SkPaint.h" 24 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
|
SkNinePatch.h | 18 class SkPaint; 24 const SkPaint* paint = NULL); 30 const SkPaint* paint = NULL);
|
/external/skia/include/utils/ |
SkParsePaint.h | 13 #include "SkPaint.h" 24 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
|
SkNinePatch.h | 18 class SkPaint; 24 const SkPaint* paint = NULL); 30 const SkPaint* paint = NULL);
|
/external/chromium/chrome/common/ |
badge_util.h | 12 class SkPaint; 18 // Helper routine that returns a singleton SkPaint object configured for 20 SkPaint* GetBadgeTextPaintSingleton();
|
/external/chromium_org/skia/ext/ |
opacity_draw_filter.h | 11 class SkPaint; 23 virtual bool filter(SkPaint* paint, SkDrawFilter::Type type) OVERRIDE;
|
paint_simplifier.h | 11 class SkPaint; 24 virtual bool filter(SkPaint*, Type) OVERRIDE;
|
/external/chromium_org/third_party/skia/include/ports/ |
SkHarfBuzzFont.h | 18 class SkPaint; 31 virtual void setupPaint(SkPaint*) const = 0;
|
/external/skia/include/ports/ |
SkHarfBuzzFont.h | 18 class SkPaint; 31 virtual void setupPaint(SkPaint*) const = 0;
|
/external/chromium_org/third_party/skia/include/core/ |
SkDrawLooper.h | 16 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,
|
SkDraw.h | 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 [all...] |
/external/skia/include/core/ |
SkDrawLooper.h | 16 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,
|
SkDraw.h | 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 [all...] |
/external/chromium_org/third_party/skia/include/views/ |
SkBGViewArtist.h | 14 #include "SkPaint.h" 21 const SkPaint& paint() const { return fPaint; } 22 SkPaint& paint() { return fPaint; } 30 SkPaint fPaint;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPaintFlagsDrawFilter.cpp | 9 #include "SkPaint.h" 13 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags); 14 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags); 17 bool SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) {
|
/external/skia/include/views/ |
SkBGViewArtist.h | 14 #include "SkPaint.h" 21 const SkPaint& paint() const { return fPaint; } 22 SkPaint& paint() { return fPaint; } 30 SkPaint fPaint;
|
/external/skia/src/effects/ |
SkPaintFlagsDrawFilter.cpp | 9 #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/WebKit/Source/platform/graphics/skia/ |
OpaqueRegionSkia.h | 39 #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/chromium_org/third_party/skia/include/text/ |
SkTextLayout.h | 11 #include "SkPaint.h" 20 explicit SkTextStyle(const SkPaint&); 23 const SkPaint& paint() const { return fPaint; } 24 SkPaint& paint() { return fPaint; } 29 SkPaint fPaint;
|