Searched refs:GetBackDrop (Results 1 – 9 of 9) sorted by relevance
55 RetainPtr<CFX_DIBitmap> IFX_RenderDeviceDriver::GetBackDrop() { in GetBackDrop() function in IFX_RenderDeviceDriver
66 virtual RetainPtr<CFX_DIBitmap> GetBackDrop();
151 RetainPtr<CFX_DIBitmap> GetBackDrop();
727 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBackDrop() { in GetBackDrop() function in CFX_RenderDevice728 return m_pDeviceDriver->GetBackDrop(); in GetBackDrop()
69 RetainPtr<CFX_DIBitmap> GetBackDrop() override;
1481 RetainPtr<CFX_DIBitmap> CFX_AggDeviceDriver::GetBackDrop() { in GetBackDrop() function in CFX_AggDeviceDriver
84 RetainPtr<CFX_DIBitmap> GetBackDrop() override;
2252 RetainPtr<CFX_DIBitmap> CFX_SkiaDeviceDriver::GetBackDrop() { in GetBackDrop() function in CFX_SkiaDeviceDriver
2502 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) { in CompositeDIBitmap()2503 pClone = m_pDevice->GetBackDrop()->Clone(&rect); in CompositeDIBitmap()2522 if (m_pDevice->GetBackDrop()) { in CompositeDIBitmap()