Searched defs:SkDeviceLooper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
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 DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();
/external/skia/src/core/
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 DSkDeviceLooper.h31 class SkDeviceLooper { class
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();

Completed in 104 milliseconds