Searched refs:SkDeviceLooper (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkDeviceLooper.cpp | 10 SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, const SkIRect& bounds, in SkDeviceLooper() function in SkDeviceLooper 39 SkDeviceLooper::~SkDeviceLooper() {} in ~SkDeviceLooper() 41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const { in mapRect() 51 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const { in mapMatrix() 60 bool SkDeviceLooper::computeCurrBitmapAndClip() { in computeCurrBitmapAndClip() 95 bool SkDeviceLooper::next() { in next()
|
D | SkDeviceLooper.h | 31 class SkDeviceLooper { 33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa); 34 ~SkDeviceLooper();
|
D | SkDraw.cpp | 786 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias()); in drawRect()
|
/external/skia/tests/ |
D | DeviceLooperTest.cpp | 49 SkDeviceLooper looper(pmap, rc, gRec[i].fRect, SkToBool(aa)); in test_simple() 65 SkDeviceLooper looper(pmap, rc, r, false); in test_simple() 128 SkDeviceLooper looper(pmap, rc, rect, gRec[i].fAA); in test_complex()
|
/external/skia/gn/ |
D | core.gni | 107 "$_src/core/SkDeviceLooper.cpp",
|
/external/skia/ |
D | Android.bp | 159 "src/core/SkDeviceLooper.cpp",
|