Home
last modified time | relevance | path

Searched refs:m_DitherBits (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h144 int m_DitherBits; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp170 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()
Drender_int.h260 int m_DitherBits; variable
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp200 m_DitherBits = dither_bits; in CFX_AggDeviceDriver()
263 return m_DitherBits; in GetDeviceCaps()