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 SkBitmap& base,
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() {
SkDeviceLooper.h 31 class SkDeviceLooper {
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();

Completed in 24 milliseconds