HomeSort by relevance Sort by last modified time
    Searched refs:subpixel (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/
render_view_linux.cc 52 RendererPreferencesSubpixelRenderingEnum subpixel) {
53 switch (subpixel) {
70 RendererPreferencesSubpixelRenderingEnum subpixel) {
71 switch (subpixel) {
  /external/chromium_org/ui/gfx/
pango_util.cc 48 FontRenderParams::SubpixelRendering subpixel = params.subpixel_rendering; local
51 } else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_NONE) {
57 if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_RGB)
59 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_BGR)
61 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VRGB)
63 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VBGR)
66 NOTREACHED() << "Unhandled subpixel rendering type " << subpixel;
148 // If we got an explicit request to turn off subpixel rendering, disable it on
  /external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
fonts.conf 231 subpixel positioning. This is just an arbitrary pattern to use after
232 turning subpixel positioning on globally to ensure that we don't have

Completed in 34 milliseconds