Searched defs:num_subrs (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.h47 FT_Int num_subrs; member in struct:T1_Loader_
H A Dt1load.c1403 FT_Int num_subrs; local
1422 num_subrs = (FT_Int)T1_ToInt( parser );
1432 if ( !loader->num_subrs )
1434 error = psaux->ps_table_funcs->init( table, num_subrs, memory );
1480 if ( loader->num_subrs )
1518 if ( !loader->num_subrs )
1519 loader->num_subrs = num_subrs;
2234 type1->num_subrs = loader.num_subrs;
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidload.c426 FT_UInt count, num_subrs = dict->num_subrs; local
432 if ( num_subrs == FT_UINT_MAX )
439 if ( num_subrs + 1 > max_offsets )
441 FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
458 FT_FRAME_ENTER( ( num_subrs + 1 ) * (FT_UInt)dict->sd_bytes ) )
462 for ( count = 0; count <= num_subrs; count++ )
468 for ( count = 1; count <= num_subrs; count++ )
474 data_len = offsets[num_subrs] - offsets[0];
476 if ( FT_NEW_ARRAY( subr->code, num_subrs
[all...]
/external/freetype/include/freetype/internal/
H A Dt1types.h108 FT_Int num_subrs; member in struct:T1_FontRec_
132 FT_Int num_subrs; member in struct:CID_SubrsRec_
H A Dpsaux.h679 FT_Int num_subrs; member in struct:T1_DecoderRec_
682 FT_Hash subrs_hash; /* used if `num_subrs' was massaged */
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dt1types.h107 FT_Int num_subrs; member in struct:T1_FontRec_
130 FT_Int num_subrs; member in struct:CID_SubrsRec_
H A Dpsaux.h678 FT_Int num_subrs; member in struct:T1_DecoderRec_
/external/freetype/include/freetype/
H A Dt1tables.h355 FT_UInt num_subrs; member in struct:CID_FaceDictRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dt1tables.h355 FT_UInt num_subrs; member in struct:CID_FaceDictRec_

Completed in 273 milliseconds