/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 32 import android.graphics.Bitmap; 822 private Bitmap mBitmap; 823 public FastBitmapDrawable(Bitmap b) { 843 private static Bitmap mCachedBit = null; [all...] |
/external/freetype/include/freetype/ |
ftcache.h | 94 * bitmaps directly. (A small bitmap is one whose metrics and [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 25 import android.graphics.Bitmap; 486 Bitmap b = mCache.getBitmap(pos); 521 public void imageLoaded(int pos, int offset, RotateBitmap bitmap, 527 bitmap.recycle(); 532 mCache.put(pos + offset, bitmap.getBitmap()); 535 // isThumb: We always load thumb bitmap first, so we will 536 // reset the supp matrix for then thumb bitmap, and keep 537 // the supp matrix when the full bitmap is loaded. 538 mImageView.setImageRotateBitmapResetBase(bitmap, isThumb); 805 final RotateBitmap bitmap, final boolean isThumb) [all...] |
/cts/tests/res/xml/ |
scaledrawable.xml | 25 <bitmap android:src="@drawable/size_48x48"/>
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SweepGradientTest.java | 23 import android.graphics.Bitmap; 30 import android.graphics.Bitmap.Config; 39 private Bitmap mBitmap; 51 mBitmap = Bitmap.createBitmap(SIZE, SIZE, Config.ARGB_8888);
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebIconDatabaseTest.java | 25 import android.graphics.Bitmap; 207 private Bitmap mIcon; 211 public synchronized void onReceivedIcon(String url, Bitmap icon) { 228 public Bitmap getIcon() {
|
/external/e2fsprogs/tests/f_badbblocks/ |
expect.1 | 16 Block bitmap differences: +50
|
/external/e2fsprogs/tests/f_badinode/ |
expect.1 | 28 Block bitmap differences: -25
|
/external/e2fsprogs/tests/f_badjour_indblks/ |
expect.1 | 15 Block bitmap differences: -(82--1111)
|
/external/e2fsprogs/tests/f_clear_xattr/ |
expect.1 | 26 Block bitmap differences: -(22--23)
|
/external/e2fsprogs/tests/f_dup_resize/ |
expect.1 | 22 Block bitmap differences: +(8195--8198)
|
/external/e2fsprogs/tests/f_dupsuper/ |
expect.1 | 21 Block bitmap differences: -(29--31)
|
/external/e2fsprogs/tests/f_holedir/ |
expect.1 | 21 Block bitmap differences: -21
|
/external/e2fsprogs/tests/f_imagic/ |
expect.1 | 26 Block bitmap differences: -(9--19)
|
/external/e2fsprogs/tests/f_lpf2/ |
expect.1 | 20 Block bitmap differences: -(9--19)
|
/external/e2fsprogs/tests/f_messy_inode/ |
expect.1 | 26 Block bitmap differences: -(43--49)
|
/external/freetype/src/sfnt/ |
ttsbit.h | 5 /* TrueType and OpenType embedded bitmap support (specification). */
|
/external/icu4c/i18n/ |
regexst.h | 42 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.h | 45 pghandle bitmap; member in struct:SDL_PrivateVideoData
|
/external/skia/include/views/ |
SkImageView.h | 64 SkBool8 fDataIsAnim; // as opposed to bitmap
|
/external/skia/src/animator/ |
SkDrawTo.cpp | 27 SK_MEMBER(use, Bitmap)
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 88 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, 90 return bitmap->allocPixels(fAllocator, ctable); 137 // pass a temporary bitmap, so that if we return false, we are assured of 138 // leaving the caller's bitmap untouched.
|
/external/skia/src/ports/ |
SkImageRef_ashmem.cpp | 119 SkBitmap* bitmap, SkBitmap::Config config, 123 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode); 129 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config, 136 SkRefCnt_SafeAssign(fCT, bitmap->getColorTable());
|
/external/skia/src/views/ |
SkImageView.cpp | 280 SkBitmap* bitmap = new SkBitmap; 282 if (!SkImageDecoder::DecodeURL(fUri.c_str(), bitmap)) 284 delete bitmap; 288 fData.fBitmap = bitmap;
|
/frameworks/base/graphics/java/android/graphics/utils/ |
BoundaryPatch.java | 19 import android.graphics.Bitmap; 31 private Bitmap mTexture; 84 * Reference a bitmap texture to be mapped onto the patch. 86 public void setTexture(Bitmap texture) {
|