HomeSort by relevance Sort by last modified time
    Searched refs:SkPaint (Results 26 - 50 of 947) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/utils/
SkLuaCanvas.h 24 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
41 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
43 const SkPaint& paint) SK_OVERRIDE;
44 virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
45 virtual void drawRect(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
46 virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
47 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
49 const SkPaint* paint) SK_OVERRIDE;
51 const SkRect& dst, const SkPaint* paint,
54 const SkPaint* paint) SK_OVERRIDE
    [all...]
SkDumpCanvas.h 63 const SkPaint*) = 0;
75 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
92 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
94 const SkPaint& paint) SK_OVERRIDE;
95 virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
96 virtual void drawRect(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
97 virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
98 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
100 const SkPaint* paint) SK_OVERRIDE;
102 const SkRect& dst, const SkPaint* paint
    [all...]
SkDeferredCanvas.h 142 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
161 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
163 const SkPaint& paint) SK_OVERRIDE;
164 virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
165 virtual void drawRect(const SkRect& rect, const SkPaint& paint) SK_OVERRIDE;
166 virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
167 virtual void drawPath(const SkPath& path, const SkPaint& paint)
170 SkScalar top, const SkPaint* paint)
173 const SkRect& dst, const SkPaint* paint,
177 const SkPaint* paint) SK_OVERRIDE
    [all...]
  /external/chromium_org/third_party/skia/src/core/
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
SkSpriteBlitter.h 16 class SkPaint;
24 const SkPaint& paint);
34 static SkSpriteBlitter* ChooseD16(const SkBitmap& source, const SkPaint&,
36 static SkSpriteBlitter* ChooseD32(const SkBitmap& source, const SkPaint&,
43 const SkPaint* fPaint;
  /external/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;
  /external/skia/include/utils/
SkLuaCanvas.h 24 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
41 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
43 const SkPaint& paint) SK_OVERRIDE;
44 virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
45 virtual void drawRect(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
46 virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
47 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
49 const SkPaint* paint) SK_OVERRIDE;
51 const SkRect& dst, const SkPaint* paint,
54 const SkPaint* paint) SK_OVERRIDE
    [all...]
