Home
last modified time | relevance | path

Searched refs:SkDeviceLooper (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkDeviceLooper.cpp10 SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, const SkIRect& bounds, in SkDeviceLooper() function in SkDeviceLooper
40 SkDeviceLooper::~SkDeviceLooper() {} in ~SkDeviceLooper()
42 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const { in mapRect()
52 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const { in mapMatrix()
61 bool SkDeviceLooper::computeCurrBitmapAndClip() { in computeCurrBitmapAndClip()
96 bool SkDeviceLooper::next() { in next()
DSkDeviceLooper.h31 class SkDeviceLooper {
33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa);
34 ~SkDeviceLooper();
DSkDraw.cpp859 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias()); in drawRect()
/external/skia/tests/
DDeviceLooperTest.cpp48 SkDeviceLooper looper(pmap, rc, gRec[i].fRect, SkToBool(aa)); in test_simple()
64 SkDeviceLooper looper(pmap, rc, r, false); in test_simple()
127 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA); in test_complex()
/external/skia/gyp/
Dcore.gypi94 '<(skia_src_path)/core/SkDeviceLooper.cpp',
/external/skia/
DAndroid.mk143 src/core/SkDeviceLooper.cpp \