Searched refs:subpixel (Results 1 – 10 of 10) sorted by relevance
52 RendererPreferencesSubpixelRenderingEnum subpixel) { in RendererPreferencesToSkiaLCDOrder() argument53 switch (subpixel) { in RendererPreferencesToSkiaLCDOrder()70 RendererPreferencesSubpixelRenderingEnum subpixel) { in RendererPreferencesToSkiaLCDOrientation() argument71 switch (subpixel) { in RendererPreferencesToSkiaLCDOrientation()
48 FontRenderParams::SubpixelRendering subpixel = params.subpixel_rendering; in GetCairoFontOptions() local51 } 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()
231 subpixel positioning. This is just an arbitrary pattern to use after232 turning subpixel positioning on globally to ensure that we don't have
204 * The image_data_is_opaque flag indicates whether subpixel antialiasing can206 * opaque, subpixel antialiasing is supported and you should set this to208 * partially transparent, then subpixel antialiasing is not possible and
208 * The image_data_is_opaque flag indicates whether subpixel antialiasing can210 * opaque, subpixel antialiasing is supported and you should set this to212 * partially transparent, then subpixel antialiasing is not possible and
132 * flag which when true, will use subpixel antialiasing if enabled in the
829 subpixel-antialiased
681 // No core animation -- text in CA layers is not subpixel antialiased :-/
654 // Don't use core animation -- text in CA layers is not subpixel antialiased
446 Bilinear subpixel optimizations for ssse3.