Searched refs:m_DitherBits (Results 1 – 4 of 4) sorted by relevance
144 int m_DitherBits; variable
170 m_DitherBits(0), in CPDF_RenderStatus()199 m_DitherBits = pDevice->GetDeviceCaps(FXDC_DITHER_BITS); in Initialize()368 if (m_DitherBits == 2) { in DitherObjectArea()371 } else if (m_DitherBits == 3) { in DitherObjectArea()374 } else if (m_DitherBits == 4) { in DitherObjectArea()
260 int m_DitherBits; variable
200 m_DitherBits = dither_bits; in CFX_AggDeviceDriver()263 return m_DitherBits; in GetDeviceCaps()