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

  /external/skia/include/core/
SkDevice.h 19 class SkDraw;
196 virtual void drawPaint(const SkDraw&, const SkPaint& paint);
197 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
199 virtual void drawRect(const SkDraw&, const SkRect& r,
212 virtual void drawPath(const SkDraw&, const SkPath& path,
216 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
219 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
225 virtual void drawText(const SkDraw&, const void* text, size_t len,
227 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
230 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len
    [all...]
SkDraw.h 29 class SkDraw {
31 SkDraw();
32 SkDraw(const SkDraw& src);
SkMaskFilter.h 100 friend class SkDraw;
SkBounder.h 83 friend class SkDraw;
SkCanvas.h 26 class SkDraw;
    [all...]
SkPaint.h     [all...]
  /external/skia/include/gpu/
SkGpuDevice.h 75 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
76 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode, size_t count,
78 virtual void drawRect(const SkDraw&, const SkRect& r,
80 virtual void drawPath(const SkDraw&, const SkPath& path,
83 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
86 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
88 virtual void drawText(const SkDraw&, const void* text, size_t len,
90 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
93 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
96 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount
    [all...]
  /external/skia/src/core/
SkDrawProcs.h 11 #include "SkDraw.h"
17 const SkDraw* fDraw;
30 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
SkDevice.cpp 9 #include "SkDraw.h"
281 void SkDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
285 void SkDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count,
290 void SkDevice::drawRect(const SkDraw& draw, const SkRect& r,
295 void SkDevice::drawPath(const SkDraw& draw, const SkPath& path,
301 void SkDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
316 void SkDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
321 void SkDevice::drawText(const SkDraw& draw, const void* text, size_t len,
326 void SkDevice::drawPosText(const SkDraw& draw, const void* text, size_t len,
332 void SkDevice::drawTextOnPath(const SkDraw& draw, const void* text
    [all...]
SkMaskFilter.cpp 14 #include "SkDraw.h"
27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
SkRasterizer.cpp 11 #include "SkDraw.h"
49 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
SkDraw.cpp 10 #include "SkDraw.h"
116 SkDraw::SkDraw() {
120 SkDraw::SkDraw(const SkDraw& src) {
252 void SkDraw::drawPaint(const SkPaint& paint) const {
535 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
562 SkDraw noBounder(*this);
683 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint
    [all...]
SkCanvas.cpp 13 #include "SkDraw.h"
214 class SkDrawIter : public SkDraw {
273 typedef SkDraw INHERITED;
    [all...]
SkScalerContext.cpp 13 #include "SkDraw.h"
479 SkDraw draw;
  /external/skia/include/utils/
SkDeferredCanvas.h 227 virtual void drawPaint(const SkDraw&, const SkPaint& paint)
229 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode,
233 virtual void drawRect(const SkDraw&, const SkRect& r,
236 virtual void drawPath(const SkDraw&, const SkPath& path,
241 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
245 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
248 virtual void drawText(const SkDraw&, const void* text, size_t len,
251 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
255 virtual void drawTextOnPath(const SkDraw&, const void* text,
260 virtual void drawPosTextOnPath(const SkDraw& draw, const void* text
    [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 74 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE;
75 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode,
78 virtual void drawRect(const SkDraw&, const SkRect& r, const SkPaint& paint);
79 virtual void drawPath(const SkDraw&, const SkPath& origpath,
82 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
85 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y,
87 virtual void drawText(const SkDraw&, const void* text, size_t len,
89 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
92 virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
95 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 126 JS_INIT(SkDraw, Bitmap)
129 JS_INIT(SkDraw, BitmapShader)
130 JS_INIT(SkDraw, Blur)
131 JS_INIT(SkDraw, Clip)
132 JS_INIT(SkDraw, Color)
139 JS_INIT(SkDraw, Emboss)
141 // JS_INIT(SkDraw, Font)
149 JS_INIT(SkDraw, Matrix)
153 JS_INIT(SkDraw, Path)
154 JS_INIT(SkDraw, Paint
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 354 void SkGpuDevice::prepareRenderTarget(const SkDraw& draw) {
571 void SkGpuDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
594 void SkGpuDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
603 // we only handle hairlines here, else we let the SkDraw call our drawPath()
631 void SkGpuDevice::drawRect(const SkDraw& draw, const SkRect& rect,
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 12 #include "SkDraw.h"
75 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
112 SkDraw draw;
  /external/skia/src/pdf/
SkPDFDevice.cpp 15 #include "SkDraw.h"
67 // Stolen from measure_text in SkDraw.cpp and then tweaked.
442 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
586 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) {
612 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
619 // SkDraw::drawPoints converts to multiple calls to fDevice->drawPath.
626 SkDraw pointDraw(d);
695 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& r,
716 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath,
768 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap
    [all...]
  /external/skia/src/animator/
SkMemberInfo.h 173 typedef SkDraw##_type BASE_CLASS
240 typedef SkDraw##_type BASE_CLASS
SkDisplayType.cpp 61 case SkType_##_class: result = new SkDraw##_class(); break
222 info = SkDraw##_class::fInfo; infoCount = SkDraw##_class::fInfoCount; break
  /external/skia/
Android.mk 99 src/core/SkDraw.cpp \

Completed in 822 milliseconds