HomeSort by relevance Sort by last modified time
    Searched refs:SkDraw (Results 1 - 21 of 21) sorted by null

  /external/skia/src/gl/
SkGLDevice_SWLayer.h 15 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
16 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
18 virtual void drawRect(const SkDraw&, const SkRect& r,
20 virtual void drawPath(const SkDraw&, const SkPath& path,
22 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
24 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
26 virtual void drawText(const SkDraw&, const void* text, size_t len,
28 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
31 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
34 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount
    [all...]
SkGLDevice.h 39 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
40 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
42 virtual void drawRect(const SkDraw&, const SkRect& r,
44 virtual void drawPath(const SkDraw&, const SkPath& path,
46 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
48 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
50 virtual void drawText(const SkDraw&, const void* text, size_t len,
52 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
55 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
58 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount
    [all...]
SkGLDevice_SWLayer.cpp 28 #include "SkDraw.h"
30 void SkGLDevice_SWLayer::drawPaint(const SkDraw& draw, const SkPaint& paint) {
34 void SkGLDevice_SWLayer::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count,
39 void SkGLDevice_SWLayer::drawRect(const SkDraw& draw, const SkRect& r,
44 void SkGLDevice_SWLayer::drawPath(const SkDraw& draw, const SkPath& path,
49 void SkGLDevice_SWLayer::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
54 void SkGLDevice_SWLayer::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
59 void SkGLDevice_SWLayer::drawText(const SkDraw& draw, const void* text, size_t len,
64 void SkGLDevice_SWLayer::drawPosText(const SkDraw& draw, const void* text, size_t len,
70 void SkGLDevice_SWLayer::drawTextOnPath(const SkDraw& draw, const void* text
    [all...]
SkGLDevice.cpp 8 const SkDraw& draw) {
213 void SkGLDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
243 void SkGLDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
307 void SkGLDevice::drawRect(const SkDraw& draw, const SkRect& rect,
357 void SkGLDevice::drawPath(const SkDraw& draw, const SkPath& path,
370 void SkGLDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
439 void SkGLDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
457 void SkGLDevice::drawDevice(const SkDraw& draw, SkDevice* dev,
490 void SkGLDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode,
598 // stolen from SkDraw.cpp - D1G_NoBounder_RectCli
    [all...]
  /external/skia/include/core/
SkDevice.h 25 class SkDraw;
104 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
105 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
107 virtual void drawRect(const SkDraw&, const SkRect& r,
109 virtual void drawPath(const SkDraw&, const SkPath& path,
111 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
113 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
115 virtual void drawText(const SkDraw&, const void* text, size_t len,
117 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
120 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len
    [all...]
SkDraw.h 34 class SkDraw {
36 SkDraw() : fDevice(NULL), fBounder(NULL), fProcs(NULL) {}
37 SkDraw(const SkDraw& src);
SkBounder.h 88 friend class SkDraw;
SkCanvas.h 32 class SkDraw;
    [all...]
SkPaint.h     [all...]
  /external/skia/src/core/
SkDrawProcs.h 4 #include "SkDraw.h"
9 const SkDraw* fDraw;
18 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
SkDevice.cpp 2 #include "SkDraw.h"
48 void SkDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
52 void SkDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count,
57 void SkDevice::drawRect(const SkDraw& draw, const SkRect& r,
62 void SkDevice::drawPath(const SkDraw& draw, const SkPath& path,
67 void SkDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
72 void SkDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
77 void SkDevice::drawText(const SkDraw& draw, const void* text, size_t len,
82 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len,
88 void SkDevice::drawTextOnPath(const SkDraw& draw, const void* text
    [all...]
SkMaskFilter.cpp 22 #include "SkDraw.h"
36 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
SkRasterizer.cpp 19 #include "SkDraw.h"
60 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
SkDraw.cpp 1 /* libs/graphics/sgl/SkDraw.cpp
18 #include "SkDraw.h"
50 void clearBounder(const SkDraw* draw) {
51 fDraw = const_cast<SkDraw*>(draw);
57 SkDraw* fDraw;
145 SkDraw::SkDraw(const SkDraw& src) {
277 void SkDraw::drawPaint(const SkPaint& paint) const {
541 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count
    [all...]
SkScalerContext.cpp 21 #include "SkDraw.h"
427 SkDraw draw;
SkCanvas.cpp 20 #include "SkDraw.h"
214 class SkDrawIter : public SkDraw {
272 typedef SkDraw INHERITED;
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 134 JS_INIT(SkDraw, Bitmap)
137 JS_INIT(SkDraw, BitmapShader)
138 JS_INIT(SkDraw, Blur)
139 JS_INIT(SkDraw, Clip)
140 JS_INIT(SkDraw, Color)
147 JS_INIT(SkDraw, Emboss)
149 // JS_INIT(SkDraw, Font)
157 JS_INIT(SkDraw, Matrix)
161 JS_INIT(SkDraw, Path)
162 JS_INIT(SkDraw, Paint
    [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 20 #include "SkDraw.h"
85 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(), &matrix,
122 SkDraw draw;
  /external/skia/src/animator/
SkMemberInfo.h 181 typedef SkDraw##_type BASE_CLASS
248 typedef SkDraw##_type BASE_CLASS
SkDisplayType.cpp 69 case SkType_##_class: result = new SkDraw##_class(); break
230 info = SkDraw##_class::fInfo; infoCount = SkDraw##_class::fInfoCount; break
  /external/skia/
Android.mk 122 src/core/SkDraw.cpp \

Completed in 842 milliseconds