Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp229 int x_subpixel, in DrawNormalTextHelper() argument
248 if (x_subpixel == 0) { in DrawNormalTextHelper()
262 if (x_subpixel == 1) { in DrawNormalTextHelper()
290 if (x_subpixel == 0) { in DrawNormalTextHelper()
303 if (x_subpixel == 1) { in DrawNormalTextHelper()
1022 int x_subpixel = static_cast<int>(glyph.m_fOrigin.x * 3) % 3; in DrawNormalText() local
1034 end_col, bNormal, bBGRStripe, x_subpixel, a, r, g, b); in DrawNormalText()