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

  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 43 protected Bitmap onGetBitmap() {
UploadedTexture.java 30 // Subclasses should implement onGetBitmap() to provide the Bitmap and
75 mBitmap = onGetBitmap();
103 protected abstract Bitmap onGetBitmap();
  /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() {
  /external/skia/src/images/
SkMovie.cpp 76 if (!this->onGetBitmap(&fBitmap)) // failure
SkMovie_gif.cpp 31 virtual bool onGetBitmap(SkBitmap*);
345 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 684 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {

Completed in 797 milliseconds