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

12 3

  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 13 #include "third_party/skia/include/core/SkDraw.h"
60 virtual void drawPaint(const SkDraw& draw, const SkPaint& paint) SK_OVERRIDE {
68 virtual void drawPoints(const SkDraw& draw,
95 virtual void drawRect(const SkDraw& draw,
106 virtual void drawOval(const SkDraw& draw,
111 virtual void drawRRect(const SkDraw& draw,
116 virtual void drawPath(const SkDraw& draw,
134 virtual void drawBitmap(const SkDraw& draw,
150 virtual void drawBitmapRect(const SkDraw& draw,
161 virtual void drawSprite(const SkDraw& draw
    [all...]
vector_platform_device_skia.cc 9 #include "third_party/skia/include/core/SkDraw.h"
52 // SkPDFDevice checks the passed SkDraw for an empty clip (only). Fake
54 SkDraw draw;
vector_platform_device_emf_win.cc 124 void VectorPlatformDeviceEmf::drawPaint(const SkDraw& draw,
135 void VectorPlatformDeviceEmf::drawPoints(const SkDraw& draw,
178 void VectorPlatformDeviceEmf::drawRect(const SkDraw& draw,
214 void VectorPlatformDeviceEmf::drawRRect(const SkDraw& draw, const SkRRect& rr,
221 void VectorPlatformDeviceEmf::drawPath(const SkDraw& draw,
271 void VectorPlatformDeviceEmf::drawBitmapRect(const SkDraw& draw,
329 void VectorPlatformDeviceEmf::drawBitmap(const SkDraw& draw,
345 void VectorPlatformDeviceEmf::drawSprite(const SkDraw& draw,
478 void VectorPlatformDeviceEmf::drawText(const SkDraw& draw,
517 void VectorPlatformDeviceEmf::drawPosText(const SkDraw& draw
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBounder.h 85 friend class SkDraw;
SkMaskFilter.h 174 friend class SkDraw;
SkCanvas.h 25 class SkDraw;
    [all...]
  /external/skia/include/core/
SkBounder.h 85 friend class SkDraw;
SkMaskFilter.h 174 friend class SkDraw;
  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 11 #include "SkDraw.h"
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
SkDraw.cpp 8 #include "SkDraw.h"
35 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) {
134 SkDraw::SkDraw() {
138 SkDraw::SkDraw(const SkDraw& src) {
142 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
280 void SkDraw::drawPaint(const SkPaint& paint) const {
584 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.h 14 #include "SkDraw.h"
101 SkDraw fDraw;
SkGpuDevice.cpp 390 void SkGpuDevice::prepareDraw(const SkDraw& draw, bool forceIdentity) {
558 void SkGpuDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
576 void SkGpuDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
587 // else we let the SkDraw call our drawPath()
610 void SkGpuDevice::drawRect(const SkDraw& draw, const SkRect& rect,
667 void SkGpuDevice::drawRRect(const SkDraw& draw, const SkRRect& rect,
700 void SkGpuDevice::drawOval(const SkDraw& draw, const SkRect& oval,
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
865 void SkGpuDevice::drawPath(const SkDraw& draw, const SkPath& origSrcPath,
890 // of applying it here? See SkDraw.cp
    [all...]
  /external/skia/bench/
CoverageBench.cpp 12 #include "SkDraw.h"
24 SkDraw fDraw;
  /external/skia/src/core/
SkRasterizer.cpp 11 #include "SkDraw.h"
46 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode,
SkDraw.cpp 8 #include "SkDraw.h"
35 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) {
134 SkDraw::SkDraw() {
138 SkDraw::SkDraw(const SkDraw& src) {
142 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
280 void SkDraw::drawPaint(const SkPaint& paint) const {
584 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count
    [all...]
  /external/skia/src/gpu/
GrSWMaskHelper.h 14 #include "SkDraw.h"
101 SkDraw fDraw;
SkGpuDevice.cpp 390 void SkGpuDevice::prepareDraw(const SkDraw& draw, bool forceIdentity) {
558 void SkGpuDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
576 void SkGpuDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
587 // else we let the SkDraw call our drawPath()
610 void SkGpuDevice::drawRect(const SkDraw& draw, const SkRect& rect,
667 void SkGpuDevice::drawRRect(const SkDraw& draw, const SkRRect& rect,
700 void SkGpuDevice::drawOval(const SkDraw& draw, const SkRect& oval,
759 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), filter, &context->getMatrix(), &srcM,
865 void SkGpuDevice::drawPath(const SkDraw& draw, const SkPath& origSrcPath,
890 // of applying it here? See SkDraw.cp
    [all...]
  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 192 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE
194 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode,
198 virtual void drawRect(const SkDraw&, const SkRect& r,
201 virtual void drawRRect(const SkDraw&, const SkRRect& rr,
204 virtual void drawPath(const SkDraw&, const SkPath& path,
209 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
212 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
215 virtual void drawText(const SkDraw&, const void* text, size_t len,
218 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
222 virtual void drawTextOnPath(const SkDraw&, const void* text
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 192 virtual void drawPaint(const SkDraw&, const SkPaint& paint) SK_OVERRIDE
194 virtual void drawPoints(const SkDraw&, SkCanvas::PointMode mode,
198 virtual void drawRect(const SkDraw&, const SkRect& r,
201 virtual void drawRRect(const SkDraw&, const SkRRect& rr,
204 virtual void drawPath(const SkDraw&, const SkPath& path,
209 virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
212 virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
215 virtual void drawText(const SkDraw&, const void* text, size_t len,
218 virtual void drawPosText(const SkDraw&, const void* text, size_t len,
222 virtual void drawTextOnPath(const SkDraw&, const void* text
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 23 #include "SkDraw.h"
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 23 #include "SkDraw.h"
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 11 #include "SkDraw.h"
76 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
114 SkDraw draw;
  /external/skia/src/effects/
SkLayerRasterizer.cpp 11 #include "SkDraw.h"
76 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
114 SkDraw draw;

Completed in 326 milliseconds

12 3