HomeSort by relevance Sort by last modified time
    Searched refs:SkPaint (Results 1 - 25 of 743) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkXfermodeInterpretation.h 11 class SkPaint;
28 SkXfermodeInterpretation SkInterpretXfermode(const SkPaint&, bool dstIsOpaque);
SkPaintPriv.h 15 class SkPaint;
34 bool isPaintOpaque(const SkPaint* paint, SkPaintBitmapOpacity contentType);
44 bool isPaintOpaque(const SkPaint* paint, const SkBitmap* bmpReplacesShader = NULL);
45 bool isPaintOpaque(const SkPaint* paint, const SkImage* image);
SkCanvasPriv.h 15 SkAutoCanvasMatrixPaint(SkCanvas*, const SkMatrix*, const SkPaint*, const SkRect& bounds);
SkPaintDefaults.h 11 #include "SkPaint.h"
15 * to change the default values for a SkPaint. This file should not be
28 #define SkPaintDefaults_Hinting SkPaint::kNormal_Hinting
SkStroke.h 13 #include "SkPaint.h"
31 SkStroke(const SkPaint&);
32 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
34 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
35 void setCap(SkPaint::Cap);
37 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
38 void setJoin(SkPaint::Join);
75 friend class SkPaint;
    [all...]
SkRecorder.h 53 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SkCanvas::SaveFlags) override;
60 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
66 const SkPaint& paint) override;
70 const SkPaint& paint) override;
75 const SkPaint& paint) override;
80 const SkPaint& paint) override;
84 const SkPaint& paint) override;
87 const SkPaint& paint) override;
89 void onDrawPaint(const SkPaint&) override;
90 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override
    [all...]
  /external/skia/include/utils/
SkParsePaint.h 13 #include "SkPaint.h"
24 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
SkPaintFilterCanvas.h 48 virtual void onFilterPaint(SkPaint* paint, Type type) const = 0;
50 void onDrawPaint(const SkPaint&) override;
51 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
52 void onDrawRect(const SkRect&, const SkPaint&) override;
53 void onDrawRRect(const SkRRect&, const SkPaint&) override;
54 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
55 void onDrawOval(const SkRect&, const SkPaint&) override;
56 void onDrawPath(const SkPath&, const SkPaint&) override;
57 void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
58 void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
    [all...]
SkLuaCanvas.h 25 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) override;
31 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
33 const SkPaint&) override;
35 const SkPaint&) override;
37 SkScalar constY, const SkPaint&) override;
39 const SkMatrix* matrix, const SkPaint&) override;
41 const SkPaint& paint) override;
43 void onDrawPaint(const SkPaint&) override;
44 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
45 void onDrawRect(const SkRect&, const SkPaint&) override
    [all...]
SkDumpCanvas.h 67 const SkPaint*) = 0;
84 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) override;
90 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
92 const SkPaint&) override;
94 const SkPaint&) override;
96 SkScalar constY, const SkPaint&) override;
98 const SkMatrix* matrix, const SkPaint&) override;
100 const SkPaint& paint) override;
103 const SkPaint& paint) override;
105 void onDrawPaint(const SkPaint&) override
    [all...]
SkNinePatch.h 18 class SkPaint;
24 const SkPaint* paint = NULL);
30 const SkPaint* paint = NULL);
SkDeferredCanvas.h 150 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) override;
156 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
158 const SkPaint&) override;
160 const SkPaint&) override;
162 SkScalar constY, const SkPaint&) override;
164 const SkMatrix* matrix, const SkPaint&) override;
166 const SkPaint& paint) override;
169 const SkPaint& paint) override;
171 void onDrawPaint(const SkPaint&) override;
172 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override
    [all...]
SkNWayCanvas.h 36 SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) override;
42 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
44 const SkPaint&) override;
46 const SkPaint&) override;
48 SkScalar constY, const SkPaint&) override;
50 const SkMatrix* matrix, const SkPaint&) override;
52 const SkPaint& paint) override;
55 const SkPaint& paint) override;
57 void onDrawPaint(const SkPaint&) override;
58 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override
    [all...]
  /external/skia/src/c/
