Home
last modified time | relevance | path

Searched refs:RENDER_COLOR_GRAY (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h39 #define RENDER_COLOR_GRAY 1 macro
/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp319 options.m_ColorMode = RENDER_COLOR_GRAY; in FPDF_FFLDraw()
368 options.m_ColorMode = RENDER_COLOR_GRAY; in FPDF_FFLDraw()
Dfpdfview.cpp932 pContext->m_pOptions->m_ColorMode = RENDER_COLOR_GRAY; in FPDF_RenderPage_Retail()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp909 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawShading()
1127 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawTilingPattern()
Dfpdf_render_image.cpp385 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in StartRenderDIBSource()