Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp211 int x_subpixel, in DrawNormalTextHelper() argument
230 if (x_subpixel == 0) { in DrawNormalTextHelper()
244 if (x_subpixel == 1) { in DrawNormalTextHelper()
272 if (x_subpixel == 0) { in DrawNormalTextHelper()
285 if (x_subpixel == 1) { in DrawNormalTextHelper()
1062 int x_subpixel = static_cast<int>(glyph.m_fOrigin.x * 3) % 3; in DrawNormalText() local
1077 bBGRStripe, x_subpixel, a, r, g, b); in DrawNormalText()