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

  /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/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/chromium_org/ui/gfx/
icon_util.cc 317 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
  /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 905 milliseconds