Home
last modified time | relevance | path

Searched refs:bmHeight (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1025 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/
DSkMovie_gif.cpp209 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/
Dcursor_unittest.cc60 int height = bitmap_info.bmHeight; in ConvertToMouseShapeAndCompare()
Dcursor.cc137 int height = bitmap_info.bmHeight; in CreateMouseCursorFromHCursor()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp115 h = bmp.bmHeight; in GetBitmapSize()
Dfx_win32_dwrite.cpp393 dib.Create(bitmap.bmWidth, bitmap.bmHeight, in DrawGlyphRun()
Dfx_win32_device.cpp487 m_Height = abs(bitmap.bmHeight); in CGdiDeviceDriver()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1039 size->cy = abs(bmp.bmHeight); in icvGetBitmapData()