/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/webrtc/webrtc/modules/desktop_capture/win/ |
cursor_unittest.cc | 59 int width = bitmap_info.bmWidth;
|
cursor.cc | 136 int width = bitmap_info.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/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/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...] |
/external/pdfium/core/src/fxge/ge/ |
fx_ge_text.cpp | 1594 int bmwidth = FXFT_Get_Bitmap_Width(FXFT_Get_Glyph_Bitmap(m_Face)); local [all...] |
/external/ImageMagick/coders/ |
clipboard.c | 172 image->columns=bitmap.bmWidth;
|
/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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 33 # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 1038 size->cx = abs(bmp.bmWidth); [all...] |