Home
last modified time | relevance | path

Searched refs:bBGRStripe (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h26 bool bBGRStripe = false; member
Dcpdf_textrenderer.cpp126 if (options.GetOptions().bBGRStripe) in DrawNormalText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp228 bool bBGRStripe, in DrawNormalTextHelper() argument
247 if (bBGRStripe) { in DrawNormalTextHelper()
1020 bool bBGRStripe = !!(text_flags & FXTEXT_BGR_STRIPE); in DrawNormalText() local
1034 end_col, bNormal, bBGRStripe, x_subpixel, a, r, g, b); in DrawNormalText()