HomeSort by relevance Sort by last modified time
    Searched full:bitmap (Results 301 - 325 of 1192) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 27 import android.graphics.Bitmap;
57 args = {Bitmap.class, Face[].class}
  /development/simulator/app/
LoadableImage.cpp 45 * Load the bitmap.
92 * Unload the bitmap.
  /external/e2fsprogs/tests/f_bad_disconnected_inode/
expect.1 42 Block bitmap differences: -(9--19)
51 Inode bitmap differences: +16
  /external/e2fsprogs/tests/f_baddir/
expect.1 39 Block bitmap differences: -22
42 Inode bitmap differences: -13
  /external/e2fsprogs/tests/f_bbinode/
expect.1 30 Block bitmap differences: -83
39 Inode bitmap differences: +(41--48)
  /external/e2fsprogs/tests/f_illitable/
expect.1 1 Note: if several inode or block bitmap blocks or part
27 Block bitmap differences: -(11--21)
  /external/e2fsprogs/tests/f_misstable/
expect.1 24 Block bitmap differences: -(8385--8405)
33 Inode bitmap differences: -(1505--1516)
  /external/kernel-headers/original/linux/
efs_fs_sb.h 38 __be32 fs_bmsize; /* size of bitmap in bytes */
41 __be32 fs_bmblock; /* bitmap location. */
  /external/qemu/block/
bochs.c 52 uint32_t bitmap; // bitmap size member in struct:bochs_header_v1::__anon4205::__anon4206
72 uint32_t bitmap; // bitmap size member in struct:bochs_header::__anon4207::__anon4208
161 s->bitmap_blocks = 1 + (le32_to_cpu(bochs.extra.redolog.bitmap) - 1) / 512;
194 // fprintf(stderr, "sect: %x [ext i: %x o: %x] -> %x bitmap: %x block: %x\n",
199 // read in bitmap for current extent
206 // fprintf(stderr, "sector (%x) in bitmap not allocated\n",
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxaccel.c 40 void BMKBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i,APTR j)
43 void BBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i)
46 void BBB(struct BitMap *a,WORD b, WORD c,struct BitMap *d,WORD e,WORD f,WORD g,WORD h,UBYTE i,UBYTE j,UWORD *k)
225 temprp.BitMap=(struct BitMap *)dst->hwdata->bmap;
257 temprp.BitMap=(struct BitMap *)dst->hwdata->bmap;
  /external/quake/quake/src/QW/client/
winquake.rc 91 // Bitmap
94 IDB_QWBITMAP BITMAP DISCARDABLE "quakeworld.bmp"
  /external/skia/include/core/
SkShader.h 32 any object (other than a bitmap) that is drawn with that paint will get its color(s) from the
78 e.g. an Nx1 bitmap that is being tiled in Y, or a linear-gradient
142 this to defer some of their work (like calling bitmap.lockPixels()).
148 /** Optional methods for shaders that can pretend to be a bitmap/texture
158 /** Call this to create a new shader that will draw with the specified bitmap.
159 @param src The bitmap to use inside the shader
160 @param tmx The tiling mode to use when sampling the bitmap in the x-direction.
161 @param tmy The tiling mode to use when sampling the bitmap in the y-direction.
  /external/skia/src/gl/
SkTextureCache.cpp 6 SkTextureCache::Entry::Entry(const SkBitmap& bitmap)
7 : fName(0), fKey(bitmap), fPrev(NULL), fNext(NULL) {
9 fMemSize = SkGL::ComputeTextureMemorySize(bitmap);
135 SkTextureCache::Entry* SkTextureCache::lock(const SkBitmap& bitmap) {
140 this->purgeIfNecessary(SkGL::ComputeTextureMemorySize(bitmap));
142 Key key(bitmap);
147 entry = SkNEW_ARGS(Entry, (bitmap));
149 entry->fName = SkGL::BindNewTexture(bitmap, &entry->fTexSize);
  /external/webkit/WebCore/platform/graphics/android/
SkBitmapRef.h 41 const SkBitmap& bitmap() const { return fBitmap; } function in class:SkBitmapRef
42 SkBitmap& bitmap() { return fBitmap; } function in class:SkBitmapRef
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 42 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP)); local
44 BITMAP info;
46 GetObject(bitmap, sizeof(info), &info);
86 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
88 // Need to make a CGImage out of the bitmap's pixel buffer and then draw
90 BITMAP info;
91 GetObject(bitmap, sizeof(info), &info);
107 ::DeleteObject(bitmap);
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageWriter.java 49 import android.graphics.Bitmap;
50 import android.graphics.Bitmap.CompressFormat;
56 private static Bitmap bm;
57 public static Bitmap getBitmap() {
231 // Create a bitmap with the pixel
232 bm = Bitmap.createBitmap(pixels, srcWidth, srcHeight, Bitmap.Config.ARGB_8888);
234 // Use Bitmap.compress() to write the image
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
constructors_index_additions.html 59 &nbsp;&nbsp;<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>
60 (<code>Resources, Bitmap</code>)</A></nobr>&nbsp;constructor<br>
68 &nbsp;&nbsp;<nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_added(android.content.Context, android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><b>ImageSpan</b>
69 (<code>Context, Bitmap</code>)</A></nobr>&nbsp;constructor<br>
70 &nbsp;&nbsp;<nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_added(android.content.Context, android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe"><b>ImageSpan</b>
71 (<code>Context, Bitmap, int</code>)</A></nobr>&nbsp;constructor<br>
79 &nbsp;&nbsp;<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe"><b>NinePatchDrawable</b>
80 (<code>Resources, Bitmap, byte[], Rect, String</code>)</A></nobr>&nbsp;constructor<br>
constructors_index_changes.html 60 &nbsp;&nbsp;<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">BitmapDrawable
61 (<code>Bitmap</code>)</A></nobr>&nbsp;constructor<br>
70 &nbsp;&nbsp;<nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">ImageSpan
71 (<code>Bitmap</code>)</A></nobr>&nbsp;constructor<br>
72 &nbsp;&nbsp;<nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe">ImageSpan
73 (<code>Bitmap, int</code>)</A></nobr>&nbsp;constructor<br>
82 &nbsp;&nbsp;<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe">NinePatchDrawable
83 (<code>Bitmap, byte[], Rect, String</code>)</A></nobr>&nbsp;constructor<br>
  /frameworks/base/native/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Item.java 19 import android.graphics.Bitmap;
34 public Bitmap icon;
  /ndk/build/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /ndk/build/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoObject.java 22 import android.graphics.Bitmap;
60 public Bitmap miniThumbBitmap() {
  /packages/apps/Camera/src/com/android/camera/ui/
StringTexture.java 19 import android.graphics.Bitmap;
58 protected void onDraw(Canvas canvas, Bitmap backing) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LiveFolderInfo.java 22 import android.graphics.Bitmap;
45 Bitmap icon;

Completed in 711 milliseconds

<<11121314151617181920>>