HomeSort by relevance Sort by last modified time
    Searched refs:hinted (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/cff/
cf2font.h 83 FT_Bool hinted; member in struct:CF2_FontRec_
cf2ft.c 228 FT_Bool* hinted,
234 *hinted = decoder->builder.glyph->hint;
237 if ( *hinted )
320 FT_Bool hinted; local
338 &hinted,
342 if ( hinted )
cf2hints.h 138 FT_Bool hinted; member in struct:CF2_HintMapRec_
cf2font.c 172 /* copy hinted flag on each call */
173 font->hinted = font->renderingFlags & CF2_FlagsHinted;
cf2hints.c 286 hintmap->hinted = font->hinted;
310 if ( hintmap->count == 0 || ! hintmap->hinted )
    [all...]

Completed in 3628 milliseconds