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

  /external/freetype/src/cff/
cffdrivr.c 519 if ( cff && cff->font_extra == NULL )
522 PS_FontExtraRec* font_extra = NULL; local
527 if ( FT_ALLOC( font_extra, sizeof ( *font_extra ) ) )
530 font_extra->fs_type = 0U;
557 if ( font_extra->fs_type >= ( FT_USHORT_MAX - 9 ) / 10 )
560 font_extra->fs_type = 0U;
564 font_extra->fs_type *= 10;
565 font_extra->fs_type += (FT_UShort)( *s - '0' );
571 font_extra->fs_type = 0U
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 102 PS_FontExtraRec font_extra; /* font info extra fields */ member in struct:T1_FontRec_
241 PS_FontExtraRec font_extra; member in struct:CID_FaceRec_
cfftypes.h 410 PS_FontExtraRec* font_extra; member in struct:CFF_FontRec_

Completed in 109 milliseconds