Searched refs:FXRC_GET_BITS (Results 1 – 9 of 9) sorted by relevance
28 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) in Initialize()
59 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()
1541 if (!isolated && (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()1646 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()2450 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
30 #define FXRC_GET_BITS 0x01 macro
598 if (!(m_RenderCaps & FXRC_GET_BITS)) in DrawFillStrokePath()662 if (!(m_RenderCaps & FXRC_GET_BITS)) in FillRectWithBlend()702 if (!(m_RenderCaps & FXRC_GET_BITS)) in GetDIBits()734 if (!(m_RenderCaps & FXRC_GET_BITS)) in SetDIBitsWithBlend()
653 !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in StartDIBSource()779 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
753 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
1319 return FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()1335 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
483 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()