Home
last modified time | relevance | path

Searched refs:onGetROPixels (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkSpecialImage.cpp44 virtual bool onGetROPixels(SkBitmap*) const = 0;
131 return as_SIB(this)->onGetROPixels(bm); in getROPixels()
232 bool onGetROPixels(SkBitmap* bm) const override { in onGetROPixels() function in SkSpecialImage_Raster
395 bool onGetROPixels(SkBitmap* dst) const override { in onGetROPixels() function in SkSpecialImage_Gpu