Searched refs:bmHeight (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 1025 pbi.bmiHeader.biHeight = bmap.bmHeight; 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() 1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi, in SetBitmap() 1057 ret = _pd3dDevice->CreateTexture(bmap.bmWidth, bmap.bmHeight, 1, 0, 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() 1090 for (int i = 0; i < bmap.bmHeight; ++i) in SetBitmap() 1109 bmap.bmHeight); in SetBitmap()
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 209 int bmHeight = bm->height(); in fillRect() local 217 if (top + copyHeight > bmHeight) { in fillRect() 218 copyHeight = bmHeight - top; in fillRect()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor_unittest.cc | 60 int height = bitmap_info.bmHeight; in ConvertToMouseShapeAndCompare()
|
D | cursor.cc | 137 int height = bitmap_info.bmHeight; in CreateMouseCursorFromHCursor()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 115 h = bmp.bmHeight; in GetBitmapSize()
|
D | fx_win32_dwrite.cpp | 393 dib.Create(bitmap.bmWidth, bitmap.bmHeight, in DrawGlyphRun()
|
D | fx_win32_device.cpp | 487 m_Height = abs(bitmap.bmHeight); in CGdiDeviceDriver()
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 1039 size->cy = abs(bmp.bmHeight); in icvGetBitmapData()
|