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

1 2 3 4 5 6 7 8 91011>>

  /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...]
SkProxyCanvas.h 25 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
43 virtual void drawPaint(const SkPaint& paint);
45 const SkPaint& paint);
46 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
47 virtual void drawPath(const SkPath& path, const SkPaint& paint);
49 const SkPaint* paint = NULL);
51 const SkRect& dst, const SkPaint* paint = NULL);
53 const SkPaint* paint = NULL);
55 const SkPaint* paint = NULL);
57 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...]
  /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...]
SkDrawFilter.h 23 class SkPaint;
47 virtual void filter(SkPaint*, Type) = 0;
SkDraw.h 24 #include "SkPaint.h"
40 void drawPaint(const SkPaint&) const;
42 const SkPaint&, bool forceUseDevice = false) const;
43 void drawRect(const SkRect&, const SkPaint&) const;
53 void drawPath(const SkPath& srcPath, const SkPaint&,
55 void drawBitmap(const SkBitmap&, const SkMatrix&, const SkPaint&) const;
56 void drawSprite(const SkBitmap&, int x, int y, const SkPaint&) const;
58 SkScalar y, const SkPaint& paint) const;
61 int scalarsPerPosition, const SkPaint& paint) const;
63 const SkPath&, const SkMatrix*, const SkPaint&) const
    [all...]
SkDrawLooper.h 23 class SkPaint;
26 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
53 virtual bool next(SkCanvas*, SkPaint* paint) = 0;
SkBounder.h 28 class SkPaint;
83 bool doHairline(const SkPoint&, const SkPoint&, const SkPaint&);
84 bool doRect(const SkRect&, const SkPaint&);
85 bool doPath(const SkPath&, const SkPaint&, bool doFill);
  /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/skia/include/ports/
SkHarfBuzzFont.h 41 class SkPaint;
54 virtual void setupPaint(SkPaint*) const = 0;
  /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/effects/
SkPaintFlagsDrawFilter.cpp 18 #include "SkPaint.h"
22 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
23 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
26 void SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) {
  /external/skia/include/pdf/
SkPDFGraphicState.h 20 #include "SkPaint.h"
28 SkPaint objects roughly correspond to graphic state dictionaries that can
48 /** Get the graphic state for the passed SkPaint. The reference count of
53 * @param paint The SkPaint to emulate.
55 static SkPDFGraphicState* getGraphicStateForPaint(const SkPaint& paint);
75 const SkPaint fPaint;
83 const SkPaint* fPaint;
89 explicit GSCanonicalEntry(const SkPaint* paint) : fPaint(paint) {}
97 explicit SkPDFGraphicState(const SkPaint& paint);
103 static int find(const SkPaint& paint)
    [all...]
SkPDFDevice.h 22 #include "SkPaint.h"
90 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
93 const SkPaint& paint);
94 virtual void drawRect(const SkDraw&, const SkRect& r, const SkPaint& paint);
96 const SkPaint& paint, const SkMatrix* prePathMatrix,
100 const SkMatrix& matrix, const SkPaint& paint);
102 const SkPaint& paint);
104 SkScalar x, SkScalar y, const SkPaint& paint);
107 int scalarsPerPos, const SkPaint& paint);
110 const SkPaint& paint)
    [all...]
  /external/skia/emoji/
EmojiFont.h 34 class SkPaint;
58 static SkScalar GetAdvanceWidth(uint16_t index, const SkPaint& paint);
65 const SkPaint& paint);
  /external/skia/include/text/
SkTextLayout.h 4 #include "SkPaint.h"
11 explicit SkTextStyle(const SkPaint&);
14 const SkPaint& paint() const { return fPaint; }
15 SkPaint& paint() { return fPaint; }
20 SkPaint fPaint;
  /external/skia/src/ports/
SkFontHost_gamma_none.cpp 30 int SkFontHost::ComputeGammaFlag(const SkPaint& paint)
  /external/skia/samplecode/
SampleStrokeRect.cpp 5 #include "SkPaint.h"
22 SkPaint paint;
24 paint.setStyle(SkPaint::kStroke_Style);
27 SkPaint hair;
28 hair.setStyle(SkPaint::kStroke_Style);
38 static const SkPaint::Join gJoin[] = {
39 SkPaint::kMiter_Join,
40 SkPaint::kRound_Join,
41 SkPaint::kBevel_Join
  /external/webkit/Source/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/skia/gpu/include/
GrMesh.h 8 class SkPaint;
28 void draw(SkCanvas*, const SkPaint&);
29 void drawWireframe(SkCanvas* canvas, const SkPaint& paint);
  /external/skia/include/effects/
SkLayerRasterizer.h 24 class SkPaint;
31 void addLayer(const SkPaint& paint) {
40 void addLayer(const SkPaint& paint, SkScalar dx, SkScalar dy);
SkPaintFlagsDrawFilter.h 27 virtual void filter(SkPaint*, Type);

Completed in 105 milliseconds

1 2 3 4 5 6 7 8 91011>>