Lines Matching refs:SkBitmap
10 #include "include/core/SkBitmap.h"
45 virtual bool onGetROPixels(SkBitmap*) const = 0;
93 bool SkSpecialImage::getROPixels(SkBitmap* bm) const {
175 SkBitmap bm;
186 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps& props)
209 bool onGetROPixels(SkBitmap* bm) const override {
243 SkBitmap subsetBM;
264 SkBitmap fBitmap;
270 const SkBitmap& bm,
278 const SkBitmap* srcBM = &bm;
279 SkBitmap tmp;
293 const SkBitmap& bm,
301 SkBitmap tmp;
378 bool onGetROPixels(SkBitmap* dst) const override {