HomeSort by relevance Sort by last modified time
    Searched defs:bitmap (Results 876 - 900 of 1117) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/raid/
md_k.h 160 struct bitmap *bitmap; member in struct:mddev_s
  /prebuilts/ndk/9/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 342 EGLint window,bitmap,pbuffer,transparent; local
363 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[1],&bitmap));
366 if(bitmap) supportedSurfaces |= EGL_PIXMAP_BIT;
441 BITMAP bm;
443 return GetObject(pix->getBmap(), sizeof(BITMAP), (LPSTR)&bm);
460 BITMAP bm;
461 if(!GetObject(pix, sizeof(BITMAP), (LPSTR)&bm)) return false;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 27 import android.graphics.Bitmap;
258 * takes the form of a letter or bitmap drawn on top of a colored tile.
286 * The amount to scale the letter or bitmap to, as a ratio of its default size (from a
392 // display name so that a default bitmap will be used instead of a
539 * Stores the given bitmap directly in the LRU bitmap cache.
541 * @param bitmap The bitmap.
542 * @param photoBytes The bytes that were parsed to create the bitmap.
544 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes)
597 Bitmap bitmap; field in class:ContactPhotoManagerImpl.BitmapHolder
995 Bitmap bitmap = BitmapUtil.decodeBitmapFromBytes(bytes, sampleSize); local
1182 mBitmapCache.put(request.getKey(), bitmap); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 35 import android.graphics.Bitmap;
1792 final Bitmap bitmap = BitmapFactory.decodeByteArray( local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 33 import android.graphics.Bitmap;
211 Bitmap.Config viewConfig = imageViewBitmap.getBitmap().getConfig();
212 Bitmap testimageBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap(
243 final Bitmap bitmap = local
245 mImageView.setImageBitmap(bitmap);
250 WidgetTestUtils.assertEquals(bitmap, imageViewBitmap.getBitmap());
  /external/chromium_org/cc/resources/
resource_provider.cc 294 SharedBitmap* bitmap,
316 has_shared_bitmap_id(!!bitmap),
329 type(Bitmap),
331 shared_bitmap(bitmap) {
334 if (bitmap)
335 shared_bitmap_id = bitmap->id();
373 type(Bitmap),
449 case Bitmap:
475 case Bitmap:
516 scoped_ptr<SharedBitmap> bitmap; local
855 scoped_ptr<SharedBitmap> bitmap = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 724 SkBitmap bitmap = *(resized_image.bitmap()); local
725 SkAutoLockPixels lock_input(bitmap);
727 reinterpret_cast<unsigned char*>(bitmap.getAddr32(0, 0)),
729 bitmap.width(),
730 bitmap.height(),
731 bitmap.width() * bitmap.bytesPerPixel(),
1944 SkBitmap bitmap; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 325 // ascending order. Returns true if there is at least one favicon bitmap.
335 // Returns true if there is exactly one favicon bitmap associated to
336 // |favicon_id|. If true, returns favicon bitmap in output parameter.
348 // Creates an |edge_size|x|edge_size| bitmap of |color|.
350 SkBitmap bitmap; local
351 bitmap.allocN32Pixels(edge_size, edge_size);
352 bitmap.eraseColor(color);
353 return bitmap;
367 SkBitmap bitmap; local
369 bitmap_data->front(), bitmap_data->size(), &bitmap))
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 470 // Computes a bitmap at one scale from a bitmap at a different scale.
530 // Look up the bitmap for |scale factor| in the bitmap map. If found
537 // decode it, store the result in the bitmap map and return it.
540 SkBitmap bitmap; variable
543 &bitmap)) {
547 bitmap_map_[scale_factor] = bitmap;
548 return gfx::ImageSkiaRep(bitmap, scale);
566 // Look up the bitmap for |available_scale_factor| in the bitmap map
1304 SkBitmap bitmap; local
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 613 SkBitmap bitmap = GdkPixbufToImageSkia(pixbuf.get()); local
614 DCHECK_EQ(size, bitmap.width());
615 DCHECK_EQ(size, bitmap.height());
616 gfx::ImageSkia image_skia = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
1051 SkBitmap bitmap; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 1748 scoped_ptr<cc::SharedBitmap> bitmap = local
    [all...]
render_widget_host_view_android.cc 7 #include <android/bitmap.h>
104 scoped_ptr<SkBitmap> bitmap,
121 callback.Run(result, *bitmap);
1189 SkBitmap bitmap; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 824 SkBitmap bitmap; local
825 if (!bitmap.tryAllocN32Pixels(rowPixels, colPixels))
828 bitmap.eraseARGB(0, 0, 0, 0);
841 uint32_t* row = bitmap.getAddr32(0, x);
862 uint32_t* row = bitmap.getAddr32(0, x);
875 misspellBitmap[index] = new SkBitmap(bitmap);
882 SkBitmap bitmap;
883 if (!bitmap.tryAllocN32Pixels(rowPixels, colPixels))
886 bitmap.eraseARGB(0, 0, 0, 0);
888 draw1xMarker(&bitmap, index)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 344 SkBitmap bitmap; local
345 bitmap.allocN32Pixels(kWidth, kHeight);
346 SkCanvas canvas(bitmap);
359 SkColor color = bitmap.getColor(kWidth / 2, kHeight / 2);
    [all...]
  /external/chromium_org/third_party/freetype/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 */
374 /* module in charge of converting a glyph image to a bitmap, when */
448 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
1627 FT_Bitmap bitmap; member in struct:FT_GlyphSlotRec_
    [all...]
  /external/chromium_org/third_party/freetype/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
4081 FT_Bitmap bitmap; local
    [all...]
  /external/chromium_org/third_party/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...]

Completed in 2169 milliseconds

<<31323334353637383940>>