/packages/apps/Browser/src/com/android/browser/ |
Tab.java | 37 import android.graphics.Bitmap; 145 Bitmap mFavicon; 450 public void onPageStarted(WebView view, String url, Bitmap favicon) { [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | 29 import android.graphics.Bitmap; [all...] |
/external/webkit/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | 215 "(Ljava/lang/String;Landroid/graphics/Bitmap;IZ)V"); 229 "(Landroid/graphics/Bitmap;)V"); 704 jobject bitmap = webcoreImageToJavaBitmap(env, icon); local 705 if (!bitmap) 708 env->CallVoidMethod(mJavaFrame->frame(env).get(), mJavaFrame->mDidReceiveIcon, bitmap); 709 env->DeleteLocalRef(bitmap); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageView.java | 47 import android.graphics.Bitmap; 243 .iconView.setImageBitmap((Bitmap) msg.obj); 294 public void updateAttachmentIcon(int pos, Bitmap icon) { [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraTest.java | 25 import android.graphics.Bitmap; 334 Bitmap b = BitmapFactory.decodeByteArray(mJpegData, 0, mJpegData.length); 689 Bitmap b = BitmapFactory.decodeByteArray(thumb, 0, thumb.length); [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_dequant.cpp | 33 static const uint8 mask[8] = /* for fast bitmap */ 345 #ifdef FAST_IDCT /* 7/5/01, need to update bitmap */ 468 #ifdef FAST_IDCT /* 7/5/01, need to update bitmap */ [all...] |
/external/tcpdump/ |
print-802_11.c | 267 if (pbody->tim.length - 3 > sizeof pbody->tim.bitmap) 271 memcpy(pbody->tim.bitmap, p + (pbody->tim.length - 3), 1166 /* are there more bitmap extensions than bytes in header? */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 33 static const uint8 mask[8] = /* for fast bitmap */ 345 #ifdef FAST_IDCT /* 7/5/01, need to update bitmap */ 468 #ifdef FAST_IDCT /* 7/5/01, need to update bitmap */ [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txMgmtQueue.c | 437 * \param uTidBitMap - The busy TIDs bitmap 460 * \param uTidBitMap - The busy TIDs bitmap 865 * \param uTidBitMap - The TIDs bitmap of the queue(s) to update [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txMgmtQueue.c | 435 * \param uTidBitMap - The busy TIDs bitmap 458 * \param uTidBitMap - The busy TIDs bitmap 857 * \param uTidBitMap - The TIDs bitmap of the queue(s) to update [all...] |
/bionic/libc/bionic/ |
pthread.c | [all...] |
/development/simulator/app/ |
DeviceManager.cpp | 321 * bitmap through AddPendingEvent to get it over to the main thread. 324 * way to do that is to convert it to a bitmap here. However, X11 gets 473 * Get the image data in the form of a newly-allocated bitmap. 491 /* return a new bitmap with the converted-for-display data */ [all...] |
/development/simulator/wrapsim/ |
FakeDev.c | 136 * We mark the fd slot as "used" in the bitmap, but don't add it to the
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 92 com_err(device, retval, "while reading inode bitmap"); 97 com_err(device, retval, "while reading block bitmap"); 320 fprintf(out, " Group %2d: block bitmap at %u, " 321 "inode bitmap at %u, " [all...] |
/external/e2fsprogs/e2fsck/ |
ea_refcount.c | 21 * checked, its bit is set in the block_ea_map bitmap.
|
message.c | 58 * @B bitmap
|
util.c | 214 _("e2fsck_read_bitmaps: illegal bitmap block(s) for %s"),
|
/external/freetype/src/cff/ |
cffdrivr.c | 166 /* check whether we want a scaled outline or bitmap */
|
/external/freetype/src/raster/ |
ftraster.c | 35 /* `ft_standard_raster.raster_new'; a bitmap can be generated */ 75 /* Converting an outline into a bitmap is achieved in several steps: */ 157 /* The size of the two-lines intermediate bitmap used */ 470 UShort bWidth; /* target bitmap width */ 471 PByte bTarget; /* target bitmap buffer */ 494 Long traceOfs; /* current offset in target bitmap */ 497 Short traceIncr; /* sweep's increment in target bitmap */ [all...] |
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Image.h | 80 OMX_IMAGE_CodingBMP, /**< Windows Bitmap format */
|
/external/openssl/crypto/asn1/ |
a_bytes.c | 64 /* type is a 'bitmap' of acceptable string types.
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
riva_mmio.h | 401 RivaBitmap *Bitmap;
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysvideo.cc | 306 SDL_SetError("Couldn't create screen bitmap");
|
/external/webkit/JavaScriptCore/pcre/ |
pcre_compile.cpp | 145 unsigned backrefMap; /* Bitmap of low back refs */ 683 32-byte bitmap of the permitted characters, except in the special case 691 whether the bitmap is present, and whether this is a negated class or not. [all...] |
/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.cpp | 309 // this isn't quite what the bitmap info header says later, as we only use
|