| /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/raid/ |
| md_k.h | 160 struct bitmap *bitmap; member in struct:mddev_s
|
| /sdk/emulator/opengl/host/libs/Translator/EGL/ |
| EglWindowsApi.cpp | 344 EGLint window,bitmap,pbuffer,transparent; local 365 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[1],&bitmap)); 368 if(bitmap) supportedSurfaces |= EGL_PIXMAP_BIT; 443 BITMAP bm; 445 return GetObject(pix->getBmap(), sizeof(BITMAP), (LPSTR)&bm); 462 BITMAP bm; 463 if(!GetObject(pix, sizeof(BITMAP), (LPSTR)&bm)) return false;
|
| /bionic/libc/kernel/common/linux/ |
| nfs_xdr.h | 65 __u32 bitmap[2]; member in struct:nfs_fattr
|
| /external/chromium/chrome/browser/ui/gtk/ |
| location_bar_view_gtk.cc | 971 const SkBitmap& bitmap = profile_->GetExtensionService()-> local [all...] |
| /external/freetype/include/freetype/ |
| freetype.h | 262 /* This structure models the metrics of a bitmap strike (i.e., a set */ 263 /* of glyphs for a given point size and resolution) in a bitmap font. */ 291 /* bitmap strike itself. They are computed from the global font */ 370 /* module in charge of converting a glyph image to a bitmap, when */ 444 /* i.e., the glyph's metrics, its image (bitmap or outline), and */ 1620 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_ [all...] |
| /external/libsepol/src/ |
| link.c | 1970 ebitmap_t *bitmap; local [all...] |
| /external/skia/gm/ |
| gmmain.cpp | 230 static void force_all_opaque(const SkBitmap& bitmap) { 231 SkBitmap::Config config = bitmap.config(); 234 force_all_opaque_8888(bitmap); 240 fprintf(stderr, "unsupported bitmap config %d\n", config); 241 SkDEBUGFAIL("unsupported bitmap config"); 245 static void force_all_opaque_8888(const SkBitmap& bitmap) { 246 SkAutoLockPixels lock(bitmap); 247 for (int y = 0; y < bitmap.height(); y++) { 248 for (int x = 0; x < bitmap.width(); x++) { 249 *bitmap.getAddr32(x, y) |= (SK_A32_MASK << SK_A32_SHIFT) 901 SkBitmap bitmap; local 918 SkBitmap bitmap; local 944 SkBitmap bitmap; local 1563 SkBitmap bitmap; local 1576 SkBitmap bitmap; local 1603 SkBitmap bitmap; local 1622 SkBitmap bitmap; local [all...] |
| /external/skia/legacy/src/core/ |
| SkCanvas.cpp | 64 by the device's XY offset and bitmap-bounds. 164 bitmap/device to draw into from this level. This value is NOT 428 SkBitmap bitmap; local 429 this->init(SkNEW_ARGS(SkDevice, (bitmap)))->unref(); 439 SkCanvas::SkCanvas(const SkBitmap& bitmap) 443 this->init(SkNEW_ARGS(SkDevice, (bitmap)))->unref(); 559 SkDevice* SkCanvas::setBitmapDevice(const SkBitmap& bitmap) { 560 SkDevice* device = this->setDevice(SkNEW_ARGS(SkDevice, (bitmap))); 565 bool SkCanvas::readPixels(SkBitmap* bitmap, 572 return device->readPixels(bitmap, x, y, config8888) [all...] |
| SkPicturePlayback.cpp | 563 const SkBitmap& bitmap = getBitmap(); local 565 canvas.drawBitmap(bitmap, loc.fX, loc.fY, paint); 569 const SkBitmap& bitmap = getBitmap(); local 572 canvas.drawBitmapRect(bitmap, src, dst, paint); 576 const SkBitmap& bitmap = getBitmap(); local 578 canvas.drawBitmapMatrix(bitmap, *matrix, paint); 582 const SkBitmap& bitmap = getBitmap(); local 585 canvas.drawBitmapNine(bitmap, src, dst, paint); 658 const SkBitmap& bitmap = getBitmap(); local 661 canvas.drawSprite(bitmap, left, top, paint) 1343 const SkBitmap& bitmap = fBitmaps[index]; local [all...] |
| /external/skia/src/core/ |
| SkPicturePlayback.cpp | 194 * flatten the pixels in a bitmap shader. 774 const SkBitmap& bitmap = getBitmap(reader); local 776 canvas.drawBitmap(bitmap, loc.fX, loc.fY, paint); 780 const SkBitmap& bitmap = getBitmap(reader); local 783 canvas.drawBitmapRectToRect(bitmap, src, dst, paint); 787 const SkBitmap& bitmap = getBitmap(reader); local 789 canvas.drawBitmapMatrix(bitmap, *matrix, paint); 793 const SkBitmap& bitmap = getBitmap(reader); local 796 canvas.drawBitmapNine(bitmap, src, dst, paint); 878 const SkBitmap& bitmap = getBitmap(reader) local 1464 const SkBitmap& bitmap = fBitmaps[index]; local [all...] |
| /external/skia/src/pdf/ |
| SkPDFDevice.cpp | 550 SkBitmap bitmap; local 564 bitmap.setConfig(SkBitmap::kNo_Config, abs(size.fWidth), 567 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth), 571 return bitmap; 852 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, 861 internalDrawBitmap(transform, d.fClipStack, *d.fClip, bitmap, srcRect, 865 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap, 873 internalDrawBitmap(matrix, d.fClipStack, *d.fClip, bitmap, NULL, paint); [all...] |
| /frameworks/av/media/libstagefright/mp4/ |
| FragmentedMP4Parser.cpp | 158 bitmap = (char*) calloc(1, allocSize); 162 free(bitmap); 168 bitmap[i/8] |= (0x80 >> (i & 7)); 177 char *cur = bitmap; 191 char *bitmap; member in struct:android::ReadTracker [all...] |
| /frameworks/base/core/java/android/provider/ |
| MediaStore.java | 28 import android.graphics.Bitmap; 232 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap 251 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap 535 private static Bitmap getMiniThumbFromFile(Cursor c, Uri baseUri, ContentResolver cr, BitmapFactory.Options options) { 536 Bitmap bitmap = null; local 543 bitmap = BitmapFactory.decodeFileDescriptor( 554 return bitmap; 590 * @param options this is only used for MINI_KIND when decoding the Bitmap 593 * @return Bitmap bitmap of specified thumbnail kin 597 Bitmap bitmap = null; local 793 Bitmap bitmap = BitmapFactory.decodeStream(input); local [all...] |
| /frameworks/base/libs/hwui/ |
| DisplayListOp.h | 731 DrawBitmapOp(SkBitmap* bitmap, float left, float top, SkPaint* paint) 732 : DrawBoundedOp(left, top, left + bitmap->width(), top + bitmap->height(), 734 mBitmap(bitmap) {} 773 OP_LOG("Draw bitmap %p at %f %f", mBitmap, mLocalBounds.left, mLocalBounds.top); 787 const SkBitmap* bitmap() { return mBitmap; } function in class:android::uirenderer::DrawBitmapOp 794 DrawBitmapMatrixOp(SkBitmap* bitmap, SkMatrix* matrix, SkPaint* paint) 795 : DrawBoundedOp(paint), mBitmap(bitmap), mMatrix(matrix) { 796 mLocalBounds.set(0, 0, bitmap->width(), bitmap->height()) [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| RenderSessionImpl.java | 64 import android.graphics.Bitmap; 423 * @param freshRender whether the render is a new one and should erase the existing bitmap (in 549 // create an Android bitmap around the BufferedImage 550 Bitmap bitmap = Bitmap_Delegate.createBitmap(mImage, local 553 // create a Canvas around the Android bitmap 554 mCanvas = new Canvas(bitmap); [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| ContactPhotoManager.java | 26 import android.graphics.Bitmap; 227 * Stores the given bitmap directly in the LRU bitmap cache. 229 * @param bitmap The bitmap. 230 * @param photoBytes The bytes that were parsed to create the bitmap. 232 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes); 285 Bitmap bitmap; field in class:ContactPhotoManagerImpl.BitmapHolder 617 Bitmap bitmap = BitmapUtil.decodeBitmapFromBytes(bytes, sampleSize); local 787 mBitmapCache.put(request.getKey(), bitmap); local [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| PhotoDataAdapter.java | 19 import android.graphics.Bitmap; 552 public Bitmap getTile(int level, int x, int y, int tileSize) { 701 // a Bitmap and then wrap it in a BitmapScreenNail instead. 705 // If this is a temporary item, don't try to get its bitmap because 706 // it won't be available. We will get its bitmap after a data reload. 711 Bitmap bitmap = mItem.requestImage(MediaItem.TYPE_THUMBNAIL).run(jc); local 713 if (bitmap != null) { 714 bitmap = BitmapUtils.rotateBitmap(bitmap, [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| ImageShow.java | 20 import android.graphics.Bitmap; 60 private Bitmap mBackgroundImage = null; 325 Bitmap highresPreview = MasterImage.getImage().getHighresImage(); 342 Bitmap partialPreview = MasterImage.getImage().getPartialImage(); 367 public Bitmap getFiltersOnlyImage() { 371 public Bitmap getGeometryOnlyImage() { 375 public Bitmap getFilteredImage() { 379 public void drawImage(Canvas canvas, Bitmap image, boolean updateBounds) { 401 public void drawPartialImage(Canvas canvas, Bitmap image) { 502 private void imageSizeChanged(Bitmap image) 527 Bitmap bitmap = mImageLoader.getOriginalBitmapLarge(); local [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| TileImageView.java | 20 import android.graphics.Bitmap; 64 * DECODED --> ACTIVATED - (after the decoded bitmap is uploaded) 81 // The mLevel variable indicates which level of bitmap we should use. 82 // Level 0 means the original full-sized bitmap, and a larger value means 83 // a smaller scaled bitmap (The width and height of each scaled bitmap is 85 // use the bitmap in mScaledBitmaps[mLevel] for display, otherwise the value 107 // The width and height of the full-sized bitmap 143 public Bitmap getTile(int level, int x, int y, int tileSize); 296 // If the bitmap is scaled by the given factor "scale", return th 694 Bitmap bitmap = mDecodedTile; local [all...] |