Home | History | Annotate | Download | only in skia

Lines Matching refs:NativeImageSkia

37 #include "NativeImageSkia.h"
43 NativeImageSkia::NativeImageSkia()
50 NativeImageSkia::NativeImageSkia(const SkBitmap& other)
59 NativeImageSkia::~NativeImageSkia()
63 // Chromium, this is NativeImageSkia, which inherits from SkBitmap. On
72 int NativeImageSkia::decodedSize() const
77 bool NativeImageSkia::hasResizedBitmap(int w, int h) const
91 SkBitmap NativeImageSkia::resizedBitmap(int w, int h) const
101 bool NativeImageSkia::shouldCacheResampling(int destWidth,