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

  /external/freetype/src/cid/
cidtoken.h 48 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
cidobjs.c 364 if ( info->is_fixed_pitch )
  /external/freetype/src/type1/
t1tokens.h 38 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch,
t1driver.c 538 retval = sizeof ( type1->font_info.is_fixed_pitch );
540 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch;
t1objs.c 373 if ( info->is_fixed_pitch )
  /external/freetype/src/cff/
cfftoken.h 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
cffdrivr.c 489 font_info->is_fixed_pitch = dict->is_fixed_pitch;
    [all...]
cffobjs.c 980 if ( dict->is_fixed_pitch )
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 188 FT_Bool is_fixed_pitch; member in struct:CFF_FontRecDictRec_
  /external/freetype/include/freetype/
t1tables.h 97 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 97 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
    [all...]
  /external/freetype/src/type42/
t42objs.c 231 if ( info->is_fixed_pitch )
t42parse.c 69 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
    [all...]

Completed in 330 milliseconds