Home
last modified time | relevance | path

Searched refs:GetDIBits (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp141 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromFile()
174 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadDIBitmap()
194 GetDIBits(hDC, hBitmap, 0, 0, NULL, (BITMAPINFO*)&bmih, DIB_RGB_COLORS); in LoadFromDDB()
223 ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromDDB()
242 ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromDDB()
Dfx_win32_device.cpp1045 FX_BOOL CGdiDisplayDriver::GetDIBits(CFX_DIBitmap* pBitmap, in GetDIBits() function in CGdiDisplayDriver
1070 ret = ::GetDIBits(hDCMemory, hbmp, 0, height, pBitmap->GetBuffer(), &bmi, in GetDIBits()
1076 ::GetDIBits(hDCMemory, hbmp, 0, height, bitmap.GetBuffer(), &bmi, in GetDIBits()
1109 !GetDIBits(&background, left, top, NULL) || in SetDIBits()
1129 !GetDIBits(&bitmap, left, top, NULL) || in SetDIBits()
1212 !GetDIBits(&background, image_rect.left + clip_rect.left, in StretchDIBits()
Dwin32_int.h188 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp254 if (!m_pDeviceDriver->GetDIBits(&bitmap, rect.left, rect.top, NULL)) { in DrawPath()
308 if (!m_pDeviceDriver->GetDIBits(&bitmap, pRect->left, pRect->top)) { in FillRect()
346 FX_BOOL CFX_RenderDevice::GetDIBits(CFX_DIBitmap* pBitmap, in GetDIBits() function in CFX_RenderDevice
353 return m_pDeviceDriver->GetDIBits(pBitmap, left, top, pIccTransform); in GetDIBits()
394 if (!m_pDeviceDriver->GetDIBits(&background, dest_rect.left, in SetDIBits()
Dfx_ge_text.cpp364 if (!GetDIBits(&bitmap, bmp_rect.left, bmp_rect.top)) { in DrawNormalText()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor.cc152 if (!GetDIBits(dc, in CreateMouseCursorFromHCursor()
172 if (!GetDIBits(dc, in CreateMouseCursorFromHCursor()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h76 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
Dfx_skia_device.cpp532 FX_BOOL CFX_SkiaDeviceDriver::GetDIBits(CFX_DIBitmap* pBitmap, in GetDIBits() function in CFX_SkiaDeviceDriver
537 return m_pAggDriver->GetDIBits(pBitmap, left, top, pIccTransform, bDEdge); in GetDIBits()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h79 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
/external/pdfium/core/include/fxge/
Dfx_ge.h325 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
546 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
/external/pdfium/core/src/fxge/apple/
Dapple_int.h125 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
Dfx_quartz_device.cpp453 FX_BOOL CFX_QuartzDeviceDriver::GetDIBits(CFX_DIBitmap* bitmap, in GetDIBits() function in CFX_QuartzDeviceDriver
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp594 result = graphics->_renderDevice->GetDIBits(&bmp, (int32_t)srcLeft, in Transfer()
806 _renderDevice->GetDIBits(&bmp, 0, 0); in RenderDeviceDrawImage()
905 _renderDevice->GetDIBits(&bmp, 0, 0); in FillPathWithPattern()
967 _renderDevice->GetDIBits(&bmp, 0, 0); in FillPathWithShading()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp349 …TCU_CHECK(GetDIBits(screenDC, tmpBitmap, 0, height, dst->getAccess().getDataPtr(), (BITMAPINFO*)&b… in readScreenPixels()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap, in wglUseFontBitmaps_FX()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp820 m_pDevice->GetDIBits(oriDevice.get(), rect.left, rect.top); in ProcessTransparency()
915 m_pDevice->GetDIBits(pBackdrop.get(), left, top); in GetBackdrop()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi, in SetBitmap()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1622 FX_BOOL CFX_AggDeviceDriver::GetDIBits(CFX_DIBitmap* pBitmap, in GetDIBits() function in CFX_AggDeviceDriver