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

1 2 3 4 5 6 7 8

  /external/skia/include/utils/
SkParsePaint.h 20 #include "SkPaint.h"
31 void SkPaint_Inflate(SkPaint*, const SkDOM&, const SkDOM::Node*);
SkNinePatch.h 25 class SkPaint;
31 const SkPaint* paint = NULL);
37 const SkPaint* paint = NULL);
SkNWayCanvas.h 20 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
36 virtual void drawPaint(const SkPaint& paint);
38 const SkPaint& paint);
39 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
40 virtual void drawPath(const SkPath& path, const SkPaint& paint);
42 const SkPaint* paint = NULL);
44 const SkRect& dst, const SkPaint* paint = NULL);
46 const SkPaint* paint = NULL);
48 const SkPaint* paint = NULL);
50 SkScalar y, const SkPaint& paint)
    [all...]
SkDumpCanvas.h 47 const SkPaint*) = 0;
58 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
76 virtual void drawPaint(const SkPaint& paint);
78 const SkPaint& paint);
79 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
80 virtual void drawPath(const SkPath& path, const SkPaint& paint);
82 const SkPaint* paint = NULL);
84 const SkRect& dst, const SkPaint* paint = NULL);
86 const SkPaint* paint = NULL);
88 const SkPaint* paint = NULL)
    [all...]
SkProxyCanvas.h 30 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
48 virtual void drawPaint(const SkPaint& paint);
50 const SkPaint& paint);
51 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
52 virtual void drawPath(const SkPath& path, const SkPaint& paint);
54 const SkPaint* paint = NULL);
56 const SkRect& dst, const SkPaint* paint = NULL);
58 const SkPaint* paint = NULL);
60 const SkPaint* paint = NULL);
62 SkScalar y, const SkPaint& paint)
    [all...]
  /external/skia/include/core/
SkStroke.h 21 #include "SkPaint.h"
39 SkStroke(const SkPaint&);
40 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
42 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
43 void setCap(SkPaint::Cap);
45 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
46 void setJoin(SkPaint::Join);
67 friend class SkPaint;
    [all...]
SkDrawLooper.h 25 class SkPaint;
28 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
41 virtual void init(SkCanvas*, SkPaint*) {}
SkDrawFilter.h 25 class SkPaint;
49 virtual bool filter(SkCanvas*, SkPaint*, Type) = 0;
53 virtual void restore(SkCanvas*, SkPaint*, Type) = 0;
SkDraw.h 24 #include "SkPaint.h"
39 void drawPaint(const SkPaint&) const;
41 const SkPaint&) const;
42 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&) const
    [all...]
SkDevice.h 104 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
106 const SkPoint[], const SkPaint& paint);
108 const SkPaint& paint);
110 const SkPaint& paint);
112 const SkMatrix& matrix, const SkPaint& paint);
114 int x, int y, const SkPaint& paint);
116 SkScalar x, SkScalar y, const SkPaint& paint);
119 int scalarsPerPos, const SkPaint& paint);
122 const SkPaint& paint);
127 const SkPaint& paint)
    [all...]
SkBounder.h 28 class SkPaint;
81 bool doHairline(const SkPoint&, const SkPoint&, const SkPaint&);
82 bool doRect(const SkRect&, const SkPaint&);
83 bool doPath(const SkPath&, const SkPaint&, bool doFill);
SkCanvas.h 23 #include "SkPaint.h"
139 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
336 virtual void drawPaint(const SkPaint& paint);
369 const SkPaint& paint);
374 void drawPoint(SkScalar x, SkScalar y, const SkPaint& paint);
393 const SkPaint& paint);
400 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
407 void drawIRect(const SkIRect& rect, const SkPaint& paint)
423 SkScalar bottom, const SkPaint& paint);
430 void drawOval(const SkRect& oval, const SkPaint&)
    [all...]
  /external/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 2 #include "SkPaint.h"
7 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
8 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
11 bool SkPaintFlagsDrawFilter::filter(SkCanvas*, SkPaint* paint, Type)
18 void SkPaintFlagsDrawFilter::restore(SkCanvas*, SkPaint* paint, Type)
  /external/skia/include/views/
