Home | History | Annotate | Download | only in effects

Lines Matching defs:SkBitmapSource

8 #include "SkBitmapSource.h"
15 SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap)
23 SkBitmapSource::SkBitmapSource(const SkBitmap& bitmap, const SkRect& srcRect, const SkRect& dstRect)
29 SkBitmapSource::SkBitmapSource(SkReadBuffer& buffer) : INHERITED(0, buffer) {
40 void SkBitmapSource::flatten(SkWriteBuffer& buffer) const {
47 bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx,
85 void SkBitmapSource::computeFastBounds(const SkRect&, SkRect* dst) const {
89 bool SkBitmapSource::onFilterBounds(const SkIRect& src, const SkMatrix& ctm,