HomeSort by relevance Sort by last modified time
    Searched defs:hinting (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 103 SkPaint::Hinting hinting; member in class:android::TextLayoutCacheKey
  /external/freetype/src/base/
ftobjs.c 607 * - 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 */
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 692 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;
    [all...]
  /external/freetype/src/cff/
cffgload.c 244 /* 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_scaling; local
    [all...]

Completed in 127 milliseconds