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

  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 60 int height = bitmap_info.bmHeight;
cursor.cc 137 int height = bitmap_info.bmHeight;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1025 pbi.bmiHeader.biHeight = bmap.bmHeight;
1029 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1030 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
1085 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1090 for (int i = 0; i < bmap.bmHeight; ++i)
1109 bmap.bmHeight);
    [all...]
  /external/ImageMagick/MagickCore/
nt-feature.c 170 bitmap.bmHeight = (LONG) page.height;
610 bitmap.bmHeight=(LONG) image->rows;
615 length=bitmap.bmWidthBytes*bitmap.bmHeight;
  /external/skia/src/images/
SkMovie_gif.cpp 209 int bmHeight = bm->height();
217 if (top + copyHeight > bmHeight) {
218 copyHeight = bmHeight - top;
  /external/ImageMagick/coders/
clipboard.c 173 image->rows=bitmap.bmHeight;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 115 h = bmp.bmHeight;
fx_win32_dwrite.cpp 393 dib.Create(bitmap.bmWidth, bitmap.bmHeight,
fx_win32_device.cpp 487 m_Height = abs(bitmap.bmHeight);
    [all...]
  /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...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 1039 size->cy = abs(bmp.bmHeight);
    [all...]
  /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 950 milliseconds