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
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()
DSkDeviceLooper.h31 class SkDeviceLooper {
33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa);
34 ~SkDeviceLooper();
DSkDraw.cpp786 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias()); in drawRect()
/external/skia/tests/
DDeviceLooperTest.cpp49 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/
Dcore.gni107 "$_src/core/SkDeviceLooper.cpp",
/external/skia/
DAndroid.bp159 "src/core/SkDeviceLooper.cpp",