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

/external/chromium_org/ui/gfx/
H A Dpango_util.cc41 FontRenderParams::SubpixelRendering subpixel = params.subpixel_rendering; local
44 } else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_NONE) {
50 if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_RGB)
52 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_BGR)
54 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VRGB)
56 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VBGR)
59 NOTREACHED() << "Unhandled subpixel rendering type " << subpixel;
120 // If we got an explicit request to turn off subpixel rendering, disable it.
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf231 subpixel positioning. This is just an arbitrary pattern to use after
232 turning subpixel positioning on globally to ensure that we don't have
/external/freetype/src/truetype/
H A Dttgload.c1346 * For simplicity, FreeType uses (1) for grayscale subpixel hinting and
1355 FT_Bool subpixel_ = loader->exec ? loader->exec->subpixel \
2109 FT_Bool subpixel = FALSE; local
2146 subpixel = FT_BOOL( ( FT_LOAD_TARGET_MODE( load_flags ) !=
2150 if ( subpixel )
2155 subpixel = FALSE;
2161 subpixel = FALSE;
2163 exec->ignore_x_mode = subpixel || grayscale;
2204 /* a change from mono to subpixel rendering (and vice versa) */
2206 if ( subpixel !
[all...]
H A Dttinterp.h114 /* These structures define rules used to tweak subpixel hinting for */
264 TT_Round_Func func_round_sphn; /* subpixel rounding function */
266 FT_Bool subpixel; /* Using subpixel hinting? */ member in struct:TT_ExecContextRec_
268 /* subpixel hinting. On if gray */
269 /* or subpixel hinting is on. */
276 FT_Bool subpixel_positioned; /* subpixel positioned */
H A Dttinterp.c3284 /* subpixel hinting - avoid Typeman Dstroke and */ \
6323 /* subpixel hinting - make MSIRP respect CVT cut-in; */
7586 * - glyph is composite and freedom vector is not subpixel
7594 /* Otherwise apply subpixel hinting and */
7834 if ( ( args[0] & 64 ) != 0 && CUR.subpixel )
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h242 __u32 subpixel; member in struct:drm_mode_get_connector
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js570 "sub", "subpixel-antialiased", "super", "sw-resize", "table",
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp482 SkOSMenu::TriState subpixel, int hinting, int filterlevel)
485 , fSubpixelState(subpixel)
481 FlagsDrawFilter(SkOSMenu::TriState lcd, SkOSMenu::TriState aa, SkOSMenu::TriState subpixel, int hinting, int filterlevel) argument
/external/skia/samplecode/
H A DSampleApp.cpp484 SkOSMenu::TriState subpixel, int hinting, int filterlevel)
487 , fSubpixelState(subpixel)
483 FlagsDrawFilter(SkOSMenu::TriState lcd, SkOSMenu::TriState aa, SkOSMenu::TriState subpixel, int hinting, int filterlevel) argument

Completed in 276 milliseconds