SkBGViewArtist.h 21 #include "SkPaint.h"
28 const SkPaint& paint() const { return fPaint; }
29 SkPaint& paint() { return fPaint; }
37 SkPaint fPaint;
  /external/skia/src/gl/
SkGLDevice_SWLayer.h 15 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
17 const SkPoint[], const SkPaint& paint);
19 const SkPaint& paint);
21 const SkPaint& paint);
23 const SkMatrix& matrix, const SkPaint& paint);
25 int x, int y, const SkPaint& paint);
27 SkScalar x, SkScalar y, const SkPaint& paint);
30 int scalarsPerPos, const SkPaint& paint);
33 const SkPaint& paint);
38 const SkPaint& paint)
    [all...]
SkGLDevice.h 39 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
41 const SkPoint[], const SkPaint& paint);
43 const SkPaint& paint);
45 const SkPaint& paint);
47 const SkMatrix& matrix, const SkPaint& paint);
49 int x, int y, const SkPaint& paint);
51 SkScalar x, SkScalar y, const SkPaint& paint);
54 int scalarsPerPos, const SkPaint& paint);
57 const SkPaint& paint);
62 const SkPaint& paint)
    [all...]
SkGLDevice_SWLayer.cpp 30 void SkGLDevice_SWLayer::drawPaint(const SkDraw& draw, const SkPaint& paint) {
35 const SkPoint pts[], const SkPaint& paint) {
40 const SkPaint& paint) {
45 const SkPaint& paint) {
50 const SkMatrix& matrix, const SkPaint& paint) {
55 int x, int y, const SkPaint& paint) {
60 SkScalar x, SkScalar y, const SkPaint& paint) {
66 int scalarsPerPos, const SkPaint& paint) {
73 const SkPaint& paint) {
82 const SkPaint& paint)
    [all...]
  /external/skia/include/effects/
SkLayerDrawLooper.h 17 SkPaint* addLayer(SkScalar dx, SkScalar dy);
21 SkPaint* addLayer() {
26 virtual void init(SkCanvas*, SkPaint*);
45 SkPaint fPaint;
54 SkPaint fSavedPaint;
55 SkPaint* fPaint;
SkPaintFlagsDrawFilter.h 27 virtual bool filter(SkCanvas*, SkPaint*, Type);
28 virtual void restore(SkCanvas*, SkPaint*, Type);
SkLayerRasterizer.h 24 class SkPaint;
31 void addLayer(const SkPaint& paint)
41 void addLayer(const SkPaint& paint, SkScalar dx, SkScalar dy);
  /external/skia/emoji/
EmojiFont.h 34 class SkPaint;
58 static SkScalar GetAdvanceWidth(uint16_t index, const SkPaint& paint);
65 const SkPaint& paint);
  /external/webkit/WebKit/chromium/public/linux/
WebFontRendering.h 36 #include <SkPaint.h>
44 WEBKIT_API static void setHinting(SkPaint::Hinting);
  /external/skia/src/core/
SkSpriteBlitter.h 24 class SkPaint;
32 const SkPaint& paint);
42 static SkSpriteBlitter* ChooseD16(const SkBitmap& source, const SkPaint&,
44 static SkSpriteBlitter* ChooseD32(const SkBitmap& source, const SkPaint&,
51 const SkPaint* fPaint;
  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 35 #include "SkPaint.h"
45 SkPaint paint;
46 SkPaint::FontMetrics metrics;
86 SkPaint paint;
89 paint.setTextEncoding(SkPaint::kUTF16_TextEncoding);
102 SkPaint paint;
109 paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
  /external/webkit/WebKit/android/nav/
FindCanvas.h 69 GlyphSet(const SkPaint& paint, const UChar* lower, const UChar* upper,
125 SkScalar y, const SkPaint& paint);
129 const SkPoint pos[], const SkPaint& paint);
134 const SkPaint& paint);
139 const SkPaint& paint) {
161 const SkPaint& paint, int count, const uint16_t* glyphs,
165 const SkPaint& paint, int count, const uint16_t* glyphs,
169 const SkPaint& paint, int count, const uint16_t* glyphs,
173 void findHelper(const void* text, size_t byteLength, const SkPaint& paint,
176 const SkPaint& paint, int count, const uint16_t* glyphs
    [all...]

Completed in 463 milliseconds

1 2 3 4 5 6 7 8