Searched refs:SkDeviceLooper (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();
H A DSkDeviceLooper.cpp8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkBitmap& base, function in class:SkDeviceLooper
41 SkDeviceLooper::~SkDeviceLooper() {
44 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
54 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
64 bool SkDeviceLooper::computeCurrBitmapAndClip() {
101 bool SkDeviceLooper::next() {
H A DSkDraw.cpp13 #include "SkDeviceLooper.h"
831 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias());
/external/skia/src/core/
H A DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();
H A DSkDeviceLooper.cpp8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkBitmap& base, function in class:SkDeviceLooper
40 SkDeviceLooper::~SkDeviceLooper() {
43 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
53 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
63 bool SkDeviceLooper::computeCurrBitmapAndClip() {
100 bool SkDeviceLooper::next() {
H A DSkDraw.cpp13 #include "SkDeviceLooper.h"
825 SkDeviceLooper looper(*fBitmap, *fRC, ir, paint.isAntiAlias());
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp8 #include "SkDeviceLooper.h"
49 SkDeviceLooper looper(bitmap, rc, gRec[i].fRect, SkToBool(aa));
65 SkDeviceLooper looper(bitmap, rc, r, false);
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
/external/skia/tests/
H A DDeviceLooperTest.cpp8 #include "SkDeviceLooper.h"
49 SkDeviceLooper looper(bitmap, rc, gRec[i].fRect, SkToBool(aa));
65 SkDeviceLooper looper(bitmap, rc, r, false);
128 SkDeviceLooper looper(bitmap, rc, rect, gRec[i].fAA);
/external/skia/
H A DAndroid.mk109 src/core/SkDeviceLooper.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.darwin-arm64.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.darwin-mips.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.darwin-mips64.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.darwin-x86.mk87 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.darwin-x86_64.mk87 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-arm.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-arm64.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-mips.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-mips64.mk86 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-x86.mk87 third_party/skia/src/core/SkDeviceLooper.cpp \
H A Dskia_library.target.linux-x86_64.mk87 third_party/skia/src/core/SkDeviceLooper.cpp \

Completed in 465 milliseconds