Searched refs:hinting (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/linux/
H A DWebFontRendering.cpp41 void WebFontRendering::setHinting(SkPaint::Hinting hinting) argument
43 FontPlatformData::setHinting(hinting);
/external/freetype/src/psaux/
H A Dt1decode.h51 FT_Bool hinting,
H A Dpsobjs.h159 FT_Bool hinting );
H A Dpsobjs.c1464 /* hinting :: Whether hinting should be applied. */
1471 FT_Bool hinting )
1493 if ( hinting )
H A Dt1decode.c1566 FT_Bool hinting,
1588 t1_builder_init( &decoder->builder, face, size, slot, hinting );
/external/webkit/Tools/DumpRenderTree/chromium/
H A Dfonts.conf150 <!-- These deliberately contradict each other. The 'hinting' preference
155 <edit name="hinting" mode="assign">
/external/freetype/src/cff/
H A Dcffgload.h77 /* hints_funcs :: Auxiliary pointer for hinting. */
79 /* hints_globals :: Auxiliary pointer for hinting. */
167 FT_Bool hinting,
H A Dcffgload.c244 /* hinting :: Whether hinting is active. */
251 FT_Bool hinting )
273 if ( hinting && size )
372 /* hinting :: Whether hinting is active. */
374 /* hint_mode :: The hinting mode. */
381 FT_Bool hinting,
391 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2588 FT_Bool hinting, force_scalin local
377 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/webkit/Tools/DumpRenderTree/gtk/fonts/
H A Dfonts.conf6 issues hinting gives different results depending on the
7 freetype version of the linux distribution, avoiding hinting
10 hinting method that was patented, we could undo this change
11 and try the hinting again. -->
13 <edit name="hinting" mode="assign">
167 <!-- The following hinting specializations are adapted from those in the
189 <edit name="hinting" mode="assign">
204 <!-- These deliberately contradict each other. The 'hinting' preference
209 <edit name="hinting" mode="assign">
221 <edit name="hinting" mod
[all...]
/external/skia/include/core/
H A DSkScalerContext.h229 void setHinting(SkPaint::Hinting hinting) { argument
230 fFlags = (fFlags & ~kHinting_Mask) | (hinting << kHinting_Shift);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp51 void FontPlatformData::setHinting(SkPaint::Hinting hinting) argument
53 skiaHinting = hinting;
/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/freetype/include/freetype/internal/
H A Dpsaux.h485 FT_Bool hinting );
644 FT_Bool hinting,
/external/skia/src/core/
H A DSkPaint.cpp1334 // if linear-text is on, then we force hinting to be off (since that's sort of
1830 // now flags:16, hinting:4, textAlign:4, flatFlags:8
1832 // hinting added later. 0 in this nibble means use the default.
1870 // now flags:16, hinting:4, textAlign:4, flatFlags:8
1878 // hinting added later. 0 in this nibble means use the default.
1879 uint32_t hinting = (tmp >> 12) & 0xF;
1880 this->setHinting(0 == hinting ? kNormal_Hinting : static_cast<Hinting>(hinting-1));
/external/skia/samplecode/
H A DSampleApp.cpp407 SkOSMenu::TriState hinting) :
408 fLCDState(lcd), fAAState(aa), fFilterState(filter), fHintingState(hinting) {}
406 FlagsDrawFilter(SkOSMenu::TriState lcd, SkOSMenu::TriState aa, SkOSMenu::TriState filter, SkOSMenu::TriState hinting) argument
/external/freetype/src/base/
H A Dftobjs.c607 * - Do only auto-hinting if we have a hinter module, a scalable font
614 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't
615 * any hinting bytecode in the TrueType/OpenType font.
654 FT_AutoHinter_Service hinting; local
683 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface;
685 error = hinting->load_glyph( (FT_AutoHinter)hinter,
884 /* discard auto-hinting data */

Completed in 577 milliseconds