sk_types_priv.h 14 class SkPaint;
17 static inline const SkPaint& AsPaint(const sk_paint_t& cpaint) {
18 return reinterpret_cast<const SkPaint&>(cpaint);
21 static inline const SkPaint* AsPaint(const sk_paint_t* cpaint) {
22 return reinterpret_cast<const SkPaint*>(cpaint);
25 static inline SkPaint* AsPaint(sk_paint_t* cpaint) {
26 return reinterpret_cast<SkPaint*>(cpaint);
sk_paint.cpp 11 #include "SkPaint.h"
17 SkPaint::Cap fSK;
19 { BUTT_SK_STROKE_CAP, SkPaint::kButt_Cap },
20 { ROUND_SK_STROKE_CAP, SkPaint::kRound_Cap },
21 { SQUARE_SK_STROKE_CAP, SkPaint::kSquare_Cap },
26 SkPaint::Join fSK;
28 { MITER_SK_STROKE_JOIN, SkPaint::kMiter_Join },
29 { ROUND_SK_STROKE_JOIN, SkPaint::kRound_Join },
30 { BEVEL_SK_STROKE_JOIN, SkPaint::kBevel_Join },
34 #define SKType SkPaint::Ca
    [all...]
  /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) {
  /frameworks/base/libs/hwui/
CanvasProperty.h 23 #include <SkPaint.h>
39 CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {}
41 SkPaint value;
SkiaCanvasProxy.h 50 virtual SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SaveFlags) override;
56 virtual void onDrawPaint(const SkPaint& paint) override;
58 const SkPaint&) override;
59 virtual void onDrawOval(const SkRect&, const SkPaint&) override;
60 virtual void onDrawRect(const SkRect&, const SkPaint&) override;
61 virtual void onDrawRRect(const SkRRect&, const SkPaint&) override;
62 virtual void onDrawPath(const SkPath& path, const SkPaint&) override;
64 const SkPaint*) override;
66 const SkPaint* paint, DrawBitmapRectFlags flags) override;
68 const SkRect& dst, const SkPaint*) override
    [all...]
  /external/skia/include/core/
SkDraw.h 15 #include "SkPaint.h"
34 void drawPaint(const SkPaint&) const;
36 const SkPaint&, bool forceUseDevice = false) const;
37 void drawRect(const SkRect& prePaintRect, const SkPaint&, const SkMatrix* paintMatrix,
39 void drawRect(const SkRect& rect, const SkPaint& paint) const {
42 void drawRRect(const SkRRect&, const SkPaint&) const;
52 void drawPath(const SkPath& path, const SkPaint& paint,
57 void drawPath(const SkPath& path, const SkPaint& paint,
64 const SkPaint&) const;
65 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const
    [all...]
SkStrokeRec.h 11 #include "SkPaint.h"
24 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
25 explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);
40 SkPaint::Cap getCap() const { return fCap; }
41 SkPaint::Join getJoin() const { return fJoin; }
61 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
96 void applyToPaint(SkPaint* paint) const;
115 void init(const SkPaint&, SkPaint::Style, SkScalar resScale)
    [all...]
SkDrawLooper.h 19 class SkPaint;
24 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
60 virtual bool next(SkCanvas* canvas, SkPaint* paint) = 0;
90 bool canComputeFastBounds(const SkPaint& paint) const;
91 void computeFastBounds(const SkPaint& paint, const SkRect& src, SkRect* dst) const;
SkMultiPictureDraw.h 15 class SkPaint;
44 const SkPaint* paint = NULL);
63 SkPaint* fPaint; // owned
65 void init(SkCanvas*, const SkPicture*, const SkMatrix*, const SkPaint*);
  /external/skia/bench/
BezierBench.cpp 10 #include "SkPaint.h"
15 SkPaint fPaint;
25 const SkPaint& paint = rec->fPaint;
37 const SkPaint& paint = rec->fPaint;
48 SkPaint::Cap fCap;
49 SkPaint::Join fJoin;
54 BezierBench(SkPaint::Cap c, SkPaint::Join j, SkScalar w, DrawProc proc) {
84 fRec.fPaint.setStyle(SkPaint::kStroke_Style);
95 DEF_BENCH( return new BezierBench(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2, draw_quad);
    [all...]
  /external/skia/tests/
FontObjTest.cpp 9 #include "SkPaint.h"
13 static bool is_use_nonlinear_metrics(const SkPaint& paint) {
17 static bool is_enable_auto_hints(const SkPaint& paint) {
21 static bool is_enable_bytecode_hints(const SkPaint& paint) {
22 return paint.getHinting() >= SkPaint::kFull_Hinting;
25 static void test_cachedfont(skiatest::Reporter* reporter, const SkPaint& paint) {
52 SkPaint::Hinting hinting;
55 { SkPaint::kNo_Hinting, 0 },
56 { SkPaint::kNo_Hinting, SkPaint::kLinearText_Flag }
    [all...]

Completed in 3506 milliseconds

1 2 3 4 5 6 7 8 91011>>