Home
last modified time | relevance | path

Searched refs:cff_decoder_funcs (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/psaux/
Dpsauxmod.c137 const CFF_Decoder_FuncsRec cff_decoder_funcs = variable
169 &cff_decoder_funcs,
Dpsauxmod.h46 const CFF_Decoder_FuncsRec cff_decoder_funcs; variable
/external/freetype/src/cff/
Dcffgload.c145 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs;
207 const CFF_Decoder_Funcs decoder_funcs = psaux->cff_decoder_funcs; in cff_slot_load()
Dcffparse.c1303 error = psaux->cff_decoder_funcs->parse_charstrings_old( in cff_parser_run()
/external/freetype/include/freetype/internal/
Dpsaux.h1375 const CFF_Decoder_FuncsRec* cff_decoder_funcs; member
/external/freetype/
DChangeLog.292085 (PSAux_ServiceRec): New field `cff_decoder_funcs'.
2087 * src/psaux/psauxmod.c (cff_builder_funcs, cff_decoder_funcs): New
DChangeLog393 `t1_cmap_classes', `cff_decoder_funcs', and `psaux_module_class'.