Searched refs:cff_random (Results 1 – 9 of 9) sorted by relevance
158 cff_random,
305 cff_random( FT_UInt32 r );
2542 face->internal->random_seed = (FT_Int32)cff_random( in t1_make_subfont()2580 cff_random( FT_UInt32 r ) in cff_random() function
2091 cff_random( decoder->current_subfont->random ); in cf2_interpT2CharString()2230 cff_random( decoder->current_subfont->random ); in cf2_interpT2CharString()
1724 cff_random( decoder->current_subfont->random ); in cff_decoder_parse_charstrings()
1369 (*cff_random)( FT_UInt32 r ); member
2111 (FT_Int32)psaux->cff_random( (FT_UInt32)driver->random_seed ); in cff_subfont_load()2124 (FT_Int32)psaux->cff_random( in cff_subfont_load()
3349 [psaux, cff] Move `cff_random' into `psaux' service.3353 Minor fix to allow both `cff' and `psaux' to use `cff_random'.3355 * src/cff/cffload.c (cff_random): Move to...
2293 * src/cff/cffload.c (cff_random): New function.