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

/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp207 int x_subpixel,
230 if (x_subpixel == 0) {
242 } else if (x_subpixel == 1) {
269 if (x_subpixel == 0) {
280 } else if (x_subpixel == 1) {
1043 int x_subpixel = static_cast<int>(glyph.m_fOrigin.x * 3) % 3; local
1058 bBGRStripe, x_subpixel, a, r, g, b);
198 DrawNormalTextHelper(CFX_DIBitmap* bitmap, const CFX_DIBitmap* pGlyph, int nrows, int left, int top, int start_col, int end_col, bool bNormal, bool bBGRStripe, int x_subpixel, int a, int r, int g, int b) argument

Completed in 91 milliseconds