Searched refs:FXRC_GET_BITS (Results 1 – 7 of 7) sorted by relevance
220 if (!(m_RenderCaps & FXRC_GET_BITS)) { in DrawPath()278 if (!(m_RenderCaps & FXRC_GET_BITS)) { in FillRect()313 if (!(m_RenderCaps & FXRC_GET_BITS)) { in GetDIBits()342 if (!(m_RenderCaps & FXRC_GET_BITS)) { in SetDIBits()
802 if (!isolated && (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()898 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()1323 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()1353 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in Initialize()
52 & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
185 _renderCaps |= FXRC_GET_BITS; in CFX_QuartzDeviceDriver()510 if (!(_renderCaps | FXRC_GET_BITS)) { in GetDIBits()
267 #define FXRC_GET_BITS 0x01 macro
440 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
246 … int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | FXRC_BLEND_MODE | FXRC_SOFT_CLIP; in GetDeviceCaps()