Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1024 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/
DSkMovie_gif.cpp208 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/
Dcursor_unittest.cc59 int width = bitmap_info.bmWidth; in ConvertToMouseShapeAndCompare()
Dcursor.cc136 int width = bitmap_info.bmWidth; in CreateMouseCursorFromHCursor()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp114 w = bmp.bmWidth; in GetBitmapSize()
Dfx_win32_dwrite.cpp393 dib.Create(bitmap.bmWidth, bitmap.bmHeight, in DrawGlyphRun()
Dfx_win32_device.cpp486 m_Width = bitmap.bmWidth; in CGdiDeviceDriver()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp1038 size->cx = abs(bmp.bmWidth); in icvGetBitmapData()