Searched refs:FXRC_GET_BITS (Results 1 – 9 of 9) sorted by relevance
44 !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in Start()135 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)); in CompositeDIBitmap()
28 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) in Initialize()
57 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()
1575 if (!isolated && (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()1683 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()2490 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
33 #define FXRC_GET_BITS 0x01 macro
625 if (!(m_RenderCaps & FXRC_GET_BITS)) in DrawFillStrokePath()683 if (!(m_RenderCaps & FXRC_GET_BITS)) in FillRectWithBlend()723 return (m_RenderCaps & FXRC_GET_BITS) && in GetDIBits()759 if (!(m_RenderCaps & FXRC_GET_BITS)) in SetDIBitsWithBlend()
1688 return FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()1704 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
747 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
1159 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()