Searched
full:bitmap (Results
501 -
525 of
1192) sorted by null
<<21222324252627282930>>
/development/samples/BrowserPlugin/jni/audio/ |
AudioPlugin.h | 48 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.h | 45 // Bitmap Transparency Variables
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.h | 45 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
|
/development/samples/BrowserPlugin/jni/navigation/ |
NavigationPlugin.h | 39 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
|
/development/simulator/app/ |
LoadableImage.h | 52 // load or unload the bitmap
|
PhoneButton.h | 65 // load or unload the image bitmap, if any
|
/external/e2fsprogs/lib/ext2fs/ |
imager.c | 292 ptr = fs->inode_map->bitmap; 300 ptr = fs->block_map->bitmap; 356 ptr = fs->inode_map->bitmap; 364 ptr = fs->block_map->bitmap;
|
tst_badblocks.c | 198 printf("Block bitmap matched after reading and writing.\n"); 200 printf("Block bitmap NOT matched.\n"); 260 printf("Block bitmap matched after reading and writing.\n"); 262 printf("Block bitmap NOT matched.\n");
|
/external/e2fsprogs/tests/f_dup/ |
expect.1 | 33 Padding at end of block bitmap is not set. Fix? yes
|
/external/e2fsprogs/tests/f_dup3/ |
expect.1 | 33 Block bitmap differences: -68
|
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
expect.1 | 41 Block bitmap differences: -23
|
/external/skia/include/images/ |
SkImageRef_GlobalPool.h | 61 SkBitmap* bitmap, SkBitmap::Config config,
|
/external/skia/src/animator/ |
SkDrawBitmap.h | 43 DECLARE_DRAW_MEMBER_INFO(Bitmap);
|
/external/skia/src/core/ |
SkBitmapShaderTemplate.h | 20 #define NOFILTER_BITMAP_SHADER_PREAMBLE(bitmap, rb) 23 #define NOFILTER_BITMAP_SHADER_POSTAMBLE(bitmap) 26 #define NOFILTER_BITMAP_SHADER_PREAMBLE16(bitmap, rb) 29 #define NOFILTER_BITMAP_SHADER_POSTAMBLE16(bitmap)
|
/external/skia/src/images/ |
SkMovie.cpp | 62 const SkBitmap& SkMovie::bitmap() function in class:SkMovie
|
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 596 glyph->fWidth = SkToU16(fFace->glyph->bitmap.width); 597 glyph->fHeight = SkToU16(fFace->glyph->bitmap.rows); 694 CopyFreetypeBitmapToVerticalLCDMask(glyph, fFace->glyph->bitmap); 696 CopyFreetypeBitmapToLCDMask(glyph, fFace->glyph->bitmap); 715 SkASSERT_CONTINUE(glyph.fWidth == fFace->glyph->bitmap.width); 716 SkASSERT_CONTINUE(glyph.fHeight == fFace->glyph->bitmap.rows); 720 const uint8_t* src = (const uint8_t*)fFace->glyph->bitmap.buffer; 723 if (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_GRAY || 724 (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_MONO && 726 unsigned srcRowBytes = fFace->glyph->bitmap.pitch [all...] |
/external/webkit/WebCore/platform/graphics/android/ |
PatternAndroid.cpp | 57 m_pattern = SkShader::CreateBitmapShader(ref->bitmap(),
|
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 25 import android.graphics.Bitmap; 242 public void setWallpaper(Bitmap bitmap) throws IOException { 243 mBase.setWallpaper(bitmap);
|
/frameworks/base/native/graphics/jni/ |
bitmap.cpp | 17 #include <android/bitmap.h>
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
|
/packages/apps/Browser/src/com/android/browser/ |
Bookmarks.java | 24 import android.graphics.Bitmap; 66 Bitmap thumbnail, boolean retainIcon) { 200 private static byte[] bitmapToBytes(Bitmap bm) { 206 bm.compress(Bitmap.CompressFormat.PNG, 100, os);
|
HistoryItem.java | 21 import android.graphics.Bitmap;
|
/prebuilt/sdk/6/ |
framework.aidl | 29 parcelable android.graphics.Bitmap;
|
/prebuilt/sdk/7/ |
framework.aidl | 29 parcelable android.graphics.Bitmap;
|
Completed in 370 milliseconds
<<21222324252627282930>>