| /external/chromium_org/third_party/skia/src/core/ |
| SkDraw.cpp | 155 static BitmapXferProc ChooseBitmapXferProc(const SkBitmap& bitmap, 193 switch (bitmap.colorType()) { 223 static void CallBitmapXferProc(const SkBitmap& bitmap, const SkIRect& rect, 226 switch (bitmap.colorType()) { 241 uint8_t* pixels = (uint8_t*)bitmap.getPixels(); 243 const size_t rowBytes = bitmap.rowBytes(); 266 be faster to operate directly on the device bitmap, rather than invoking 334 const SkBitmap* bitmap = blitter->justAnOpaqueColor(&value); local 335 SkASSERT(bitmap); 337 uint16_t* addr = bitmap->getAddr16(0, 0) 355 const SkBitmap* bitmap = blitter->justAnOpaqueColor(&value); local [all...] |
| /external/chromium_org/third_party/skia/src/pdf/ |
| SkPDFDevice.cpp | 409 // face of floating-point accuracy and possible SkRegion bitmap 2076 const SkBitmap* bitmap = &origBitmap; local [all...] |
| /external/chromium_org/third_party/skia/tests/ |
| PictureTest.cpp | 182 // The bitmap in the paint is ignored unless we're drawing an A8 bitmap 202 // bitmap in the shader is never used). 241 // The bitmap in the paint is ignored unless we're drawing an A8 bitmap 393 // the color is transparent, meaning no bitmap was drawn in that 458 // the index of their corresponding bitmap/pixelref. (0,0,0,0) is 600 // CreateBitmapShader is too smart for us; an empty (or 1x1) bitmap shader 601 // gets optimized into a non-bitmap form, so we create a 2x2 bitmap here 602 SkBitmap bitmap; local [all...] |
| /external/chromium_org/ui/base/x/ |
| x11_util.cc | 408 const SkBitmap* bitmap = needs_scale ? &scaled : cursor_image; local 409 XcursorImage* image = XcursorImageCreate(bitmap->width(), bitmap->height()); 410 image->xhot = std::min(bitmap->width() - 1, hotspot_point.x()); 411 image->yhot = std::min(bitmap->height() - 1, hotspot_point.y()); 413 if (bitmap->width() && bitmap->height()) { 414 bitmap->lockPixels(); 415 // The |bitmap| contains ARGB image, so just copy it. 417 bitmap->getPixels() 1206 SkBitmap bitmap; local [all...] |
| /external/chromium_org/ui/views/widget/desktop_aura/ |
| desktop_window_tree_host_x11.cc | 1515 const SkBitmap& bitmap = rep.sk_bitmap(); local [all...] |
| /external/freetype/include/ |
| freetype.h | 301 /* This structure models the metrics of a bitmap strike (i.e., a set */ 302 /* of glyphs for a given point size and resolution) in a bitmap font. */ 330 /* bitmap strike itself. They are computed from the global font */ 411 /* module in charge of converting a glyph image to a bitmap, when */ 486 /* i.e., the glyph's metrics, its image (bitmap or outline), and */ 1684 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_ [all...] |
| /external/freetype/src/base/ |
| ftobjs.c | 295 FT_FREE( slot->bitmap.buffer ); 300 /* assume that the bitmap buffer was stolen or not */ 302 slot->bitmap.buffer = NULL; 313 slot->bitmap.buffer = buffer; 328 FT_FREE( slot->bitmap.buffer ); 332 (void)FT_ALLOC( slot->bitmap.buffer, size ); 340 /* free bitmap if needed */ 347 slot->bitmap.width = 0; 348 slot->bitmap.rows = 0; 349 slot->bitmap.pitch = 0 4104 FT_Bitmap bitmap; local [all...] |
| /external/jemalloc/src/ |
| arena.c | 301 bitmap_t *bitmap = (bitmap_t *)((uintptr_t)run + local 305 assert(bitmap_full(bitmap, &bin_info->bitmap_info) == false); 307 regind = bitmap_sfu(bitmap, &bin_info->bitmap_info); 326 bitmap_t *bitmap = (bitmap_t *)((uintptr_t)run + local 337 assert(bitmap_get(bitmap, &bin_info->bitmap_info, regind)); 339 bitmap_unset(bitmap, &bin_info->bitmap_info, regind); 1475 bitmap_t *bitmap = (bitmap_t *)((uintptr_t)run + local [all...] |
| /external/libsepol/src/ |
| link.c | 1992 ebitmap_t *bitmap; local [all...] |
| /external/pdfium/core/include/thirdparties/freetype/freetype/ |
| freetype.h | 266 /* This structure models the metrics of a bitmap strike (i.e., a set */
267 /* of glyphs for a given point size and resolution) in a bitmap font. */
295 /* bitmap strike itself. They are computed from the global font */
376 /* module in charge of converting a glyph image to a bitmap, when */
450 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
1633 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_ [all...] |
| /external/pdfium/core/src/fpdfapi/fpdf_render/ |
| fpdf_render.cpp | 846 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap();
local 847 bitmap->Clear(0);
[all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
| freetype.h | 266 /* This structure models the metrics of a bitmap strike (i.e., a set */ 267 /* of glyphs for a given point size and resolution) in a bitmap font. */ 295 /* bitmap strike itself. They are computed from the global font */ 376 /* module in charge of converting a glyph image to a bitmap, when */ 450 /* i.e., the glyph's metrics, its image (bitmap or outline), and */ 1633 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_ [all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
| ftobjs.c | 297 FT_FREE( slot->bitmap.buffer ); 302 /* assume that the bitmap buffer was stolen or not */ 304 slot->bitmap.buffer = NULL; 315 slot->bitmap.buffer = buffer; 330 FT_FREE( slot->bitmap.buffer ); 334 (void)FT_ALLOC( slot->bitmap.buffer, size ); 342 /* free bitmap if needed */ 349 slot->bitmap.width = 0; 350 slot->bitmap.rows = 0; 351 slot->bitmap.pitch = 0 4084 FT_Bitmap bitmap; local [all...] |
| /external/pdfium/core/src/fxge/ge/ |
| fx_ge_text.cpp | 282 CFX_DIBitmap bitmap;
local 283 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_1bppMask)) {
287 bitmap.Clear(0);
294 bitmap.TransferBitmap(glyph.m_OriginX + glyph.m_pGlyph->m_Left - pixel_left,
299 return SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color);
301 CFX_DIBitmap bitmap;
local 303 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_8bppMask)) {
308 if (!CreateCompatibleBitmap(&bitmap, pixel_width, pixel_height)) {
313 if (!bitmap.HasAlpha() && !bitmap.IsAlphaMask()) { [all...] |
| /external/pdfium/core/src/fxge/win32/ |
| fx_win32_device.cpp | 435 BITMAP bitmap;
local 436 GetObject(hBitmap, sizeof bitmap, &bitmap);
437 m_nBitsPerPixel = bitmap.bmBitsPixel;
438 m_Width = bitmap.bmWidth;
439 m_Height = abs(bitmap.bmHeight);
954 CFX_DIBitmap bitmap; local 996 CFX_DIBitmap bitmap; local [all...] |
| /external/skia/experimental/PdfViewer/src/ |
| SkPdfRenderer.cpp | 234 static void setup_bitmap(SkBitmap* bitmap, int width, int height, SkColor color = SK_ColorWHITE) { 235 bitmap->allocN32Pixels(width, height); 236 bitmap->eraseColor(color); 376 SkBitmap* bitmap = new SkBitmap(); local 382 // Is there a faster way to load the uncompressed stream into a bitmap? 400 bitmap->installPixels(info, uncompressedStreamArgb, info.minRowBytes()); 417 bitmap->installPixels(info, uncompressedStreamA8, info.minRowBytes(), 423 return bitmap; 513 SkBitmap* bitmap = new SkBitmap(); local 514 SkImageDecoder::DecodeMemory(uncompressedStream, uncompressedStreamLength, bitmap); 520 SkBitmap* bitmap = new SkBitmap(); local 536 SkBitmap* bitmap = transferImageStreamToBitmap( local 549 SkBitmap* bitmap = getImageFromObjectCore(pdfContext, image, transparencyMask); local [all...] |
| /external/skia/src/core/ |
| SkDraw.cpp | 154 static BitmapXferProc ChooseBitmapXferProc(const SkBitmap& bitmap, 192 switch (bitmap.colorType()) { 222 static void CallBitmapXferProc(const SkBitmap& bitmap, const SkIRect& rect, 225 switch (bitmap.colorType()) { 240 uint8_t* pixels = (uint8_t*)bitmap.getPixels(); 242 const size_t rowBytes = bitmap.rowBytes(); 265 be faster to operate directly on the device bitmap, rather than invoking 333 const SkBitmap* bitmap = blitter->justAnOpaqueColor(&value); local 334 SkASSERT(bitmap); 336 uint16_t* addr = bitmap->getAddr16(0, 0) 354 const SkBitmap* bitmap = blitter->justAnOpaqueColor(&value); local [all...] |
| /external/tcpdump/ |
| ieee802_11.h | 195 u_int8_t bitmap[251]; member in struct:tim_t
|
| /frameworks/base/core/java/android/app/ |
| ActivityTransitionCoordinator.java | 128 protected static final String KEY_SNAPSHOT = "shared_element:bitmap"; 765 Parcelable bitmap = null; local 767 bitmap = mListener.onCaptureSharedElementSnapshot(view, tempMatrix, tempBounds); 770 if (bitmap != null) { 771 sharedElementBundle.putParcelable(KEY_SNAPSHOT, bitmap); [all...] |
| ApplicationPackageManager.java | 53 import android.graphics.Bitmap; 1691 Bitmap bitmap = getUserManager().getUserIcon(itemInfo.showUserIcon); local 1715 final Bitmap bitmap; local [all...] |
| /frameworks/base/core/java/android/provider/ |
| MediaStore.java | 28 import android.graphics.Bitmap; 255 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap 280 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap 576 private static Bitmap getMiniThumbFromFile( 578 Bitmap bitmap = null; local 585 bitmap = BitmapFactory.decodeFileDescriptor( 596 return bitmap; 633 * @param options this is only used for MINI_KIND when decoding the Bitmap 636 * @return Bitmap bitmap of specified thumbnail kin 640 Bitmap bitmap = null; local 836 Bitmap bitmap = BitmapFactory.decodeStream(input); local [all...] |
| /frameworks/base/libs/hwui/ |
| DisplayListOp.h | 648 DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint) 649 : DrawBoundedOp(0, 0, bitmap->width(), bitmap->height(), paint) 650 , mBitmap(bitmap) 672 * for each bitmap in the batch. This method is also responsible for dirtying 717 OP_LOG("Draw bitmap %p at %f %f%s", mBitmap, mLocalBounds.left, mLocalBounds.top, 745 const SkBitmap* bitmap() { return mBitmap; } function in class:android::uirenderer::DrawBitmapOp 754 DrawBitmapRectOp(const SkBitmap* bitmap, 758 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {} 767 OP_LOG("Draw bitmap %p src=" RECT_STRING ", dst=" RECT_STRING [all...] |
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
| PageContentRepository.java | 24 import android.graphics.Bitmap; 222 // We tired to preload but didn't know the bitmap size, now 378 Bitmap bitmap = page.content.getBitmap(); local 379 return bitmap.getWidth() == bitmapWidth 380 && bitmap.getHeight() == bitmapHeight; 758 // Reuse bitmap for the page only if the right size. 761 Log.i(LOG_TAG, "Recycling bitmap for page: " + mPageIndex 771 // Try to find a bitmap to reuse. 785 Log.i(LOG_TAG, "Recycling bitmap for page: " + mPageInde 807 Bitmap bitmap = Bitmap.createBitmap(mRenderSpec.bitmapWidth, local 826 Bitmap bitmap = mRenderedPage.content.getBitmap(); local [all...] |
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
| PageAdapter.java | 20 import android.graphics.Bitmap; 454 Bitmap bitmap = Bitmap.createBitmap(mPageContentWidth, mPageContentHeight, local 455 Bitmap.Config.ARGB_8888); 456 Canvas canvas = new Canvas(bitmap); 459 // Do not recycle the old bitmap if such as it may be set as an empty 461 mEmptyState = new BitmapDrawable(mContext.getResources(), bitmap);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| ActivatableNotificationView.java | 24 import android.graphics.Bitmap; 694 * When we draw the appear animation, we render the view in a bitmap and render this bitmap 695 * as a shader of a rect. This call creates the Bitmap and switches the drawing mode, 708 Bitmap bitmap = Bitmap.createBitmap(getWidth(), getActualHeight(), local 709 Bitmap.Config.ARGB_8888); 710 Canvas canvas = new Canvas(bitmap); 712 mAppearPaint.setShader(new BitmapShader(bitmap, Shader.TileMode.CLAMP [all...] |