HomeSort by relevance Sort by last modified time
    Searched full:subpixel (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/gfx/
font_render_params_linux.h 24 // Different subpixel orders to be used for subpixel rendering.
37 // Should subpixel positioning (i.e. fractional X positions for glyphs) be
51 // Whether subpixel rendering should be used or not, and if so, the display's
52 // subpixel order.
62 // Returns the system's default parameters for WebKit subpixel positioning.
63 // Subpixel positioning is special since neither GTK nor FontConfig currently
switches.cc 13 "enable-browser-text-subpixel-positioning";
18 "enable-webkit-text-subpixel-positioning";
font_render_params_android.cc 18 // Use subpixel text positioning to keep consistent character spacing when
pango_util.cc 55 FontRenderParams::SubpixelRendering subpixel = params.subpixel_rendering; local
58 } else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_NONE) {
64 if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_RGB)
66 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_BGR)
68 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VRGB)
70 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VBGR)
73 NOTREACHED() << "Unhandled subpixel rendering type " << subpixel;
189 // If we got an explicit request to turn off subpixel rendering, disable it on
font_render_params_linux.cc 89 // Fetch default subpixel rendering settings from FontConfig.
121 // To enable subpixel positioning, we need to disable hinting.
  /external/freetype/include/freetype/
ftttdrv.h 65 * interpreter with and without subpixel hinting support,
66 * respectively. The default is subpixel support if
67 * TT_CONFIG_OPTION_SUBPIXEL_HINTING is defined, and no subpixel
70 * If subpixel hinting is on, many TrueType bytecode instructions
73 * then sampling down the created output to subpixel precision.
78 * Details on subpixel hinting and some of the necessary tweaks can be
82 * The following example code demonstrates how to activate subpixel
130 * get rasterized! In particular, it does not control subpixel color
ftlcdfil.h 5 /* FreeType API for color filtering of subpixel bitmap glyphs */
107 * Do not perform filtering. When used with subpixel rendering, this
173 * Due to *PATENTS* covering subpixel rendering, this function doesn't
227 * Due to *PATENTS* covering subpixel rendering, this function doesn't
  /external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h 16 vertically. When rendering subpixel glyphs we need to know which way
34 /** LCD color elements can vary in order. For subpixel text we need to know
41 kNONE_LCDOrder means that the subpixel elements are not spatially
SkDeviceProperties.h 33 /** The layout of the pixel specifies its subpixel geometry.
35 * kUnknown_Layout means that the subpixel elements are not spatially
  /external/skia/include/core/
SkFontLCDConfig.h 16 vertically. When rendering subpixel glyphs we need to know which way
34 /** LCD color elements can vary in order. For subpixel text we need to know
41 kNONE_LCDOrder means that the subpixel elements are not spatially
SkDeviceProperties.h 33 /** The layout of the pixel specifies its subpixel geometry.
35 * kUnknown_Layout means that the subpixel elements are not spatially