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

  /external/freetype/src/cid/
cidload.c 532 FT_UInt count, num_subrs = dict->num_subrs; local
537 if ( !num_subrs )
541 if ( num_subrs + 1 > max_offsets )
543 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
560 FT_FRAME_ENTER( ( num_subrs + 1 ) * (FT_UInt)dict->sd_bytes ) )
564 for ( count = 0; count <= num_subrs; count++ )
570 for ( count = 1; count <= num_subrs; count++ )
578 if ( offsets[num_subrs] > stream->size - cid->data_offset )
587 data_len = offsets[num_subrs] - offsets[0]
    [all...]
cidtoken.h 72 T1_FIELD_NUM ( "SubrCount", num_subrs, 0 )
cidgload.c 151 decoder->num_subrs = cid_subrs->num_subrs;
  /external/freetype/include/freetype/internal/
t1types.h 113 FT_Int num_subrs; member in struct:T1_FontRec_
137 FT_Int num_subrs; member in struct:CID_SubrsRec_
psaux.h 682 FT_Hash locals_hash; /* used if `num_subrs' was massaged */
963 FT_Int num_subrs; member in struct:T1_DecoderRec_
966 FT_Hash subrs_hash; /* used if `num_subrs' was massaged */
    [all...]
  /external/freetype/src/type1/
t1load.h 47 FT_Int num_subrs; member in struct:T1_Loader_
t1gload.c 243 decoder.num_subrs = type1->num_subrs;
321 decoder.num_subrs = type1->num_subrs;
430 decoder.num_subrs = type1->num_subrs;
t1load.c 1610 FT_Int num_subrs; local
    [all...]
t1driver.c 339 retval = sizeof ( type1->num_subrs );
341 *((FT_Int *)value) = type1->num_subrs;
364 if ( idx < (FT_UInt)type1->num_subrs )
  /external/freetype/include/freetype/
t1tables.h 364 FT_UInt num_subrs; member in struct:CID_FaceDictRec_
  /external/freetype/src/psaux/
cffdecode.c 395 * num_subrs ::
403 FT_UInt num_subrs )
410 else if ( num_subrs < 1240 )
412 else if ( num_subrs < 33900U )
    [all...]
t1decode.c     [all...]
psobjs.c     [all...]

Completed in 1423 milliseconds