Searched refs:SkDeviceLooper (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkDeviceLooper.cpp | 10 SkDeviceLooper::SkDeviceLooper(const SkBitmap& base, in SkDeviceLooper() function in SkDeviceLooper 41 SkDeviceLooper::~SkDeviceLooper() { in ~SkDeviceLooper() 44 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const { in mapRect() 54 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const { in mapMatrix() 64 bool SkDeviceLooper::computeCurrBitmapAndClip() { in computeCurrBitmapAndClip() 101 bool SkDeviceLooper::next() { in next()
|
D | SkDeviceLooper.h | 31 class SkDeviceLooper { 33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&, 35 ~SkDeviceLooper();
|
D | SkDraw.cpp | 852 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias()); in drawRect()
|
/external/skia/tests/ |
D | DeviceLooperTest.cpp | 49 SkDeviceLooper looper(bitmap, rc, gRec[i].fRect, SkToBool(aa)); in test_simple() 65 SkDeviceLooper looper(bitmap, rc, r, false); in test_simple() 128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA); in test_complex()
|
/external/skia/gyp/ |
D | core.gypi | 75 '<(skia_src_path)/core/SkDeviceLooper.cpp',
|
/external/skia/ |
D | Android.mk | 128 src/core/SkDeviceLooper.cpp \
|