Home
last modified time | relevance | path

Searched refs:PSH_Globals (Results 1 – 10 of 10) sorted by relevance

/external/freetype/include/freetype/internal/
Dpshints.h40 typedef struct PSH_GlobalsRec_* PSH_Globals; typedef
45 PSH_Globals* aglobals );
48 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
55 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
306 PSH_Globals globals,
619 PSH_Globals globals,
Dcffotypes.h82 PSH_Globals topfont;
83 PSH_Globals subfonts[CFF_MAX_CID_FONTS];
/external/freetype/src/pshinter/
Dpshglob.h171 psh_globals_set_scale( PSH_Globals globals,
186 extern PSH_Globals ps_debug_globals;
Dpshglob.c26 PSH_Globals ps_debug_globals = NULL;
41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths()
619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy()
647 PSH_Globals *aglobals ) in psh_globals_new()
649 PSH_Globals globals = NULL; in psh_globals_new()
754 psh_globals_set_scale( PSH_Globals globals, in psh_globals_set_scale()
Dpshalgo.h199 PSH_Globals globals;
231 PSH_Globals globals,
Dpshalgo.c437 PSH_Globals globals, in psh_hint_align()
665 PSH_Globals globals,
846 PSH_Globals globals, in psh_hint_table_align_hints()
1157 PSH_Globals globals ) in psh_glyph_init()
2071 PSH_Globals globals, in ps_hints_apply()
/external/freetype/src/cid/
Dcidobjs.c124 funcs->destroy( (PSH_Globals)cidsize->internal->module_data ); in cid_size_done()
141 PSH_Globals globals; in cid_size_init()
168 funcs->set_scale( (PSH_Globals)size->internal->module_data, in cid_size_request()
/external/freetype/src/type1/
Dt1objs.c84 funcs->destroy( (PSH_Globals)t1size->internal->module_data ); in T1_Size_Done()
101 PSH_Globals globals; in T1_Size_Init()
126 funcs->set_scale( (PSH_Globals)t1size->internal->module_data, in T1_Size_Request()
/external/freetype/src/psaux/
Dt1decode.c1191 (PSH_Globals)builder->hints_globals, in t1_decoder_parse_charstrings()
Dcffdecode.c1669 (PSH_Globals)builder->hints_globals, in cff_decoder_parse_charstrings()