Searched refs:SkDeviceLooper (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa);
34 ~SkDeviceLooper();
H A DSkDeviceLooper.cpp8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, const SkIRect& bounds, function in class:SkDeviceLooper
39 SkDeviceLooper::~SkDeviceLooper() {}
41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
51 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
60 bool SkDeviceLooper::computeCurrBitmapAndClip() {
95 bool SkDeviceLooper::next() {
H A DSkDraw.cpp17 #include "SkDeviceLooper.h"
799 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias());
/external/skqp/src/core/
H A DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa);
34 ~SkDeviceLooper();
H A DSkDeviceLooper.cpp8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, const SkIRect& bounds, function in class:SkDeviceLooper
39 SkDeviceLooper::~SkDeviceLooper() {}
41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
51 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
60 bool SkDeviceLooper::computeCurrBitmapAndClip() {
95 bool SkDeviceLooper::next() {
H A DSkDraw.cpp17 #include "SkDeviceLooper.h"
794 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias());
/external/skia/tests/
H A DDeviceLooperTest.cpp9 #include "SkDeviceLooper.h"
49 SkDeviceLooper looper(pmap, rc, gRec[i].fRect, SkToBool(aa));
65 SkDeviceLooper looper(pmap, rc, r, false);
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);
/external/skqp/tests/
H A DDeviceLooperTest.cpp9 #include "SkDeviceLooper.h"
49 SkDeviceLooper looper(pmap, rc, gRec[i].fRect, SkToBool(aa));
65 SkDeviceLooper looper(pmap, rc, r, false);
128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA);

Completed in 299 milliseconds