/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 24 import android.graphics.Bitmap; 52 private Bitmap mThumbnail; 94 mThumbnail = (Bitmap) mMap.getParcelable("thumbnail"); 129 Bitmap thumbnail = invalidateThumbnail ? null 130 : (Bitmap) bundle.getParcelable("thumbnail");
|
BrowserBookmarksPage.java | 25 import android.graphics.Bitmap; 273 final Bitmap thumbnail = 274 (Bitmap) intent.getParcelableExtra("thumbnail"); 408 Bitmap icon) { 451 Bitmap touchIcon = getTouchIcon(position); 467 Bitmap bm = Bitmap.createBitmap(mIconSize, mIconSize, 468 Bitmap.Config.ARGB_8888); 474 // Paint used for scaling the bitmap and drawing the rounded rect. 493 Bitmap favicon = getFavicon(position) [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 325 // draw lots faster if we can flag the bitmap has being opaque 711 bool SkPNGImageEncoder::onEncode(SkWStream* stream, const SkBitmap& bitmap, 713 SkBitmap::Config config = bitmap.getConfig(); 715 const bool hasAlpha = !bitmap.isOpaque(); 755 SkAutoLockPixels alp(bitmap); 757 if (!bitmap.readyToDraw()) { 762 SkColorTable* ctable = bitmap.getColorTable(); 805 png_set_IHDR(png_ptr, info_ptr, bitmap.width(), bitmap.height(), 814 SkColorTable* ct = bitmap.getColorTable() [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
methods_index_additions.html | 186 <nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.getDensity_added()" class="hiddenlink" target="rightframe">type <b> 187 ()</b> in android.graphics.Bitmap 212 <nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.getScaledHeight_added(android.graphics.Canvas)" class="hiddenlink" target="rightframe">type <b> 213 (<code>Canvas</code>)</b> in android.graphics.Bitmap 215 <nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.getScaledHeight_added(android.util.DisplayMetrics)" class="hiddenlink" target="rightframe">type <b> 216 (<code>DisplayMetrics</code>)</b> in android.graphics.Bitmap 218 <nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.getScaledHeight_added(int)" class="hiddenlink" target="rightframe">ty (…) [all...] |
android.graphics.drawable.BitmapDrawable.html | 92 <A NAME="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, android.graphics.Bitmap)"></A> 93 <nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources, android.graphics.Bitmap)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources,</nobr> Bitmap<nobr><nobr></code>)</nobr> 117 <A NAME="android.graphics.drawable.BitmapDrawable.ctor_changed(android.graphics.Bitmap)"></A> 118 <nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.graphics.Bitmap)" target="_top"><code>BitmapDrawable</code></A>(<code>Bitmap</code>) </nobr>
|
android.graphics.drawable.NinePatchDrawable.html | 85 <A NAME="android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)"></A> 86 <nobr><A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html#NinePatchDrawable(android.content.res.Resources, android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" target="_top"><code>NinePatchDrawable</code></A>(<code>Resources,</nobr> Bitmap<nobr>,</nobr> byte[]<nobr>,</nobr> Rect<nobr>,</nobr> String<nobr><nobr></code>)</nobr> 107 <A NAME="android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)"></A> 108 <nobr><A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html#NinePatchDrawable(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" target="_top"><code>NinePatchDrawable</code></A>(<code>Bitmap,</nobr> byte[]<nobr>,</nobr> Rect<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 20 import android.graphics.Bitmap; 88 // This ref prevents the bitmap from being GC'ed. 89 private Bitmap mPoster; 380 Bitmap poster = BitmapFactory.decodeByteArray( 480 Bitmap poster = (Bitmap) msg.obj; 491 private void doSetPoster(Bitmap poster) { 495 // Save a ref to the bitmap and send it over to the WebCore thread. 587 private native void nativeOnPosterFetched(Bitmap poster, int nativePointer);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
TimeBar.java | 27 import android.graphics.Bitmap; 91 Bitmap background = BitmapFactory.decodeResource(context.getResources(), Res.drawable.popup); 424 Bitmap bitmap = Bitmap.createBitmap(mBackgroundRect.right, mBackgroundRect.bottom, local 425 Bitmap.Config.ARGB_8888); 427 canvas.setBitmap(bitmap); 429 mBackgroundTexture = new BitmapTexture(bitmap); 431 bitmap.recycle();
|
/frameworks/base/docs/html/sdk/api_diff/4/ |
missingSinces.txt | 24 NO DOC BLOCK: android.graphics.drawable.BitmapDrawable Constructor (android.content.res.Resources, android.graphics.Bitmap) 25 NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.content.Context, android.graphics.Bitmap) 26 NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.content.Context, android.graphics.Bitmap, int) 27 NO DOC BLOCK: android.graphics.drawable.NinePatchDrawable Constructor (android.content.res.Resources, android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String) 53 NO DOC BLOCK: android.graphics.Bitmap Method getDensity() 64 NO DOC BLOCK: android.graphics.Bitmap Method getScaledHeight(android.graphics.Canvas) 65 NO DOC BLOCK: android.graphics.Bitmap Method getScaledHeight(android.util.DisplayMetrics) 66 NO DOC BLOCK: android.graphics.Bitmap Method getScaledHeight(int) 68 NO DOC BLOCK: android.graphics.Bitmap Method getScaledWidth(android.graphics.Canvas) 69 NO DOC BLOCK: android.graphics.Bitmap Method getScaledWidth(android.util.DisplayMetrics [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 27 import android.graphics.Bitmap; 29 import android.graphics.Bitmap.CompressFormat; 30 import android.graphics.Bitmap.Config; 501 public void onPageStarted(WebView view, String url, Bitmap favicon) { 753 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Config.ARGB_8888); local 754 canvas.setBitmap(bitmap); 765 Bitmap bitmap = Bitmap.createBitmap(view.getContentWidth(), view.getContentHeight() local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 33 import android.graphics.Bitmap; 281 Bitmap bitmap; local 283 bitmap = BitmapFactory.decodeStream(is); 292 GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0); 293 bitmap.recycle();
|
PurgeableBitmap.java | 33 * Bitmap over and over again up to 200 times until out-of-memory occurs. 96 sb.append("th Bitmap is decoded.");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 31 import android.graphics.Bitmap; 101 Bitmap bitmap; local 103 bitmap = BitmapFactory.decodeStream(is); 112 GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0); 113 bitmap.recycle();
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
RecentCallsListActivityTests.java | 22 import android.graphics.Bitmap; 84 private HashMap<Integer, Bitmap> mCallTypeIcons; 159 Bitmap icon = ((BitmapDrawable) mItem.iconView.getDrawable()).getBitmap(); 192 * Get the Bitmap from the icons in the contacts package. 194 private Bitmap getBitmap(String resName) { 206 mCallTypeIcons = new HashMap<Integer, Bitmap>(3);
|
/external/openssl/ssl/ |
d1_pkt.c | 127 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap, 129 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap); 460 dtls1_record_bitmap_update(s, &(s->d1->bitmap));/* Mark receipt of record. */ 495 DTLS1_BITMAP *bitmap; local 619 bitmap = dtls1_get_bitmap(s, rr, &is_next_epoch); 620 if ( bitmap == NULL) 635 ! dtls1_record_replay_check(s, bitmap, &(rr->seq_num))) 651 dtls1_record_bitmap_update(s, bitmap); [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 5 /* TrueType and OpenType embedded bitmap support (body). */ 58 /* Blits a bitmap from an input stream into a given target. Supports */ 62 /* target :: The target bitmap/pixmap. */ 64 /* source :: The input packed bitmap data. */ 76 /* the target bitmap (unlike the normal TrueType */ 406 /* Loads the table of embedded bitmap sizes for this face. */ 606 /* Releases the embedded bitmap tables. */ 794 /* Checks whether an embedded bitmap (an `sbit') exists for a given */ 844 /* no embedded bitmap for this glyph in face */ [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 24 import android.graphics.Bitmap; 285 static final int BITMAP = 12; 343 case BITMAP: 344 this.value = Bitmap.CREATOR.createFromParcel(in); 398 case BITMAP: 399 ((Bitmap)this.value).writeToParcel(out, flags); 433 case BITMAP: 434 return Bitmap.class; 659 * @param bitmap The new Bitmap for the drawabl [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsTest.java | 34 import android.graphics.Bitmap; 458 args = {int.class, android.graphics.Bitmap.class} 464 Bitmap bitmap = local 466 mRemoteViews.setImageViewBitmap(R.id.remoteView_image, bitmap); 469 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap()); 471 mRemoteViews.setImageViewBitmap(R.id.remoteView_absolute, bitmap); 483 args = {int.class, java.lang.String.class, android.graphics.Bitmap.class} 489 Bitmap bitmap local [all...] |
/external/openssl/crypto/rand/ |
rand_win.c | 743 HBITMAP hBitmap; /* handle for our bitmap */ 744 HBITMAP hOldBitmap; /* handle for previous bitmap */ 745 BITMAP bm; /* bitmap properties */ 746 unsigned int size; /* size of bitmap */ 747 char *bmbits; /* contents of bitmap */ 764 /* Create a bitmap compatible with the screen DC */ 767 /* Select new bitmap into memory DC */ 770 /* Get bitmap properties */ 771 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm) [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 24 import android.graphics.Bitmap; 59 private Bitmap mBackground; 60 private Bitmap mDimple; 61 private Bitmap mDimpleDim; 63 private Bitmap mLeftHandleIcon; 64 private Bitmap mRightHandleIcon; 66 private Bitmap mArrowShortLeftAndRight; 67 private Bitmap mArrowLongLeft; // Long arrow starting on the left, pointing clockwise 68 private Bitmap mArrowLongRight; // Long arrow starting on the right, pointing CCW 205 private Bitmap getBitmapFor(int resId) [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
MonthView.java | 27 import android.graphics.Bitmap; 130 private Bitmap mBitmap; 141 // Bitmap caches. 145 private SparseArray<Bitmap> mDayBitmapCache = new SparseArray<Bitmap>(4); 549 // If we are zero-sized, the bitmap will be null so guard against this 624 * Create a bitmap at the origin and draw the drawable to it using the bounds specified by rect. 627 * @param width the width of the resulting bitmap 628 * @param height the height of the resulting bitmap 629 * @return a new bitmap 633 Bitmap bitmap = Bitmap.createBitmap(width, height, mBitmap.getConfig()); local [all...] |
/bionic/libc/kernel/common/linux/raid/ |
md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_MediaTest.java | 30 import android.graphics.Bitmap; 193 args = {ContentResolver.class, Bitmap.class, String.class, String.class} 202 // insert the image by bitmap 203 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); 218 Bitmap result = null; 227 // can not check the identity between the result and source bitmap because 228 // source bitmap is compressed before it is saved as result bitmap
|
/external/e2fsprogs/tests/ |
README | 54 end-bitmap.img Filesystem with corruption at the end of the block 55 bitmap
|
/external/kernel-headers/original/linux/ |
cpumask.h | 5 * Cpumasks provide a bitmap suitable for representing the 8 * See detailed comments in the file linux/bitmap.h describing the 12 * see bitmap_scnprintf() and bitmap_parse() in lib/bitmap.c. 14 * bitmap_scnlistprintf() and bitmap_parselist(), also in bitmap.c. 15 * For details of cpu_remap(), see bitmap_bitremap in lib/bitmap.c 16 * For details of cpus_remap(), see bitmap_remap in lib/bitmap.c. 86 #include <linux/bitmap.h> 327 * bitmap of size NR_CPUS.
|