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

  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 59 int width = bitmap_info.bmWidth;
cursor.cc 136 int width = bitmap_info.bmWidth;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1024 pbi.bmiHeader.biWidth = bmap.bmWidth;
1029 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1030 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4];
1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0,
1081 int pitch = bmap.bmWidth * 4;
1085 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0);
1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1);
1092 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4);
1093 srcTmp -= bmap.bmWidth * 4;
1108 SetTransparentColor(_pTextureLogo, ddColorKey, bmap.bmWidth,
    [all...]
  /external/ImageMagick/MagickCore/
nt-feature.c 169 bitmap.bmWidth = (LONG) page.width;
171 bitmap.bmWidthBytes = bitmap.bmWidth * 4;
609 bitmap.bmWidth=(LONG) image->columns;
611 bitmap.bmWidthBytes=4*bitmap.bmWidth;
  /external/skia/src/images/
SkMovie_gif.cpp 208 int bmWidth = bm->width();
212 if (left + copyWidth > bmWidth) {
213 copyWidth = bmWidth - left;
223 dst += bmWidth;
  /external/ImageMagick/coders/
clipboard.c 172 image->columns=bitmap.bmWidth;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 114 w = bmp.bmWidth;
fx_win32_dwrite.cpp 393 dib.Create(bitmap.bmWidth, bitmap.bmHeight,
fx_win32_device.cpp 486 m_Width = bitmap.bmWidth;
    [all...]
  /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...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 1038 size->cx = abs(bmp.bmWidth);
    [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 170 milliseconds