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 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()
DSkDeviceLooper.h31 class SkDeviceLooper {
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();
DSkDraw.cpp852 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias()); in drawRect()
/external/skia/tests/
DDeviceLooperTest.cpp49 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/
Dcore.gypi75 '<(skia_src_path)/core/SkDeviceLooper.cpp',
/external/skia/
DAndroid.mk128 src/core/SkDeviceLooper.cpp \