/external/grub/stage2/ |
xfs.h | 93 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */ 94 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */ 98 xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 362 split major:minor & defmap bitmap[/bitmap] 368 specified as a bitmap. The Least Significant Bit corresponds to priority
|
tc-cbq.8 | 279 split major:minor & defmap bitmap[/bitmap] 285 specified as a bitmap. The Least Significant Bit corresponds to priority
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 107 CASE_DRAW_NEW(Bitmap); 262 CASE_GET_DRAW_INFO(Bitmap); 429 DRAW_NAME("bitmap", SkType_Bitmap),
|
/external/tcpdump/ |
print-atalk.c | 276 atp_bitmap_print(ap->bitmap); 297 EXTRACT_16BITS(&ap->transID), ap->bitmap, length); 314 atp_bitmap_print(ap->bitmap);
|
print-cdp.c | 64 { 0x12, "AVVID trust bitmap"}, 191 case 0x12: /* AVVID trust bitmap - not documented */
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.h | 167 // * inRLE = true: the data is inside an RLE-encoded bitmap. Tries to 170 // * inRLE = false: the data is inside a non-RLE-encoded bitmap. 355 // ICOs store a 1bpp "mask" immediately after the main bitmap image data
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.content.Context.html | 158 <A NAME="android.content.Context.setWallpaper_changed(android.graphics.Bitmap)"></A> 159 <nobr><code>void</code> <A HREF="../../../../reference/android/content/Context.html#setWallpaper(android.graphics.Bitmap)" target="_top"><code>setWallpaper</code></A>(<code>Bitmap</code>) </nobr>
|
/packages/apps/Camera/src/com/android/camera/ |
Camera.java | 31 import android.graphics.Bitmap; 1122 Bitmap bitmap = Util.makeBitmap(data, 50 * 1024); local 1154 Bitmap bitmap = createCaptureBitmap(data); local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 28 import android.graphics.Bitmap; 536 Bitmap b = BitmapFactory.decodeByteArray(photoData, 0, photoData.length, null); 594 Bitmap b = BitmapFactory.decodeResource(mContext.getResources(),
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallRS.java | 39 import android.graphics.Bitmap; 95 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888; 278 Bitmap b = BitmapFactory.decodeResource(mResources, id, mOptionsARGB);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 28 import android.graphics.Bitmap; 241 opts.inPreferredConfig = Bitmap.Config.ARGB_8888; 242 Bitmap in = BitmapFactory.decodeResource(mResources, id, opts);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 440 /* Get a device-dependent bitmap that's compatible with the 709 /* Delete the old bitmap if necessary */ 716 /* Suss out the bitmap info header */ 736 binfo->bmiHeader.biHeight = -video->h; /* -ve for topdown bitmap */ 759 /* Create the offscreen bitmap buffer */ 1117 /* Delete the screen bitmap (also frees screen->pixels) */ [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 41 import android.graphics.Bitmap; 505 Bitmap bitmap = Utilities.resampleIconBitmap( local 508 if (bitmap != null) { 510 data = ItemInfo.flattenBitmap(bitmap); 515 bitmap.recycle(); [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
MenuInflaterTest.java | 31 import android.graphics.Bitmap; 238 Bitmap expected = BitmapFactory.decodeResource(mActivity.getResources(), resId);
|
ViewTest.java | 33 import android.graphics.Bitmap; 1496 Bitmap bitmap = view.getDrawingCache(); local 3879 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local 4026 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local 4104 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local [all...] |
/dalvik/docs/ |
debugmon.html | 71 <li> Overall heap status, useful for a heap bitmap display or 381 <p>The client sends what amounts to a color-coded bitmap to the server, 383 compactness the bitmap is run-length encoded, and based on multi-byte 386 <p>In the future the server will be able to correlate the bitmap with more 388 bitmap data with virtual addresses. 391 constraints it may be desirable to send the bitmap in smaller pieces, 535 to tell from this bitmap whether a run contains one or several objects. 561 <p>The resulting unpacked bitmap is identical, but the object boundary
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 239 * Array of flags indicating whether an inode bitmap, block 240 * bitmap, or inode table is invalid
|
/external/webkit/WebCore/platform/win/ |
CursorWin.cpp | 91 BITMAP cursor; 92 GetObject(hCursor.get(), sizeof(BITMAP), &cursor);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebDragClient.cpp | 158 BITMAP b; 159 GetObject(image, sizeof(BITMAP), &b);
|
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 19 import android.graphics.Bitmap; 55 public void onPageStarted(WebView view, String url, Bitmap favicon) {
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserHistoryPage.java | 26 import android.graphics.Bitmap; 61 public void onReceivedIcon(String url, Bitmap icon) {
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
utils.h | 198 void networkStringToBitMapSuppRates(UINT32 *bitMap, UINT8 *string, UINT32 len); 199 void networkStringToBitMapBasicRates(UINT32 *bitMap, UINT8 *string, UINT32 len);
|
/external/freetype/src/base/ |
ftobjs.c | 266 FT_FREE( slot->bitmap.buffer ); 271 /* assume that the bitmap buffer was stolen or not */ 273 slot->bitmap.buffer = NULL; 284 slot->bitmap.buffer = buffer; 299 FT_FREE( slot->bitmap.buffer ); 303 (void)FT_ALLOC( slot->bitmap.buffer, size ); 311 /* free bitmap if needed */ 318 slot->bitmap.width = 0; 319 slot->bitmap.rows = 0; 320 slot->bitmap.pitch = 0 [all...] |
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | [all...] |