HomeSort by relevance Sort by last modified time
    Searched refs:bmp (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 42 wxBitmap* bmp = new wxBitmap(width(), height(), 32); local
46 WxPixelData data(*bmp);
72 bmp->UseAlpha();
78 ASSERT(bmp->IsOk());
81 wxGraphicsBitmap* bitmap = new wxGraphicsBitmap(wxGraphicsRenderer::GetDefaultRenderer()->CreateBitmap(*bmp));
82 delete bmp;
85 return bmp;
  /external/webkit/WebCore/platform/graphics/win/
ImageWin.cpp 53 bool BitmapImage::getHBITMAP(HBITMAP bmp)
55 return getHBITMAPOfSize(bmp, 0);
ImageCGWin.cpp 62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
64 ASSERT(bmp);
67 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
ImageCairoWin.cpp 58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size)
60 ASSERT(bmp);
63 GetObject(bmp, sizeof(BITMAP), &bmpInfo);
  /external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 53 BITMAPINFO bmp = {0};
54 bmp.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
55 bmp.bmiHeader.biWidth = frame.right - frame.left;
56 bmp.bmiHeader.biHeight = -(frame.bottom - frame.top);
57 bmp.bmiHeader.biPlanes = 1;
58 bmp.bmiHeader.biBitCount = 32;
59 bmp.bmiHeader.biCompression = BI_RGB;
62 HBITMAP bitmap = CreateDIBSection(0, &bmp, DIB_RGB_COLORS, &bits, 0, 0);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 86 Bitmap bmp = BitmapFactory.decodeResource(mResources, R.drawable.ninepatch_0); local
89 new NinePatchDrawable(bmp, chunk, r, name);
91 new NinePatchDrawable(new NinePatch(bmp, chunk, name));
96 new NinePatchDrawable(bmp, chunk, r, name);
111 Bitmap bmp = Bitmap.createBitmap(9, 9, Config.ARGB_8888); local
112 Canvas c = new Canvas(bmp);
118 assertColorFillRect(bmp, 0, 0, 4, 4, Color.RED);
119 assertColorFillRect(bmp, 5, 0, 4, 4, Color.BLUE);
120 assertColorFillRect(bmp, 0, 5, 4, 4, ocean);
121 assertColorFillRect(bmp, 5, 5, 4, 4, Color.YELLOW)
264 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); local
280 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); local
296 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); local
312 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); local
    [all...]
TransitionDrawableTest.java 268 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) {
271 assertEquals(color, bmp.getPixel(i, j));
276 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) {
279 assertTrue(color != bmp.getPixel(i, j));
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 272 SkBitmap bmp; local
273 bmp.setConfig(SkBitmap::kARGB_8888_Config, width, height);
274 bmp.allocPixels();
275 SkCanvas canvas(bmp);
282 enc->encodeFile("/sdcard/webcore_test.png", bmp, 100);
  /external/webkit/WebCore/page/win/
FrameCGWin.cpp 62 BitmapInfo bmp = BitmapInfo::create(IntSize(w, h)); local
64 HBITMAP hbmp = CreateDIBSection(0, &bmp, DIB_RGB_COLORS, static_cast<void**>(&bits), 0, 0);
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 279 Bitmap bmp = null; local
282 bmp = BitmapFactory.decodeByteArray(data, 0, data.length);
298 if (bmp != null) {
299 site.setIcon(bmp);
429 Bitmap bmp = site.getIcon(); local
430 if (bmp == null) {
431 bmp = mDefaultIcon;
433 icon.setImageBitmap(bmp);
  /frameworks/base/libs/rs/
rsAllocation.h 36 Allocation(Context *rsc, const Type *, void *bmp, void *callbackData, RsBitmapCallback_t callback);
rsAllocation.cpp 36 Allocation::Allocation(Context *rsc, const Type *type, void *bmp,
42 mPtr = bmp;
516 void *bmp, void *callbackData, RsBitmapCallback_t callback)
519 Allocation * alloc = new Allocation(rsc, type, bmp, callbackData, callback);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 283 RefPtr<SharedBitmap> bmp = SharedBitmap::createInstance(alphaPaint == AlphaPaintNone, origRect.width(), origRect.height(), false); local
285 if (bmp) {
290 SharedBitmap::DCHolder dc(bmp.get());
293 if (bmp->is32bit() && (!m_bitmap || m_bitmap->is16bit())) {
295 unsigned* pixels = (unsigned*)bmp->bytes();
296 const unsigned* const pixelsEnd = pixels + bmp->bitmapInfo().numPixels();
302 return bmp;
308 memset(bmp->bytes(), 0xFF, bmp->bitmapInfo().numPixels() * 4);
309 return bmp;
1800 RefPtr<SharedBitmap> bmp = SharedBitmap::createInstance(true, boxWidthBest, boxHeightBest, true); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
sbitmap.h 113 /* Initialize the iterator I with sbitmap BMP and the initial index
117 sbitmap_iter_init (sbitmap_iterator *i, const_sbitmap bmp, unsigned int min)
121 i->size = bmp->size;
122 i->ptr = bmp->elms;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 113 /* Initialize the iterator I with sbitmap BMP and the initial index
117 sbitmap_iter_init (sbitmap_iterator *i, const_sbitmap bmp, unsigned int min)
121 i->size = bmp->size;
122 i->ptr = bmp->elms;
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 449 Bitmap bmp = BitmapFactory.decodeResource(res, bmpResId, opts);
451 if (bmp == null && isInEditMode()) {
458 bmp = Bitmap.createBitmap(w, h, Config.ARGB_8888);
459 Canvas c = new Canvas(bmp);
464 return bmp;
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 100 native int nAllocationCreateFromBitmap(int dstFmt, boolean genMips, Bitmap bmp);
101 native int nAllocationCreateBitmapRef(int type, Bitmap bmp);
102 native int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp);
  /cts/tools/signature-tools/
sig-check 98 javax.imageio.plugins.bmp \
sig-create 95 javax.imageio.plugins.bmp \
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 626 wxBitmap bmp; local
627 bmp.SetHBITMAP(bitmap);
630 bmp.UseAlpha();
632 m_data->context->DrawBitmap(bmp, dstRect.x(), dstRect.y(), supportAlphaBlend);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java     [all...]
  /external/webkit/
Android.mk 134 $(LOCAL_PATH)/WebCore/platform/image-decoders/bmp \
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 741 Bitmap bmp = app.iconBitmap;
742 final int w = bmp.getWidth();
743 final int h = bmp.getHeight();
749 mDragController.startDrag(bmp, screenX, screenY,
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 1079 BitmapInfo bmp = BitmapInfo::createBottomUp(frameRect().size()); local
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 218 bmp = img.getBitmap()
219 b = wx.StaticBitmap(self, -1, bmp)
220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))
    [all...]

Completed in 411 milliseconds

1 2