Searched refs:bmHeight (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dcursor_unittest.cc60 int height = bitmap_info.bmHeight;
H A Dcursor.cc139 int height = bitmap_info.bmHeight;
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc1036 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)
1120 bmap.bmHeight);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp203 int bmHeight = bm->height(); local
211 if (top + copyHeight > bmHeight) {
212 copyHeight = bmHeight - top;
/external/skia/src/images/
H A DSkMovie_gif.cpp203 int bmHeight = bm->height(); local
211 if (top + copyHeight > bmHeight) {
212 copyHeight = bmHeight - top;
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_win.cc183 rect.set(0, 0, bitmap_data.bmWidth, bitmap_data.bmHeight);
H A Dvector_canvas_unittest.cc111 height_ = bitmap_data.bmHeight;
H A Dvector_platform_device_emf_win.cc84 if (width == bitmap_data.bmWidth && height == bitmap_data.bmHeight) {
/external/openssl/crypto/rand/
H A Drand_win.c772 size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp120 h = bmp.bmHeight;
H A Dfx_win32_dwrite.cpp441 bitmap.bmHeight,
H A Dfx_win32_device.cpp439 m_Height = abs(bitmap.bmHeight);
/external/chromium_org/ui/gfx/
H A Dicon_util.cc317 gfx::Size icon_size(bitmap_info.bmWidth, bitmap_info.bmHeight);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c444 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1722 milliseconds