Searched defs:funcs (Results 1 - 25 of 74) sorted by last modified time

123

/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 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 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/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 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 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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.h159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
H A Dpshrec.h154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c82 PSH_Globals_Funcs funcs; local
85 funcs = T1_Size_Get_Globals_Funcs( size );
86 if ( funcs )
87 funcs->destroy( (PSH_Globals)size->root.internal );
99 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); local
102 if ( funcs )
108 error = funcs->create( size->root.face->memory,
123 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); local
128 if ( funcs )
129 funcs
170 T1_Hints_Funcs funcs; local
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1730 FXFT_Outline_Funcs funcs; local
1731 funcs.move_to = _Outline_MoveTo;
1732 funcs.line_to = _Outline_LineTo;
1733 funcs.conic_to = _Outline_ConicTo;
1734 funcs.cubic_to = _Outline_CubicTo;
1735 funcs.shift = 0;
1736 funcs.delta = 0;
1740 FXFT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face), &funcs, &params); local
1755 FXFT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face), &funcs, &params); local
/external/openssl/crypto/asn1/
H A Dasn1t.h573 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
599 * The 'funcs' field is used for application
602 * For COMPAT types the funcs field gives a
787 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/openssl/crypto/
H A Dex_data.c282 static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs) argument
284 OPENSSL_free(funcs);
/external/openssl/include/openssl/
H A Dasn1t.h573 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
599 * The 'funcs' field is used for application
602 * For COMPAT types the funcs field gives a
787 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/nanopb-c/
H A Dpb.h280 } funcs; member in struct:_pb_callback_t
286 } funcs;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c218 struct dd_function_table funcs; local
225 memset(&funcs, 0, sizeof(funcs));
226 st_init_driver_functions(&funcs);
228 ctx = _mesa_create_context(api, visual, shareCtx, &funcs, NULL);
/external/mesa3d/src/mapi/mapi/
H A Dtable.h58 mapi_func *funcs = (mapi_func *) tbl; local
59 funcs[slot] = func;
68 const mapi_func *funcs = (const mapi_func *) tbl; local
69 return funcs[slot];
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp2031 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
2032 Module::const_iterator I = funcs.begin();
2033 Module::const_iterator IE = funcs.end();
/external/libvterm/src/
H A Dvterm.c35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) argument
38 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata);
40 vt->allocator = funcs;
/external/libunwind/tests/
H A DGia64-test-nat.c51 typedef void save_func_t (void *funcs, unsigned long *vals);
93 static save_func_t *funcs[MAX_CHECKS + 1]; variable
547 start_checks (void *funcs, unsigned long *vals) argument
593 funcs[i] = all_funcs[index].func;
597 funcs[num_checks] = start_checks;
600 (*funcs[0]) (funcs + 1, values);
H A Dtest-static-link-gen.c34 static void *funcs[] = variable
57 printf (__FILE__": funcs[0]=%p\n", funcs[0]);

Completed in 360 milliseconds

123