Searched refs:smoothing (Results 1 – 25 of 44) sorted by relevance
12
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFontDescription.h | 80 , smoothing(SmoothingAuto) in WebFontDescription() 92 Smoothing smoothing; member
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontDescription.cpp | 49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription() 67 desc.setFontSmoothing(static_cast<FontSmoothingMode>(smoothing)); in operator WebCore::FontDescription()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontDescription.h | 122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing() argument
|
/external/chromium/chrome/browser/printing/ |
D | printing_layout_uitest.cc | 123 UINT smoothing = 0; in IsClearTypeEnabled() local 124 if (SystemParametersInfo(SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing, 0) && in IsClearTypeEnabled() 125 smoothing == FE_FONTSMOOTHINGCLEARTYPE) in IsClearTypeEnabled()
|
/external/mesa3d/docs/OLD/ |
D | MESA_sprite_point.spec | 58 3. What about point smoothing? 60 When point smoothing is enabled, a triangle fan could be rendered
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | es-ES_zl0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | fr-FR_nk0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | en-US_lh0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | en-GB_kh0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | it-IT_cm0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_lfz.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
D | de-DE_gl0_kpdf_mgc.utf | 56 maxbigpow = 1 , uint8 ; !specification for maximum log fixed point base for smoothing
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
D | webkit | 55 -webkit-font-smoothing
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | WebLayer.mm | 69 …// Turn off font smoothing to improve the appearance of text rendered onto a transparent backgroun…
|
/external/jpeg/ |
D | usage.doc | 160 smoothing. 0 (the default) means no smoothing. 180 often useful when converting dithered images to JPEG: a moderate smoothing 182 in a smaller JPEG file and a better-looking image. Too large a smoothing
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyNames.in | 23 -webkit-font-smoothing
|
D | CSSValueKeywords.in | 730 # -webkit-font-smoothing
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.mm | 122 // turn off font smoothing so translucent text draws correctly (Radar 3118455)
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssproperties.in | 54 -webkit-font-smoothing
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 224 // turn off font smoothing so translucent text draws correctly (Radar 3118455)
|
12