Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_view_linux.cc52 RendererPreferencesSubpixelRenderingEnum subpixel) { in RendererPreferencesToSkiaLCDOrder() argument
53 switch (subpixel) { in RendererPreferencesToSkiaLCDOrder()
70 RendererPreferencesSubpixelRenderingEnum subpixel) { in RendererPreferencesToSkiaLCDOrientation() argument
71 switch (subpixel) { in RendererPreferencesToSkiaLCDOrientation()
/external/chromium_org/ui/gfx/
Dpango_util.cc48 FontRenderParams::SubpixelRendering subpixel = params.subpixel_rendering; in GetCairoFontOptions() local
51 } else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_NONE) { in GetCairoFontOptions()
57 if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_RGB) in GetCairoFontOptions()
59 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_BGR) in GetCairoFontOptions()
61 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VRGB) in GetCairoFontOptions()
63 else if (subpixel == FontRenderParams::SUBPIXEL_RENDERING_VBGR) in GetCairoFontOptions()
66 NOTREACHED() << "Unhandled subpixel rendering type " << subpixel; in GetCairoFontOptions()
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
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/chromium_org/ppapi/api/trusted/
Dppb_browser_font_trusted.idl204 * The image_data_is_opaque flag indicates whether subpixel antialiasing can
206 * opaque, subpixel antialiasing is supported and you should set this to
208 * partially transparent, then subpixel antialiasing is not possible and
/external/chromium_org/ppapi/api/dev/
Dppb_font_dev.idl208 * The image_data_is_opaque flag indicates whether subpixel antialiasing can
210 * opaque, subpixel antialiasing is supported and you should set this to
212 * partially transparent, then subpixel antialiasing is not possible and
/external/chromium_org/ppapi/api/private/
Dppb_flash.idl132 * flag which when true, will use subpixel antialiasing if enabled in the
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueKeywords.in829 subpixel-antialiased
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm681 // No core animation -- text in CA layers is not subpixel antialiased :-/
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm654 // Don't use core animation -- text in CA layers is not subpixel antialiased
/external/libvpx/libvpx/
DCHANGELOG446 Bilinear subpixel optimizations for ssse3.