HomeSort by relevance Sort by last modified time
    Searched refs:bmWidth (Results 1 - 20 of 20) sorted by null

  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 112 int bmWidth = options.outWidth;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
118 bmWidth >>= 1;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 59 int width = bitmap_info.bmWidth;
cursor.cc 138 int width = bitmap_info.bmWidth;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1035 pbi.bmiHeader.biWidth = bmap.bmWidth;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1041 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1068 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
1092 int pitch = bmap.bmWidth * 4;
1096 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1100 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1103 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4);
1104 srcTmp -= bmap.bmWidth * 4;
1119 SetTransparentColor(_pTextureLogo, ddColorKey, bmap.bmWidth
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 202 int bmWidth = bm->width();
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
217 dst += bmWidth;
  /external/skia/src/images/
SkMovie_gif.cpp 202 int bmWidth = bm->width();
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
217 dst += bmWidth;
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 183 rect.set(0, 0, bitmap_data.bmWidth, bitmap_data.bmHeight);
vector_canvas_unittest.cc 110 width_ = bitmap_data.bmWidth;
vector_platform_device_emf_win.cc 84 if (width == bitmap_data.bmWidth && height == bitmap_data.bmHeight) {
  /external/qemu/android/camera/
camera-capture-windows.c 443 if (wcd->frame_bitmap->bmiHeader.biWidth != bitmap.bmWidth ||
464 wcd->gdi_bitmap->bmiHeader.biSizeImage = bitmap.bmWidthBytes * bitmap.bmWidth;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 119 w = bmp.bmWidth;
fx_win32_dwrite.cpp 440 bitmap.bmWidth,
fx_win32_device.cpp 438 m_Width = bitmap.bmWidth;
    [all...]
  /external/chromium_org/ui/gfx/
icon_util.cc 317 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 511 LONG bmWidth;
wingdi.h 461 LONG bmWidth;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 463 *width = bm.bmWidth;
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 448 milliseconds