Searched refs:funcs (Results 1 - 25 of 161) sorted by last modified time

1234567

/external/stlport/src/
H A Dcxa.c165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp156 mEngine->funcs->shutdown(mEngine);
361 engine->funcs->init(engine, __ttsSynthDoneCB, engConfigString);
422 int result = engine->funcs->isLanguageAvailable(engine, langNativeString,
452 int result = engine->funcs->setLanguage(engine, langNativeString,
481 int result = engine->funcs->loadLanguage(engine, langNativeString,
511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength);
546 int result = engine->funcs->synthesizeText(engine, textNativeString,
566 return (jint) engine->funcs->stop(engine);
607 engine->funcs->getLanguage(engine, lang, country, variant);
H A Dtts.h85 android_tts_engine_funcs_t *funcs; member in struct:__anon31394
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp548 FT_Outline_Funcs funcs; local
550 funcs.move_to = move_proc;
551 funcs.line_to = line_proc;
552 funcs.conic_to = quad_proc;
553 funcs.cubic_to = cubic_proc;
554 funcs.shift = 0;
555 funcs.delta = 0;
557 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
/external/qemu/android/
H A Dhw-control.c148 android_hw_control_set( void* opaque, const AndroidHwControlFuncs* funcs )
151 hwstate->client_funcs = funcs[0];
H A Dhw-control.h39 const AndroidHwControlFuncs* funcs );
H A Dqemulator.c92 AndroidHwControlFuncs funcs; local
93 funcs.light_brightness = qemulator_light_brightness;
94 android_hw_control_set(emulator, &funcs);
/external/qemu/hw/android/goldfish/
H A Dpipe.c72 GoldfishPipeFuncs funcs; member in struct:__anon29657
100 list->services[count].funcs = pipeFuncs[0];
136 const GoldfishPipeFuncs* funcs; member in struct:Pipe
247 if (pipe->funcs->save) {
248 pipe->funcs->save(pipe->opaque, file);
288 pipe->funcs = &service->funcs;
291 if (pipe->funcs->load) {
292 pipe->opaque = pipe->funcs->load(pipe, service ? service->opaque : NULL, pipe->args, file);
308 if (pipe->funcs
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h134 #define FXFT_Outline_Decompose(outline, funcs, params) FT_Outline_Decompose(outline, funcs, params)
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftincrem.h295 * inc_int.funcs = my_funcs;
316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftincrem.h295 * inc_int.funcs = my_funcs;
316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h118 /* funcs :: A table of method pointers for this object. */
133 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
426 /* funcs :: A table of functions for the parser. */
436 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
561 /* funcs :: An array of function pointers for the builder. */
588 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
694 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c673 face->root.internal->incremental_interface->funcs->get_glyph_data(
716 face->root.internal->incremental_interface->funcs->free_glyph_data(
2912 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
2922 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
H A Dcffobjs.c86 PSH_Globals_Funcs funcs; local
89 funcs = cff_size_get_globals_funcs( size );
90 if ( funcs )
95 funcs->destroy( internal->topfont );
98 funcs->destroy( internal->subfonts[i - 1] );
161 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); local
164 if ( funcs )
180 error = funcs->create( cffsize->face->memory, &priv,
191 error = funcs->create( cffsize->face->memory, &priv,
214 PSH_Globals_Funcs funcs; local
271 PSH_Globals_Funcs funcs; local
366 T2_Hints_Funcs funcs; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c72 error = inc->funcs->get_glyph_data( inc->object,
89 inc->funcs->free_glyph_data( inc->object, &glyph_data );
160 error = decoder->funcs.parse_charstrings(
170 if ( !error && inc && inc->funcs->get_glyph_metrics )
180 error = inc->funcs->get_glyph_metrics( inc->object,
H A Dcidobjs.c75 T1_Hints_Funcs funcs; local
78 funcs = pshinter->get_t1_funcs( module );
79 slot->internal->glyph_hints = (void*)funcs;
118 PSH_Globals_Funcs funcs; local
121 funcs = cid_size_get_globals_funcs( size );
122 if ( funcs )
123 funcs->destroy( (PSH_Globals)cidsize->internal );
135 PSH_Globals_Funcs funcs = cid_size_get_globals_funcs( size ); local
138 if ( funcs )
146 error = funcs
159 PSH_Globals_Funcs funcs; local
[all...]
H A Dcidparse.c221 parser->root.funcs.done( &parser->root );
H 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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs;
1484 parser->funcs = ps_parser_funcs;
1562 builder->funcs = t1_builder_funcs;
H A Dt1decode.c1606 decoder->funcs = t1_decoder_funcs;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c797 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
799 funcs->create = psh_globals_new;
800 funcs->set_scale = psh_globals_set_scale;
801 funcs->destroy = psh_globals_destroy;
H A Dpshglob.h159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
H A Dpshrec.c1146 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs )
1148 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) );
1150 funcs->open = (T1_Hints_OpenFunc) t1_hints_open;
1151 funcs->close = (T1_Hints_CloseFunc) ps_hints_close;
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1153 funcs->stem3 = (T1_Hints_SetStem3Func)ps_hints_t1stem3;
1154 funcs->reset = (T1_Hints_ResetFunc) ps_hints_t1reset;
1155 funcs->apply = (T1_Hints_ApplyFunc) ps_hints_apply;
1212 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs )
[all...]
H A Dpshrec.h154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable

Completed in 1628 milliseconds

1234567