SkDumpCanvas.h 63 const SkPaint*) = 0;
75 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
92 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
94 const SkPaint& paint) SK_OVERRIDE;
95 virtual void drawOval(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
96 virtual void drawRect(const SkRect&, const SkPaint& paint) SK_OVERRIDE;
97 virtual void drawRRect(const SkRRect&, const SkPaint& paint) SK_OVERRIDE;
98 virtual void drawPath(const SkPath& path, const SkPaint& paint) SK_OVERRIDE;
100 const SkPaint* paint) SK_OVERRIDE;
102 const SkRect& dst, const SkPaint* paint
    [all...]
  /external/skia/src/core/
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
SkSpriteBlitter.h 16 class SkPaint;
24 const SkPaint& paint);
34 static SkSpriteBlitter* ChooseD16(const SkBitmap& source, const SkPaint&,
36 static SkSpriteBlitter* ChooseD32(const SkBitmap& source, const SkPaint&,
43 const SkPaint* fPaint;
  /external/skia/tests/
AndroidPaintTest.cpp 7 #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 dummy
    [all...]
  /external/skia/gm/
nonclosedpaths.cpp 76 static const SkPaint::Style kStyle[] = {
77 SkPaint::kStroke_Style, SkPaint::kStrokeAndFill_Style
80 static const SkPaint::Cap kCap[] = {
81 SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap
84 static const SkPaint::Join kJoin[] = {
85 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Joi
    [all...]
strokerect.cpp 15 SkPaint::Join join, int doFill) {
16 SkPaint paint;
18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
25 paint.setStyle(SkPaint::kStroke_Style);
31 paint.setStrokeJoin(SkPaint::kMiter_Join);
61 SkPaint paint;
62 paint.setStyle(SkPaint::kStroke_Style);
65 static const SkPaint::Join gJoins[] = {
66 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Joi
    [all...]
linepaths.cpp 9 #include "SkPaint.h"
26 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
27 SkPaint::Style style, SkPath::FillType fill,
30 SkPaint paint;
54 SkPaint::Style fStyle;
58 {SkPaint::kFill_Style, "Fill"},
59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
63 SkPaint::Cap fCap
    [all...]
quadpaths.cpp 9 #include "SkPaint.h"
26 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
27 SkPaint::Style style, SkPath::FillType fill,
30 SkPaint paint;
54 SkPaint::Style fStyle;
58 {SkPaint::kFill_Style, "Fill"},
59 {SkPaint::kStroke_Style, "Stroke"},
60 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
63 SkPaint::Cap fCap
    [all...]
  /external/chromium_org/skia/ext/
opacity_draw_filter.cc 6 #include "third_party/skia/include/core/SkPaint.h"
17 bool OpacityDrawFilter::filter(SkPaint* paint, Type type) {
21 paint->setFilterLevel(SkPaint::kNone_FilterLevel);
  /external/chromium_org/third_party/WebKit/public/web/linux/
WebFontRendering.h 36 #include <SkPaint.h>
44 BLINK_EXPORT static void setHinting(SkPaint::Hinting);
  /external/chromium_org/third_party/skia/include/core/
SkDrawFilter.h 16 class SkPaint;
49 virtual bool filter(SkPaint*, Type) = 0;
  /external/chromium_org/third_party/skia/src/image/
SkImage_Base.h 17 virtual void onDraw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*) = 0;
19 const SkRect& dst, const SkPaint*) = 0;
  /external/skia/include/core/
SkDrawFilter.h 16 class SkPaint;
49 virtual bool filter(SkPaint*, Type) = 0;
  /external/skia/src/image/
SkImage_Base.h 17 virtual void onDraw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*) = 0;
19 const SkRect& dst, const SkPaint*) = 0;
  /external/chromium_org/content/renderer/
render_view_linux.cc 14 static SkPaint::Hinting RendererPreferencesToSkiaHinting(
22 return SkPaint::kNo_Hinting;
27 return SkPaint::kNormal_Hinting;
30 return SkPaint::kNormal_Hinting;
36 return SkPaint::kNormal_Hinting;
38 return SkPaint::kNo_Hinting;
40 return SkPaint::kSlight_Hinting;
42 return SkPaint::kNormal_Hinting;
44 return SkPaint::kFull_Hinting;
47 return SkPaint::kNormal_Hinting
    [all...]
  /external/skia/bench/
StrokeBench.cpp 10 #include "SkPaint.h"
17 SkPaint fPaint;
58 SkPaint::Join fJoin;
62 StrokeRRectBench(SkPaint::Join j, DrawProc proc) {
84 fRec.fPaint.setStyle(SkPaint::kStroke_Style);
94 DEF_BENCH( return new StrokeRRectBench(SkPaint::kRound_Join, draw_rect); )
95 DEF_BENCH( return new StrokeRRectBench(SkPaint::kBevel_Join, draw_rect); )
96 DEF_BENCH( return new StrokeRRectBench(SkPaint::kMiter_Join, draw_rect); )
98 DEF_BENCH( return new StrokeRRectBench(SkPaint::kRound_Join, draw_rrect); )
99 DEF_BENCH( return new StrokeRRectBench(SkPaint::kBevel_Join, draw_rrect);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 85 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
87 const SkPoint[], const SkPaint& paint) SK_OVERRIDE;
89 const SkPaint& paint) SK_OVERRIDE;
91 const SkPaint& paint) SK_OVERRIDE;
93 const SkPaint& paint) SK_OVERRIDE;
95 const SkPaint& paint, const SkMatrix* prePathMatrix,
98 const SkMatrix&, const SkPaint&) SK_OVERRIDE;
101 const SkPaint& paint,
104 int x, int y, const SkPaint& paint);
106 SkScalar x, SkScalar y, const SkPaint&) SK_OVERRIDE
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 36 void overrideTexFiltering(bool overrideTexFiltering, SkPaint::FilterLevel level);
159 const SkPaint*) SK_OVERRIDE;
162 const SkRect& dst, const SkPaint* paint,
166 const SkPaint*) SK_OVERRIDE;
169 const SkRect& dst, const SkPaint*) SK_OVERRIDE;
179 virtual void drawOval(const SkRect& oval, const SkPaint&) SK_OVERRIDE;
181 virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
183 virtual void drawPath(const SkPath& path, const SkPaint&) SK_OVERRIDE;
188 const SkPaint&) SK_OVERRIDE;
191 const SkPoint pos[], const SkPaint&) SK_OVERRIDE
    [all...]

Completed in 1002 milliseconds

12 3 4 5 6 7 8 91011>>