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

  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 113 int bmHeight = options.outHeight;
116 while (bmWidth > maxWidth || bmHeight > maxHeight) {
119 bmHeight >>= 1;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 60 int height = bitmap_info.bmHeight;
cursor.cc 139 int height = bitmap_info.bmHeight;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1036 pbi.bmiHeader.biHeight = bmap.bmHeight;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1041 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1043 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
1068 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
1096 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1100 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1101 for (int i = 0; i < bmap.bmHeight; ++i)
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 203 int bmHeight = bm->height();
211 if (top + copyHeight > bmHeight) {
212 copyHeight = bmHeight - top;
  /external/skia/src/images/
SkMovie_gif.cpp 203 int bmHeight = bm->height();
211 if (top + copyHeight > bmHeight) {
212 copyHeight = bmHeight - top;
  /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 111 height_ = bitmap_data.bmHeight;
vector_platform_device_emf_win.cc 84 if (width == bitmap_data.bmWidth && height == bitmap_data.bmHeight) {
  /external/openssl/crypto/rand/
rand_win.c 772 size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 120 h = bmp.bmHeight;
fx_win32_dwrite.cpp 441 bitmap.bmHeight,
fx_win32_device.cpp 439 m_Height = abs(bitmap.bmHeight);
    [all...]
  /external/chromium_org/ui/gfx/
icon_util.cc 317 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /external/qemu/android/camera/
camera-capture-windows.c 444 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 512 LONG bmHeight;
wingdi.h 462 LONG bmHeight;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 464 *height = bm.bmHeight;
  /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 881 milliseconds