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

  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.cpp 8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkBitmap& base,
36 SkDeviceLooper::~SkDeviceLooper() {
39 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
49 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
59 bool SkDeviceLooper::computeCurrBitmapAndClip() {
78 bool SkDeviceLooper::next() {
SkDeviceLooper.h 31 class SkDeviceLooper {
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();
  /external/skia/src/core/
SkDeviceLooper.cpp 8 #include "SkDeviceLooper.h"
10 SkDeviceLooper::SkDeviceLooper(const SkBitmap& base,
36 SkDeviceLooper::~SkDeviceLooper() {
39 void SkDeviceLooper::mapRect(SkRect* dst, const SkRect& src) const {
49 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const {
59 bool SkDeviceLooper::computeCurrBitmapAndClip() {
78 bool SkDeviceLooper::next() {
SkDeviceLooper.h 31 class SkDeviceLooper {
33 SkDeviceLooper(const SkBitmap& base, const SkRasterClip&,
35 ~SkDeviceLooper();

Completed in 4720 milliseconds