HomeSort by relevance Sort by last modified time
    Searched defs:SkDeviceLooper (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDeviceLooper.cpp 8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, const SkIRect& bounds,
39 SkDeviceLooper::~SkDeviceLooper() {}
41 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
51 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
60 bool SkDeviceLooper::computeCurrBitmapAndClip() {
95 bool SkDeviceLooper::next() {
SkDeviceLooper.h 31 class SkDeviceLooper {
33 SkDeviceLooper(const SkPixmap& base, const SkRasterClip&, const SkIRect& bounds, bool aa);
34 ~SkDeviceLooper();

Completed in 1555 milliseconds