Searched defs:hinting (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/
H A Drenderer_preferences_util.cc38 gfx::FontRenderParams::Hinting hinting) {
39 switch (hinting) {
49 NOTREACHED() << "Unhandled hinting style " << hinting;
166 prefs->hinting = GetRendererPreferencesHintingEnum(params.hinting);
37 GetRendererPreferencesHintingEnum( gfx::FontRenderParams::Hinting hinting) argument
/external/chromium_org/third_party/WebKit/Source/web/linux/
H A DWebFontRendering.cpp47 void WebFontRendering::setHinting(SkPaint::Hinting hinting) argument
49 FontPlatformData::setHinting(hinting);
/external/chromium_org/ui/gfx/
H A Dfont_render_params_linux.h16 // Level of hinting to be applied.
42 // interpreter, which uses fonts' own hinting instructions)?
49 Hinting hinting; member in struct:gfx::FontRenderParams
/external/chromium_org/content/public/common/
H A Drenderer_preferences.h60 // The level of hinting to use when rendering text.
62 RendererPreferencesHintingEnum hinting; member in struct:content::RendererPreferences
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontPlatformDataHarfBuzz.cpp55 void FontPlatformData::setHinting(SkPaint::Hinting hinting) argument
57 skiaHinting = hinting;
/external/skia/tests/
H A DFontHostTest.cpp250 SkPaint::Hinting hinting; member in struct:__anon26516
283 paint.setHinting(settings[j].hinting);
293 // For no hinting and light hinting this should take the
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h340 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { argument
342 (hinting << SkScalerContext::kHinting_Shift);
H A DSkPaint.cpp1504 // if linear-text is on, then we force hinting to be off (since that's sort of
2049 // now flags:16, hinting:4, textAlign:4, flatFlags:8
2051 // hinting added later. 0 in this nibble means use the default.
2120 // now flags:16, hinting:4, textAlign:4, flatFlags:8
2124 // hinting added later. 0 in this nibble means use the default.
2125 uint32_t hinting = (tmp >> 12) & 0xF; local
2126 this->setHinting(0 == hinting ? kNormal_Hinting : static_cast<Hinting>(hinting-1));
2141 // Skip the hinting scalar factor, which is not supported.
/external/skia/src/core/
H A DSkScalerContext.h340 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { argument
342 (hinting << SkScalerContext::kHinting_Shift);
H A DSkPaint.cpp1504 // if linear-text is on, then we force hinting to be off (since that's sort of
2060 // now flags:16, hinting:4, textAlign:4, flatFlags:8
2062 // hinting added later. 0 in this nibble means use the default.
2131 // now flags:16, hinting:4, textAlign:4, flatFlags:8
2135 // hinting added later. 0 in this nibble means use the default.
2136 uint32_t hinting = (tmp >> 12) & 0xF; local
2137 this->setHinting(0 == hinting ? kNormal_Hinting : static_cast<Hinting>(hinting-1));
2152 // Skip the hinting scalar factor, which is not supported.
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.cc692 gint hinting = 0; local
699 "gtk-xft-hinting", &hinting, local
706 prefs->hinting = RENDERER_PREFERENCES_HINTING_SYSTEM_DEFAULT;
725 if (hinting == 0 || strcmp(hint_style, "hintnone") == 0) {
726 prefs->hinting = RENDERER_PREFERENCES_HINTING_NONE;
728 prefs->hinting = RENDERER_PREFERENCES_HINTING_SLIGHT;
730 prefs->hinting = RENDERER_PREFERENCES_HINTING_MEDIUM;
732 prefs->hinting = RENDERER_PREFERENCES_HINTING_FULL;
/external/chromium_org/android_webview/native/
H A Daw_contents.cc124 gfx::FontRenderParams::Hinting hinting) {
125 switch (hinting) {
135 NOTREACHED() << "Unhandled hinting style " << hinting;
277 prefs->hinting = GetRendererPreferencesHintingEnum(params.hinting);
123 GetRendererPreferencesHintingEnum( gfx::FontRenderParams::Hinting hinting) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c634 * - Do only auto-hinting if we have a hinter module, a scalable font
641 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't
642 * any hinting bytecode in the TrueType/OpenType font.
681 FT_AutoHinter_Interface hinting; local
710 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
911 /* discard auto-hinting data */
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c250 /* hinting :: Whether hinting is active. */
257 FT_Bool hinting )
279 if ( hinting && size )
378 /* hinting :: Whether hinting is active. */
380 /* hint_mode :: The hinting mode. */
387 FT_Bool hinting,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2616 FT_Bool hinting, scale local
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
[all...]
/external/freetype/src/base/
H A Dftobjs.c634 * - Do only auto-hinting if we have a hinter module, a scalable font
641 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't
642 * any hinting bytecode in the TrueType/OpenType font.
681 FT_AutoHinter_Interface hinting; local
710 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
911 /* discard auto-hinting data */
/external/freetype/src/cff/
H A Dcffgload.c250 /* hinting :: Whether hinting is active. */
257 FT_Bool hinting )
279 if ( hinting && size )
378 /* hinting :: Whether hinting is active. */
380 /* hint_mode :: The hinting mode. */
387 FT_Bool hinting,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2616 FT_Bool hinting, scale local
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp1318 * we want to retain hinting in the direction orthogonal to the baseline.
1319 * e.g. for horizontal baseline, we want to retain hinting in Y.
1320 * The way we remove hinting is to scale the font by some value (4) in that
1329 // now see if we need to restore hinting for axis-aligned baselines
1332 scaleY = SK_Scalar1; // want hinting in the Y direction
1335 scaleX = SK_Scalar1; // want hinting in the X direction
1829 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks.
1843 // Only two levels of hinting are supported.
1846 // If there is no lcd support, hinting (dilation) cannot be supported.
1847 SkPaint::Hinting hinting local
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1318 * we want to retain hinting in the direction orthogonal to the baseline.
1319 * e.g. for horizontal baseline, we want to retain hinting in Y.
1320 * The way we remove hinting is to scale the font by some value (4) in that
1329 // now see if we need to restore hinting for axis-aligned baselines
1332 scaleY = SK_Scalar1; // want hinting in the Y direction
1335 scaleX = SK_Scalar1; // want hinting in the X direction
1829 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks.
1843 // Only two levels of hinting are supported.
1846 // If there is no lcd support, hinting (dilation) cannot be supported.
1847 SkPaint::Hinting hinting local
[all...]

Completed in 2051 milliseconds