HomeSort by relevance Sort by last modified time
    Searched refs:bitmap (Results 1 - 25 of 1127) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
BitmapWithMetadata.java 19 import android.graphics.Bitmap;
22 public Bitmap bitmap; field in class:BitmapWithMetadata
25 public BitmapWithMetadata(Bitmap bitmap, int rotationDegrees) {
26 this.bitmap = bitmap;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-reference.h 24 #include "bitmap.h"
28 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-reference.h 24 #include "bitmap.h"
28 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-reference.h 24 #include "bitmap.h"
28 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-reference.h 24 #include "bitmap.h"
28 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 19 import android.graphics.Bitmap;
44 * return the internal format as defined by OpenGL ES of the supplied bitmap.
45 * @param bitmap
46 * @return the internal format of the bitmap.
48 public static int getInternalFormat(Bitmap bitmap) {
49 if (bitmap == null) {
50 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
52 if (bitmap.isRecycled()) {
53 throw new IllegalArgumentException("bitmap is recycled")
    [all...]
  /external/skia/src/utils/
SkBitmapChecksummer.h 21 * Returns a 64-bit checksum of the pixels in this bitmap.
26 * Note: depending on the bitmap config, we may need to create an
30 static uint64_t Compute64(const SkBitmap& bitmap);
33 static uint64_t Compute64Internal(const SkBitmap& bitmap,
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 2 * gen_bitmap.c --- Generic (32-bit) bitmap routines
36 char * bitmap; member in struct:ext2fs_struct_generic_bitmap
45 void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap,
49 if (bitmap->description)
50 com_err(0, bitmap->base_error_code+code,
51 "#%lu for %s", arg, bitmap->description);
53 com_err(0, bitmap->base_error_code + code, "#%lu", arg);
57 static errcode_t check_magic(ext2fs_generic_bitmap bitmap)
59 if (!bitmap || !((bitmap->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) |
71 ext2fs_generic_bitmap bitmap; local
    [all...]
bitops.h 2 * bitops.h --- Bitmap frobbing code. The byte swapping routines are
47 * EXT2FS bitmap manipulation routines.
58 extern void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap,
61 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
62 extern int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap,
64 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
66 extern int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
67 extern int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap,
69 extern int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, ext2_ino_t inode);
71 extern void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap,
    [all...]
  /external/linux-tools-perf/util/
bitmap.c 2 * From lib/bitmap.c
3 * Helper functions for bitmap.h.
10 #include <linux/bitmap.h>
12 #include "include/linux/bitmap.h"
16 int __bitmap_weight(const unsigned long *bitmap, int bits)
21 w += hweight_long(bitmap[k]);
24 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits));
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 19 import android.graphics.Bitmap;
23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
25 // The texture does not own the Bitmap. The user should make sure the Bitmap
27 // does not free the Bitmap.
29 protected Bitmap mContentBitmap;
31 public BitmapTexture(Bitmap bitmap) {
32 this(bitmap, false);
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder)
    [all...]
  /external/valgrind/main/drd/
pub_drd_bitmap.h 26 * A bitmap is a data structure that contains information about which
53 struct bitmap;
68 /* Complete bitmap. */
69 struct bitmap struct
80 struct bitmap* DRD_(bm_new)(void);
81 void DRD_(bm_delete)(struct bitmap* const bm);
82 void DRD_(bm_init)(struct bitmap* const bm);
83 void DRD_(bm_cleanup)(struct bitmap* const bm);
84 void DRD_(bm_access_range)(struct bitmap* const bm,
87 void DRD_(bm_access_range_load)(struct bitmap* const bm
    [all...]
  /external/skia/legacy/src/images/
SkBitmapRegionDecoder.cpp 3 bool SkBitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, SkIRect rect,
6 return fDecoder->decodeRegion(bitmap, rect, pref);
  /external/skia/src/gpu/
SkGr.cpp 14 based bitmap. [palette (colortable) + indices].
24 static void build_compressed_data(void* buffer, const SkBitmap& bitmap) {
25 SkASSERT(SkBitmap::kIndex8_Config == bitmap.config());
27 SkAutoLockPixels apl(bitmap);
28 if (!bitmap.readyToDraw()) {
29 SkDEBUGFAIL("bitmap not ready to draw!");
33 SkColorTable* ctable = bitmap.getColorTable();
42 if (bitmap.width() == bitmap.rowBytes()) {
43 memcpy(dst, bitmap.getPixels(), bitmap.getSize())
99 const SkBitmap* bitmap = &origBitmap; local
    [all...]
  /external/skia/src/images/
SkBitmapRegionDecoder.cpp 3 bool SkBitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, SkIRect rect,
6 return fDecoder->decodeRegion(bitmap, rect, pref);
  /packages/apps/Camera/src/com/android/camera/
StaticBitmapScreenNail.java 19 import android.graphics.Bitmap;
24 public StaticBitmapScreenNail(Bitmap bitmap) {
25 super(bitmap);
30 // Always keep the bitmap in memory.
  /packages/apps/Gallery2/src/com/android/camera/
StaticBitmapScreenNail.java 19 import android.graphics.Bitmap;
24 public StaticBitmapScreenNail(Bitmap bitmap) {
25 super(bitmap);
30 // Always keep the bitmap in memory.
  /frameworks/base/libs/hwui/
TextureCache.cpp 106 void TextureCache::operator()(SkBitmap*& bitmap, Texture*& texture) {
124 Texture* TextureCache::get(SkBitmap* bitmap) {
125 Texture* texture = mCache.get(bitmap);
128 if (bitmap->width() > mMaxTextureSize || bitmap->height() > mMaxTextureSize) {
129 ALOGW("Bitmap too large to be uploaded into a texture (%dx%d, max=%dx%d)",
130 bitmap->width(), bitmap->height(), mMaxTextureSize, mMaxTextureSize);
134 const uint32_t size = bitmap->rowBytes() * bitmap->height()
    [all...]
  /dalvik/vm/alloc/
Verify.h 26 * Verifies the object references in a heap bitmap. Assumes the VM is
29 void dvmVerifyBitmap(const HeapBitmap *bitmap);
  /external/skia/gm/
extractbitmap.cpp 16 static void create_bitmap(SkBitmap* bitmap) {
19 bitmap->setConfig(SkBitmap::kARGB_8888_Config, W, H);
20 bitmap->allocPixels();
22 SkCanvas canvas(*bitmap);
44 SkBitmap bitmap; variable
45 create_bitmap(&bitmap); variable
46 int x = bitmap.width() / 2;
47 int y = bitmap.height() / 2;
51 canvas->drawBitmap(bitmap, 0, 0);
56 // Draw the bottom right fourth of the bitmap over the top lef
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.cpp 57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*)
60 if (should_use_ashmem(*bitmap)) {
61 // SkDebugf("ashmem [%d %d]\n", bitmap->width(), bitmap->height());
62 ref = new SkImageRef_ashmem(fStream, bitmap->config(), fSampleSize);
64 // SkDebugf("globalpool [%d %d]\n", bitmap->width(), bitmap->height());
65 ref = new SkImageRef_GlobalPool(fStream, bitmap->config(), fSampleSize);
67 bitmap->setPixelRef(ref)->unref();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterContrast.java 21 import android.graphics.Bitmap;
44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength);
47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
49 return bitmap;
51 int w = bitmap.getWidth();
52 int h = bitmap.getHeight();
54 nativeApplyFilter(bitmap, w, h, value)
    [all...]
ImageFilterEdge.java 19 import android.graphics.Bitmap;
39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p);
42 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
44 return bitmap;
46 int w = bitmap.getWidth();
47 int h = bitmap.getHeight();
50 nativeApplyFilter(bitmap, w, h, p)
    [all...]
ImageFilterExposure.java 21 import android.graphics.Bitmap;
43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright);
46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
48 return bitmap;
50 int w = bitmap.getWidth();
51 int h = bitmap.getHeight();
53 nativeApplyFilter(bitmap, w, h, value)
    [all...]
ImageFilterSaturated.java 21 import android.graphics.Bitmap;
44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation);
47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
49 return bitmap;
51 int w = bitmap.getWidth();
52 int h = bitmap.getHeight();
55 nativeApplyFilter(bitmap, w, h, value)
    [all...]

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 91011>>