/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 141 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()
|
D | fx_win32_device.cpp | 1045 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()
|
D | win32_int.h | 188 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 254 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()
|
D | fx_ge_text.cpp | 364 if (!GetDIBits(&bitmap, bmp_rect.left, bmp_rect.top)) { in DrawNormalText()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor.cc | 152 if (!GetDIBits(dc, in CreateMouseCursorFromHCursor() 172 if (!GetDIBits(dc, in CreateMouseCursorFromHCursor()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 76 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
|
D | fx_skia_device.cpp | 532 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/ |
D | fx_agg_driver.h | 79 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 325 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap, 546 virtual FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 125 FX_BOOL GetDIBits(CFX_DIBitmap* pBitmap,
|
D | fx_quartz_device.cpp | 453 FX_BOOL CFX_QuartzDeviceDriver::GetDIBits(CFX_DIBitmap* bitmap, in GetDIBits() function in CFX_QuartzDeviceDriver
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 594 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 349 …TCU_CHECK(GetDIBits(screenDC, tmpBitmap, 0, height, dst->getAccess().getDataPtr(), (BITMAPINFO*)&b… in readScreenPixels()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap, in wglUseFontBitmaps_FX()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 820 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/ |
D | video_render_direct3d9.cc | 1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi, in SetBitmap()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1622 FX_BOOL CFX_AggDeviceDriver::GetDIBits(CFX_DIBitmap* pBitmap, in GetDIBits() function in CFX_AggDeviceDriver
|