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

<<31323334353637383940>>

  /external/skia/gm/
gmmain.cpp 194 static SkData* encode_to_dct_data(size_t* pixelRefOffset, const SkBitmap& bitmap);
270 static void force_all_opaque(const SkBitmap& bitmap) {
271 SkColorType colorType = bitmap.colorType();
274 force_all_opaque_8888(bitmap);
280 SkDebugf("unsupported bitmap colorType %d\n", colorType);
285 static void force_all_opaque_8888(const SkBitmap& bitmap) {
286 SkAutoLockPixels lock(bitmap);
287 for (int y = 0; y < bitmap.height(); y++) {
288 for (int x = 0; x < bitmap.width(); x++) {
289 *bitmap.getAddr32(x, y) |= (SK_A32_MASK << SK_A32_SHIFT)
1141 SkBitmap bitmap; local
1183 SkBitmap bitmap; local
1226 SkBitmap bitmap; local
1570 SkBitmap bitmap; local
1587 SkBitmap bitmap; local
1620 SkBitmap bitmap; local
1637 SkBitmap bitmap; local
1667 SkBitmap bitmap; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1198 SkBitmap bitmap = capture_bitmap(canvas); local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 92 #define CHECK_LOCKCOUNT_BALANCE(bitmap) AutoCheckLockCountBalance clcb(bitmap)
95 #define CHECK_LOCKCOUNT_BALANCE(bitmap)
113 by the device's XY offset and bitmap-bounds.
200 bitmap/device to draw into from this level. This value is NOT
475 SkBitmap bitmap; local
476 bitmap.setInfo(SkImageInfo::MakeUnknown(width, height));
477 this->init(SkNEW_ARGS(SkBitmapDevice, (bitmap)))->unref();
488 SkCanvas::SkCanvas(const SkBitmap& bitmap)
493 this->init(SkNEW_ARGS(SkBitmapDevice, (bitmap)))->unref()
2575 SkBitmap bitmap; local
2592 SkBitmap bitmap; local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 108 SkBitmap bitmap; local
109 bitmap.setInfo(SkImageInfo::MakeUnknown(width, height));
110 return bitmap;
630 const SkBitmap& bitmap,
636 if (!SkImageEncoder::EncodeStream(&write, bitmap,
638 HRM(E_FAIL, "Unable to encode bitmap as png.");
667 static_cast<FLOAT>(bitmap.width()), static_cast<FLOAT>(bitmap.height())
687 const SkScalar bWidth = SkIntToScalar(bitmap.width());
688 const SkScalar bHeight = SkIntToScalar(bitmap.height())
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 424 // face of floating-point accuracy and possible SkRegion bitmap
727 SkBitmap bitmap; local
728 bitmap.setInfo(info);
729 return bitmap;
2175 const SkBitmap* bitmap = &origBitmap; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 26 import android.graphics.Bitmap;
27 import android.graphics.Bitmap.CompressFormat;
108 private static Bitmap sDefaultFavicon;
194 private Bitmap mCapture;
203 private static synchronized Bitmap getDefaultFavicon(Context context) {
219 Bitmap mFavicon;
235 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
344 public void onPageStarted(WebView view, String url, Bitmap favicon) {
810 public void onReceivedIcon(WebView view, Bitmap icon) {
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
xfrm.h 90 __u32 bitmap; member in struct:xfrm_replay_state
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 34 import android.graphics.Bitmap;
1063 Bitmap bitmap = view.getDrawingCache(); local
2905 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local
2996 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local
3035 Bitmap bitmap = Bitmap.createBitmap(200, 300, Bitmap.Config.RGB_565); local
    [all...]
ViewGroupTest.java 26 import android.graphics.Bitmap;
31 import android.graphics.Bitmap.Config;
622 textView.setBackgroundDrawable(new BitmapDrawable(Bitmap.createBitmap(100, 100,
1371 Bitmap bitmap = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); local
    [all...]
  /art/runtime/gc/
heap.cc 2385 accounting::ContinuousSpaceBitmap* bitmap = variable
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 682 // Draw the source bitmap through the filter to the canvas.
819 // Draw the source bitmap through the filter to the canvas.
2570 scoped_ptr<SkBitmap> bitmap; local
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 4074 SkBitmap bitmap; local
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 785 FPDFBitmap_Destroy(progressive_paints_[i].bitmap);
1041 FPDF_BITMAP bitmap = FPDFBitmap_CreateEx(bitmap_size.width(), local
2008 FPDF_BITMAP bitmap = FPDFBitmap_CreateEx( local
2446 FPDF_BITMAP bitmap = progressive_paints_[progressive_index].bitmap; local
2481 FPDF_BITMAP bitmap = progressive_paints_[progressive_index].bitmap; local
2591 FPDF_BITMAP bitmap = CreateBitmap(dirty, image_data); local
3419 FPDF_BITMAP bitmap = FPDFBitmap_Create(dest.width(), dest.height(), local
3469 FPDF_BITMAP bitmap = local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 2037 SkBitmap bitmap; local
5909 SkBitmap bitmap; local
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 202 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromFileICM)(GDIPCONST WCHAR* filename, GpBitmap **bitmap);
203 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromStreamICM)(IStream* stream, GpBitmap **bitmap);
207 typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapLockBits)(GpBitmap* bitmap, GDIPCONST GpRect* rect, UINT flags, PixelFormat format, BitmapData* lockedBitmapData);
210 typedef GpStatus (WINGDIPAPI *FuncType_GdipBitmapUnlockBits)(GpBitmap* bitmap, BitmapData* lockedBitmapData);
213 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap);
217 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromGdiDib)(GDIPCONST BITMAPINFO* gdiBitmapInfo, VOID* gdiBitmapData, GpBitmap** bitmap);
385 GpBitmap* bitmap; local
387 (image_clip.Width() + 3) / 4 * 4, PixelFormat8bppIndexed, pStretched->GetBuffer(), &bitmap);
396 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal);
397 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left,
403 GpBitmap* bitmap; local
432 GpBitmap* bitmap = NULL; local
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 33 import android.graphics.Bitmap;
104 * Maps bitmaps to unique indicies to avoid Bitmap duplication.
253 // We currently only calculate Bitmap memory usage, so by default,
285 // reference the bitmap cache. We don't want to modify the object as it may need to
318 // Because pruning can remove the need for bitmaps, we reconstruct the bitmap cache
1006 Bitmap bitmap; field in class:RemoteViews.BitmapReflectionAction
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 28 import android.graphics.Bitmap;
1408 Bitmap bitmap = null; local
1433 Bitmap bitmap = getVideoThumbnail(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 31 import android.graphics.Bitmap;
752 Bitmap originalHires = ImageLoader.loadOrientedConstrainedBitmap(master.getUri(),
765 Bitmap highresBitmap = MasterImage.getImage().getOriginalBitmapHighres();
1086 Bitmap bitmap = MasterImage.getImage().getHighresImage(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 38 import android.graphics.Bitmap;
146 private Bitmap mDefaultIcon;
223 public Bitmap getFallbackIcon() {
224 return Bitmap.createBitmap(mDefaultIcon);
2422 Parcelable bitmap = data.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 745 __u64 bitmap; member in struct:kvm_dirty_tlb
    [all...]

Completed in 2131 milliseconds

<<31323334353637383940>>