Home
last modified time | relevance | path

Searched refs:LCD (Results 1 – 9 of 9) sorted by relevance

/external/skia/resources/
Dslides_content2.lua41 - Push LCD decision-making out of Blink
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface111 (CRT vs LCD, etc) or other factors.
140 For example, LCD panels have a native resolution and refresh rate
193 12. How should sub-pixel LCD color information be made available?
341 screen (ex. for particular LCD resolutions)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
Dmodules.cfg196 # Support for LCD color filtering of subpixel bitmaps.
DChangeLog.221407 algorithm for gray-level and LCD rendering). It is disabled by
1416 FT_RENDER_MODE_NORMAL if an LCD mode is selected.
2264 computation of the `vertical' flag, causing ugly things in LCD mode
DChangeLog.236664 GASP support and LCD filtering sections.
7004 when building the library to change the default LCD filter to be
7011 * src/smooth/ftsmooth.c: API change for the LCD
7039 improve the handling of serif fonts and of LCD/LCD_V hinting modes.
7294 we want to compile LCD-optimized rendering code (à la ClearType) or
7299 LCD-specific rendering when FT_CONFIG_OPTION_SUBPIXEL_RENDERING
DChangeLog46 Change default LCD filter to be normalized and color-balanced.
2104 Handle bits for vertical LCD subpixels (8/15) and Gray ClearType
DChangeLog.216250 THIS IMPROVES ANTI-ALIASED RENDERING, BUT MONOCHROME AND LCD MODES
7001 * include/freetype/config/ftmodule.h: Add two renderers for LCD.
7122 for LCD-optimized rendering though the new constants/enums:
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DCHANGES30 - The default LCD filter has been changed to be normalized and
51 use key `l' to cycle through the LCD modes.
671 - It is now possible to directly select the LCD rendering mode
673 through LCD modes has been changed from `K' and `L' to `k' and
674 `l', and toggling custom LCD filtering is no longer mapped to
802 - Better rendering and LCD mode cycling added to `ftview'.
1022 - Support for LCD filter control has been added to the demo
1573 - LCD-optimized rendering is now *disabled* in all default builds
1585 the library still generates LCD decimated bitmaps, but with the
2489 BGR sub-pixel displays (like LCD
[all …]
/external/clang/lib/Sema/
DSemaDecl.cpp10783 const LambdaCaptureDefault LCD = LambdaClass->getLambdaCaptureDefault(); in RebuildLambdaScopeInfo() local
10785 if (LCD == LCD_None) in RebuildLambdaScopeInfo()
10787 else if (LCD == LCD_ByCopy) in RebuildLambdaScopeInfo()
10789 else if (LCD == LCD_ByRef) in RebuildLambdaScopeInfo()