Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestImageFilter.c268 funcs[k].f(src1, dstm, SRC_SIZE, funcs[k].arg); in main()
272 funcs[k].f(t1, d, size, funcs[k].arg); in main()
277 funcs[k].f(src1, dstc, SRC_SIZE, funcs[k].arg); in main()
281 funcs[k].f(t1, d, size, funcs[k].arg); in main()
309 sprintf(call, "%s(%u,%u)", funcs[k].name, funcs[k].arg1, funcs[k].arg2); in main()
314 funcs[k].f(src1, dstm, SRC_SIZE, funcs[k].arg1, funcs[k].arg2); in main()
318 funcs[k].f(t1, d, size, funcs[k].arg1, funcs[k].arg2); in main()
323 funcs[k].f(src1, dstc, SRC_SIZE, funcs[k].arg1, funcs[k].arg2); in main()
327 funcs[k].f(t1, d, size, funcs[k].arg1, funcs[k].arg2); in main()
397 funcs[k].f(t1, d, size, funcs[k].arg); in main()
[all …]
/AliOS-Things-master/components/freetype/src/type1/
A Dt1parse.h79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
83 if ( (p)->funcs.done ) \
84 (p)->funcs.done( p ); \
89 if ( (p)->funcs.release ) \
90 (p)->funcs.release( p ); \
97 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
101 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
103 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
105 (p)->root.funcs.to_token( &(p)->root, t )
107 (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
[all …]
A Dt1objs.c82 PSH_Globals_Funcs funcs; in T1_Size_Done() local
85 funcs = T1_Size_Get_Globals_Funcs( size ); in T1_Size_Done()
86 if ( funcs ) in T1_Size_Done()
87 funcs->destroy( (PSH_Globals)size->root.internal ); in T1_Size_Done()
102 if ( funcs ) in T1_Size_Init()
108 error = funcs->create( size->root.face->memory, in T1_Size_Init()
128 if ( funcs ) in T1_Size_Request()
129 funcs->set_scale( (PSH_Globals)size->root.internal, in T1_Size_Request()
170 T1_Hints_Funcs funcs; in T1_GlyphSlot_Init() local
173 funcs = pshinter->get_t1_funcs( module ); in T1_GlyphSlot_Init()
[all …]
A Dt1gload.c80 error = inc->funcs->get_glyph_data( inc->object, in T1_Parse_Glyph_And_Get_Char_String()
93 error = decoder->funcs.parse_charstrings( in T1_Parse_Glyph_And_Get_Char_String()
100 if ( !error && inc && inc->funcs->get_glyph_metrics ) in T1_Parse_Glyph_And_Get_Char_String()
110 error = inc->funcs->get_glyph_metrics( inc->object, in T1_Parse_Glyph_And_Get_Char_String()
141 face->root.internal->incremental_interface->funcs->free_glyph_data( in T1_Parse_Glyph()
501 face->root.internal->incremental_interface->funcs->free_glyph_data( in T1_Load_Glyph()
A Dt1parse.c256 parser->root.funcs.done( &parser->root ); in T1_Finalize_Parser()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.h96 (p)->root.funcs.skip_spaces( &(p)->root )
98 (p)->root.funcs.skip_PS_token( &(p)->root )
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
104 (p)->root.funcs.to_coord_array( &(p)->root, m, c )
106 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
108 (p)->root.funcs.to_token( &(p)->root, t )
110 (p)->root.funcs.to_token_array( &(p)->root, t, m, c )
113 (p)->root.funcs.load_field( &(p)->root, f, o, 0, 0 )
115 (p)->root.funcs.load_field_table( &(p)->root, f, o, 0, 0 )
A Dcidobjs.c75 T1_Hints_Funcs funcs; in cid_slot_init() local
78 funcs = pshinter->get_t1_funcs( module ); in cid_slot_init()
79 slot->internal->glyph_hints = (void*)funcs; in cid_slot_init()
118 PSH_Globals_Funcs funcs; in cid_size_done() local
121 funcs = cid_size_get_globals_funcs( size ); in cid_size_done()
122 if ( funcs ) in cid_size_done()
123 funcs->destroy( (PSH_Globals)cidsize->internal ); in cid_size_done()
138 if ( funcs ) in cid_size_init()
159 PSH_Globals_Funcs funcs; in cid_size_request() local
166 if ( funcs ) in cid_size_request()
[all …]
A Dcidgload.c72 error = inc->funcs->get_glyph_data( inc->object, in cid_load_glyph()
89 inc->funcs->free_glyph_data( inc->object, &glyph_data ); in cid_load_glyph()
160 error = decoder->funcs.parse_charstrings( in cid_load_glyph()
170 if ( !error && inc && inc->funcs->get_glyph_metrics ) in cid_load_glyph()
180 error = inc->funcs->get_glyph_metrics( inc->object, in cid_load_glyph()
A Dcidparse.c219 parser->root.funcs.done( &parser->root ); in cid_parser_done()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c86 PSH_Globals_Funcs funcs; in cff_size_done() local
90 if ( funcs ) in cff_size_done()
95 funcs->destroy( internal->topfont ); in cff_size_done()
164 if ( funcs ) in cff_size_init()
214 PSH_Globals_Funcs funcs; in cff_size_select() local
223 if ( funcs ) in cff_size_select()
233 funcs->set_scale( internal->topfont, in cff_size_select()
271 PSH_Globals_Funcs funcs; in cff_size_request() local
295 if ( funcs ) in cff_size_request()
305 funcs->set_scale( internal->topfont, in cff_size_request()
[all …]
A Dcffgload.c669 face->root.internal->incremental_interface->funcs->get_glyph_data( in cff_get_glyph_data()
712 face->root.internal->incremental_interface->funcs->free_glyph_data( in cff_free_glyph_data()
2904 face->root.internal->incremental_interface->funcs->get_glyph_metrics ) in cff_slot_load()
2914 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics( in cff_slot_load()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshrec.c1146 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ) in t1_hints_funcs_init() argument
1148 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) ); in t1_hints_funcs_init()
1150 funcs->open = (T1_Hints_OpenFunc) t1_hints_open; in t1_hints_funcs_init()
1151 funcs->close = (T1_Hints_CloseFunc) ps_hints_close; in t1_hints_funcs_init()
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem; in t1_hints_funcs_init()
1155 funcs->apply = (T1_Hints_ApplyFunc) ps_hints_apply; in t1_hints_funcs_init()
1212 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ) in t2_hints_funcs_init() argument
1214 FT_MEM_ZERO( funcs, sizeof ( *funcs ) ); in t2_hints_funcs_init()
1216 funcs->open = (T2_Hints_OpenFunc) t2_hints_open; in t2_hints_funcs_init()
1217 funcs->close = (T2_Hints_CloseFunc) ps_hints_close; in t2_hints_funcs_init()
[all …]
A Dpshrec.h154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs );
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs );
A Dpshglob.c789 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ) in psh_globals_funcs_init() argument
791 funcs->create = psh_globals_new; in psh_globals_funcs_init()
792 funcs->set_scale = psh_globals_set_scale; in psh_globals_funcs_init()
793 funcs->destroy = psh_globals_destroy; in psh_globals_funcs_init()
A Dpshglob.h159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs );
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c106 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
110 if ( (p)->funcs.done ) \
111 (p)->funcs.done( p ); \
116 if ( (p)->funcs.release ) \
117 (p)->funcs.release( p ); \
124 (p)->root.funcs.to_int( &(p)->root )
126 (p)->root.funcs.to_bytes( &(p)->root, b, m, n, d )
129 (p)->root.funcs.to_fixed_array( &(p)->root, m, f, t )
131 (p)->root.funcs.to_token( &(p)->root, t )
134 (p)->root.funcs.load_field( &(p)->root, f, o, m, pf )
[all …]
/AliOS-Things-master/components/freetype/include/internal/
A Dpsaux.h133 PS_Table_FuncsRec funcs; member
436 PS_Parser_FuncsRec funcs; member
588 T1_Builder_FuncsRec funcs; member
694 T1_Decoder_FuncsRec funcs; member
/AliOS-Things-master/components/freetype/include/
A Dftincrem.h316 const FT_Incremental_FuncsRec* funcs; member
/AliOS-Things-master/components/freetype/src/raster/
A Drastpic.c30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
/AliOS-Things-master/components/freetype/src/smooth/
A Dftspic.c30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/ir/inc/
A Dirlib.h242 IR_CARRI_F_S *funcs; /* tx functions */ member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c190 face->root.internal->incremental_interface->funcs->get_glyph_metrics ) in tt_get_metrics_incr_overrides()
201 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics( in tt_get_metrics_incr_overrides()
217 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics( in tt_get_metrics_incr_overrides()
1465 error = face->root.internal->incremental_interface->funcs->get_glyph_data( in load_truetype_glyph()
1833 face->root.internal->incremental_interface->funcs->free_glyph_data( in load_truetype_glyph()
1973 if ( incr && incr->funcs->get_glyph_metrics ) in compute_glyph_metrics()
1979 error = incr->funcs->get_glyph_metrics( incr->object, in compute_glyph_metrics()
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsobjs.c88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs; in ps_table_new()
1484 parser->funcs = ps_parser_funcs; in ps_parser_init()
1562 builder->funcs = t1_builder_funcs; in t1_builder_init()
A Dt1decode.c1606 decoder->funcs = t1_decoder_funcs; in t1_decoder_init()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfobjs.c1074 face->root.internal->incremental_interface->funcs-> in sfnt_load_face()
1101 face->root.internal->incremental_interface->funcs-> in sfnt_load_face()

Completed in 45 milliseconds

12