Searched refs:m_DitherBits (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h116 int m_DitherBits; member in class:CFX_AggDeviceDriver
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp200 m_DitherBits = 0;
228 m_DitherBits = pDevice->GetDeviceCaps(FXDC_DITHER_BITS);
331 if (m_DitherBits) {
355 if (m_DitherBits) {
404 if (m_DitherBits == 2) {
407 } else if (m_DitherBits == 3) {
410 } else if (m_DitherBits == 4) {
H A Drender_int.h170 int m_DitherBits; member in class:CPDF_RenderStatus
H A Dfpdf_render_pattern.cpp853 if (m_DitherBits) {
1089 if (bPattern && m_DitherBits) {
H A Dfpdf_render_image.cpp21 if (m_DitherBits) {
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp524 switch(m_DitherBits) {
590 m_DitherBits = DitherBits;
H A Dreflowedpage.h257 int m_DitherBits; member in class:CPDF_ProgressiveReflowPageRender
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp195 m_DitherBits = dither_bits;
262 return m_DitherBits;

Completed in 132 milliseconds