Searched defs:funcs (Results 1 - 18 of 18) sorted by relevance

/external/freetype/include/freetype/
H A Dftincrem.h295 * inc_int.funcs = my_funcs;
316 const FT_Incremental_FuncsRec* funcs; member in struct:FT_Incremental_InterfaceRec_
/external/bluetooth/glib/gio/win32/
H A Dgwinhttpvfs.h82 GWinHttpDllFuncs *funcs; member in struct:_GWinHttpVfsClass
H A Dgwinhttpvfs.c40 static GWinHttpDllFuncs funcs; variable
53 funcs.pWinHttpCloseHandle = (BOOL (WINAPI *) (HINTERNET)) GetProcAddress (winhttp, "WinHttpCloseHandle");
54 funcs.pWinHttpCrackUrl = (BOOL (WINAPI *) (LPCWSTR,DWORD,DWORD,LPURL_COMPONENTS)) GetProcAddress (winhttp, "WinHttpCrackUrl");
55 funcs.pWinHttpConnect = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (winhttp, "WinHttpConnect");
56 funcs.pWinHttpCreateUrl = (BOOL (WINAPI *) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD)) GetProcAddress (winhttp, "WinHttpCreateUrl");
57 funcs.pWinHttpOpen = (HINTERNET (WINAPI *) (LPCWSTR,DWORD,LPCWSTR,LPCWSTR,DWORD)) GetProcAddress (winhttp, "WinHttpOpen");
58 funcs.pWinHttpOpenRequest = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR*,DWORD)) GetProcAddress (winhttp, "WinHttpOpenRequest");
59 funcs.pWinHttpQueryDataAvailable = (BOOL (WINAPI *) (HINTERNET,LPDWORD)) GetProcAddress (winhttp, "WinHttpQueryDataAvailable");
60 funcs.pWinHttpQueryHeaders = (BOOL (WINAPI *) (HINTERNET,DWORD,LPCWSTR,LPVOID,LPDWORD,LPDWORD)) GetProcAddress (winhttp, "WinHttpQueryHeaders");
61 funcs
[all...]
/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/freetype/src/base/
H A Dftrfork.c363 raccess_guess_func funcs[FT_RACCESS_N_RULES] = local
387 errors[i] = (funcs[i])( library, stream, base_name,
/external/freetype/src/cff/
H A Dcffobjs.c84 PSH_Globals_Funcs funcs; local
87 funcs = cff_size_get_globals_funcs( size );
88 if ( funcs )
93 funcs->destroy( internal->topfont );
96 funcs->destroy( internal->subfonts[i - 1] );
159 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); local
162 if ( funcs )
178 error = funcs->create( cffsize->face->memory, &priv,
189 error = funcs->create( cffsize->face->memory, &priv,
212 PSH_Globals_Funcs funcs; local
269 PSH_Globals_Funcs funcs; local
364 T2_Hints_Funcs funcs; local
[all...]
/external/freetype/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/webkit/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp141 static void initializeExtraBrowserFuncs(NPNetscapeFuncs *funcs) argument
143 funcs->version = NP_VERSION_MINOR;
144 funcs->geturl = NPN_GetURL;
145 funcs->posturl = NPN_PostURL;
146 funcs->requestread = NPN_RequestRead;
147 funcs->newstream = NPN_NewStream;
148 funcs->write = NPN_Write;
149 funcs->destroystream = NPN_DestroyStream;
150 funcs->status = NPN_Status;
151 funcs
[all...]
/external/openssl/crypto/
H A Dex_data.c278 static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs) argument
280 OPENSSL_free(funcs);
/external/bluetooth/glib/glib/
H A Dgiochannel.h112 GIOFuncs *funcs; member in struct:_GIOChannel
H A Dgmain.c995 * @funcs: the new #GSourceFuncs
1004 GSourceFuncs *funcs)
1009 g_return_if_fail (funcs != NULL);
1011 source->source_funcs = funcs;
1266 * @funcs: the @source_funcs passed to g_source_new().
1277 GSourceFuncs *funcs,
1282 g_return_val_if_fail (funcs != NULL, NULL);
1293 source->source_funcs == funcs &&
1413 * @funcs: The @source_funcs passed to g_source_new()
1423 g_source_remove_by_funcs_user_data (GSourceFuncs *funcs, argument
1003 g_source_set_funcs(GSource *source, GSourceFuncs *funcs) argument
1276 g_main_context_find_source_by_funcs_user_data(GMainContext *context, GSourceFuncs *funcs, gpointer user_data) argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp842 FT_Outline_Funcs funcs; local
844 funcs.move_to = move_proc;
845 funcs.line_to = line_proc;
846 funcs.conic_to = quad_proc;
847 funcs.cubic_to = cubic_proc;
848 funcs.shift = 0;
849 funcs.delta = 0;
851 err = FT_Outline_Decompose(&fFace->glyph->outline, &funcs, path);
/external/dbus/test/
H A Ddecode-gcov.c2336 Function **funcs; local
2358 funcs = dbus_new (Function*, n_found);
2359 if (funcs == NULL)
2371 funcs[i] = func;
2380 qsort (funcs, n_found, sizeof (Function*),
2389 Function *func = funcs[i];
2399 dbus_free (funcs);
/external/freetype/include/freetype/internal/
H A Dpsaux.h115 /* funcs :: A table of method pointers for this object. */
130 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
422 /* funcs :: A table of functions for the parser. */
432 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
557 /* funcs :: An array of function pointers for the builder. */
584 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
690 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
/external/openssl/crypto/asn1/
H A Dasn1t.h561 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
587 * The 'funcs' field is used for application
590 * For COMPAT types the funcs field gives a
744 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/openssl/include/openssl/
H A Dasn1t.h561 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
587 * The 'funcs' field is used for application
590 * For COMPAT types the funcs field gives a
744 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/external/qemu/android/
H A Dmain.c631 AndroidHwControlFuncs funcs; local
633 funcs.light_brightness = qemulator_light_brightness;
634 android_hw_control_init( emulator, &funcs );

Completed in 504 milliseconds