Searched refs:bmWidth (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 1024 pbi.bmiHeader.biWidth = bmap.bmWidth; in SetBitmap() 1029 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3; in SetBitmap() 1030 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4]; in SetBitmap() 1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0, in SetBitmap() 1081 int pitch = bmap.bmWidth * 4; in SetBitmap() 1085 ConvertRGB24ToARGB(srcPtr, dstPtr, bmap.bmWidth, bmap.bmHeight, 0); in SetBitmap() 1089 unsigned char* srcTmp = srcPtr + (bmap.bmWidth * 4) * (bmap.bmHeight - 1); in SetBitmap() 1092 memcpy(dstPtr, srcTmp, bmap.bmWidth * 4); in SetBitmap() 1093 srcTmp -= bmap.bmWidth * 4; in SetBitmap() 1108 SetTransparentColor(_pTextureLogo, ddColorKey, bmap.bmWidth, in SetBitmap()
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 208 int bmWidth = bm->width(); in fillRect() local 212 if (left + copyWidth > bmWidth) { in fillRect() 213 copyWidth = bmWidth - left; in fillRect() 223 dst += bmWidth; in fillRect()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor_unittest.cc | 59 int width = bitmap_info.bmWidth; in ConvertToMouseShapeAndCompare()
|
D | cursor.cc | 136 int width = bitmap_info.bmWidth; in CreateMouseCursorFromHCursor()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 114 w = bmp.bmWidth; in GetBitmapSize()
|
D | fx_win32_dwrite.cpp | 393 dib.Create(bitmap.bmWidth, bitmap.bmHeight, in DrawGlyphRun()
|
D | fx_win32_device.cpp | 486 m_Width = bitmap.bmWidth; in CGdiDeviceDriver()
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 1038 size->cx = abs(bmp.bmWidth); in icvGetBitmapData()
|