/external/e2fsprogs/ext2ed/doc/ |
ext2fs-overview.sgml | 252 __u32 bg_block_bitmap; /* Blocks bitmap block */ 253 __u32 bg_inode_bitmap; /* Inodes bitmap block */ 273 <Literal remap="tt">bg_block_bitmap</Literal> contains the block number of the <Literal remap="tt">block allocation 274 bitmap block</Literal>. This is used to allocate / deallocate each block in the 279 <Literal remap="tt">bg_inode_bitmap</Literal> is fully analogous to the previous variable - It 280 contains the block number of the <Literal remap="tt">inode allocation bitmap block</Literal>, which 291 The block bitmap block, inode bitmap block and the inode table are created 310 <Title>The block bitmap allocation block</Title> 315 <Literal remap="tt">bit</Literal> in the block bitmap indicated whether a specific block in th [all...] |
/development/samples/Home/src/com/example/android/home/ |
Home.java | 30 import android.graphics.Bitmap; 648 final Bitmap.Config c = 650 Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565; 651 final Bitmap thumb = Bitmap.createBitmap(width, height, c); 735 * a bitmap while drawing it is very expensive, we use a ClippedDrawable instead.
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 33 * So, we use an inode bitmap to indicate which inodes have a count of 37 * We also use an optional bitmap to indicate which inodes are already 40 * so this extra bitmap avoids searching the sorted list to see if a 536 * The count was zero; mark the single bitmap 622 * If the icount->multiple bitmap is enabled, 839 printf("\nMultiple bitmap test:\n"); 845 printf("\nMultiple bitmap test with tdb:\n");
|
/frameworks/base/core/java/android/widget/ |
ImageView.java | 23 import android.graphics.Bitmap; 316 * Sets a Bitmap as the content of this ImageView. 318 * @param bm The bitmap to set 321 public void setImageBitmap(Bitmap bm) { 520 System.out.println("resolveUri failed on bad bitmap uri: " 767 // The bitmap fits exactly, no transform needed. 770 // Center bitmap in view, no scaling.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 80 * <li> <b>Bitmap</b>: the simplest Drawable, a PNG or JPEG image. 85 * bitmap, allowing it to resize better in some cases. 95 * <p>For information and examples of creating drawable resources (XML or bitmap files that 228 * Set to true to have the drawable filter its bitmap when scaled or rotated 681 the pad rect, but if the bitmap does not had a ninepatch chunk, 697 Bitmap bm = BitmapFactory.decodeResourceStream(res, value, is, pad, opts); 773 } else if (name.equals("bitmap")) { 801 Bitmap bm = BitmapFactory.decodeFile(pathName); [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebChromeClientTest.java | 24 import android.graphics.Bitmap; 119 args = {WebView.class, Bitmap.class} 468 public void onReceivedIcon(WebView view, Bitmap icon) {
|
/development/samples/BrowserPlugin/jni/audio/ |
AudioPlugin.cpp | 191 void AudioPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) { 192 ANPCanvas* canvas = gCanvasI.newCanvas(&bitmap); 282 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 117 void FormPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) { 118 ANPCanvas* canvas = gCanvasI.newCanvas(&bitmap); 209 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip);
|
/external/kernel-headers/original/linux/raid/ |
md_p.h | 104 #define MD_SB_BITMAP_PRESENT 8 /* bitmap may be present nearby */ 224 __u32 bitmap_offset; /* sectors after start of superblock that bitmap starts 225 * NOTE: signed, so bitmap can be before superblock
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 134 JS_INIT(SkDraw, Bitmap) 382 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *proto) { 383 SkJSDisplayable::gCanvas = new SkCanvas(bitmap);
|
/external/webkit/WebCore/platform/graphics/chromium/ |
TransparencyWin.h | 113 // Drawing happens in an Untransformed space, and then that bitmap is 241 // If the given size of bitmap can be cached, they will be stored here. Both 242 // the bitmap and the reference are guaranteed to be allocated if this
|
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 144 * <td>Bitmap</td> 198 * <p>Icon of the live folder item, as a custom bitmap.</p> 200 * <p>Type: {@link android.graphics.Bitmap}.</p>
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
alldiffs_index_all.html | 239 <!-- Class Bitmap --> 240 <A HREF="android.graphics.Bitmap.html" class="hiddenlink" target="rightframe">Bitmap</A><br> 248 <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b> 249 (<code>Resources, Bitmap</code>)</A></nobr> constructor<br> 254 <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">BitmapDrawable 255 (<code>Bitmap</code>)</A></nobr> constructor<br> 434 <A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TitleBar.java | 24 import android.graphics.Bitmap; 251 * Set a new Bitmap for the Favicon. 253 /* package */ void setFavicon(Bitmap icon) {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyRS.java | 37 import android.graphics.Bitmap; 96 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888; 223 Bitmap b = BitmapFactory.decodeResource(mResources, id, mOptionsARGB);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
NexusRS.java | 30 import android.graphics.Bitmap; 92 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888; 210 Bitmap b = BitmapFactory.decodeResource(mResources, id, mOptionsARGB);
|
/external/skia/src/images/ |
fpdfemb.h | 55 // * Device Independant Bitmap 816 // The device coordination system is device dependant. For bitmap device, its origin [all...] |
/bionic/libc/kernel/common/linux/ |
cpumask.h | 17 #include <linux/bitmap.h>
|
nodemask.h | 17 #include <linux/bitmap.h>
|
/bionic/libm/man/ |
feenableexcept.3 | 80 functions return a bitmap of the exceptions that were unmasked
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SetWallpaperActivity.java | 41 * modifies it and sets the modified bitmap as system wallpaper.</p>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 40 private final Bitmap mBitmap;
|
ColorMatrixSample.java | 39 private Bitmap mBitmap;
|
Vertices.java | 59 Bitmap bm = BitmapFactory.decodeResource(getResources(),
|
/development/simulator/app/ |
PhoneButton.cpp | 85 * Create the "highlighted" bitmap from the "selected" image.
|