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.cpp205 options.m_ColorMode = RENDER_COLOR_GRAY; in FPDF_FFLDraw()
Dfpdfview.cpp802 pContext->m_pOptions->m_ColorMode = RENDER_COLOR_GRAY; in FPDF_RenderPage_Retail()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp806 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawShading()
1009 if (m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in DrawTilingPattern()
Dfpdf_render_image.cpp421 } else if (m_pRenderStatus->m_Options.m_ColorMode == RENDER_COLOR_GRAY) { in StartRenderDIBSource()