HomeSort by relevance Sort by last modified time
    Searched refs:onGetBitmap (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/skia/include/images/
SkMovie.h 64 virtual bool onGetBitmap(SkBitmap*) = 0;
  /external/skia/include/images/
SkMovie.h 64 virtual bool onGetBitmap(SkBitmap*) = 0;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
CanvasTexture.java 37 protected Bitmap onGetBitmap() {
ResourceTexture.java 40 protected Bitmap onGetBitmap() {
NinePatchTexture.java 47 protected Bitmap onGetBitmap() {
68 if (mChunk == null) onGetBitmap();
73 if (mChunk == null) onGetBitmap();
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
TiledTexture.java 131 protected Bitmap onGetBitmap() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
  /external/chromium_org/third_party/skia/src/images/
SkMovie.cpp 76 if (!this->onGetBitmap(&fBitmap)) // failure
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm)
  /external/skia/src/images/
SkMovie.cpp 76 if (!this->onGetBitmap(&fBitmap)) // failure
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm)
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 685 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {

Completed in 177 milliseconds