Searched defs:SkDraw (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h29 class SkDraw { class
31 SkDraw();
32 SkDraw(const SkDraw& src);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp8 #include "SkDraw.h"
108 SkDraw::SkDraw() { function in class:SkDraw
112 SkDraw::SkDraw(const SkDraw& src) { function in class:SkDraw
116 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
254 void SkDraw::drawPaint(const SkPaint& paint) const {
540 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
753 SkDraw
[all...]
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp23 #include "SkDraw.h"
1167 void SkXPSDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
1174 void SkXPSDevice::drawVertices(const SkDraw&, SkCanvas::VertexMode, argument
1183 void SkXPSDevice::drawPaint(const SkDraw& d, const SkPaint& origPaint) {
1196 void SkXPSDevice::drawRect(const SkDraw& d,
1202 void SkXPSDevice::drawRRect(const SkDraw& d,
1210 void SkXPSDevice::internalDrawRect(const SkDraw& d,
1410 HRESULT SkXPSDevice::applyMask(const SkDraw& d,
1510 void SkXPSDevice::drawPath(const SkDraw& d,
1654 if (SkDraw
1868 drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y, const SkPaint& paint) argument
[all...]
/external/skia/include/core/
H A DSkDraw.h28 class SkDraw { class
30 SkDraw();
31 SkDraw(const SkDraw& src);
/external/skia/src/core/
H A DSkDraw.cpp8 #include "SkDraw.h"
107 SkDraw::SkDraw() { function in class:SkDraw
111 SkDraw::SkDraw(const SkDraw& src) { function in class:SkDraw
115 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
253 void SkDraw::drawPaint(const SkPaint& paint) const {
539 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
752 SkDraw
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp23 #include "SkDraw.h"
1168 void SkXPSDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
1175 void SkXPSDevice::drawVertices(const SkDraw&, SkCanvas::VertexMode, argument
1184 void SkXPSDevice::drawPaint(const SkDraw& d, const SkPaint& origPaint) {
1197 void SkXPSDevice::drawRect(const SkDraw& d,
1203 void SkXPSDevice::drawRRect(const SkDraw& d,
1211 void SkXPSDevice::internalDrawRect(const SkDraw& d,
1390 HRESULT SkXPSDevice::drawInverseWindingPath(const SkDraw& d,
1567 HRESULT SkXPSDevice::applyMask(const SkDraw& d,
1667 void SkXPSDevice::drawPath(const SkDraw
2022 drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y, const SkPaint& paint) argument
[all...]

Completed in 754 milliseconds