Searched refs:funcs (Results 101 - 125 of 161) sorted by relevance

1234567

/external/freetype/src/pshinter/
H A Dpshglob.c789 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs )
791 funcs->create = psh_globals_new;
792 funcs->set_scale = psh_globals_set_scale;
793 funcs->destroy = psh_globals_destroy;
/external/openssl/crypto/asn1/
H A Dtasn_enc.c138 const ASN1_AUX *aux = it->funcs;
180 ef = it->funcs;
185 cf = it->funcs;
581 pf = it->funcs;
H A Dtasn_dec.c161 const ASN1_AUX *aux = it->funcs;
238 ef = it->funcs;
244 cf = it->funcs;
928 pf = it->funcs;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidparse.c221 parser->root.funcs.done( &parser->root );
/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;
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js371 funcs: [ 'add', 'has', 'delete' ],
375 funcs: [ 'get', 'set', 'has', 'delete' ],
379 funcs: [ 'get', 'set', 'has', 'delete' ],
383 funcs: [ 'add', 'has', 'delete' ],
390 var funcs = testSet[i].funcs;
392 for (var j = 0; j < funcs.length; j++) {
393 var func = proto[funcs[j]];
/external/nanopb-c/
H A Dpb.h280 } funcs; member in struct:_pb_callback_t
286 } funcs;
H A Dpb_encode.c272 if (callback->funcs.encode != NULL)
274 if (!callback->funcs.encode(stream, field, arg))
H A Dpb_decode.c611 if (pCallback->funcs.decode == NULL)
623 if (!pCallback->funcs.decode(&substream, iter->pos, arg))
644 return pCallback->funcs.decode(&substream, iter->pos, arg);
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h134 #define FXFT_Outline_Decompose(outline, funcs, params) FT_Outline_Decompose(outline, funcs, params)
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c1229 void (*funcs[3])(yasm_preproc *, const char *);
1230 funcs[0] = cur_preproc_module->add_include_file;
1231 funcs[1] = cur_preproc_module->predefine_macro;
1232 funcs[2] = cur_preproc_module->undefine_macro;
1235 if (0 <= cp->id && cp->id < 3 && funcs[cp->id])
1236 funcs[cp->id](cur_preproc, cp->param);
/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c35 xmlHashTablePtr funcs; /* pointer to the stylesheet module data */ member in struct:_exsltFuncData
162 ret->funcs = ch.hash;
301 func = (exsltFuncFunctionData*) xmlHashLookup2 (data->funcs,
/external/lldb/test/
H A Dlldbutil.py655 funcs = get_function_names(thread)
682 func='%s [inlined]' % funcs[i] if frame.IsInlined() else funcs[i],
/external/libpcap/msdos/
H A Dpktdrvr.c729 pktInfo.funcs = reg.r_ax & 0xFF;
1235 pktInfo.funcs, pktInfo.intr, pktInfo.handle,
1236 pktInfo.funcs == 2 || pktInfo.funcs == 6 ? "Yes" : "No",
1237 pktInfo.funcs == 5 || pktInfo.funcs == 6 ? "Yes" : "No",
/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/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c158 const ASN1_AUX *aux = it->funcs;
231 ef = it->funcs;
237 cf = it->funcs;
893 pf = it->funcs;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c192 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
203 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
219 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
1357 error = face->root.internal->incremental_interface->funcs->get_glyph_data(
1688 face->root.internal->incremental_interface->funcs->free_glyph_data(
1828 if ( incr && incr->funcs->get_glyph_metrics )
1834 error = incr->funcs->get_glyph_metrics( incr->object,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c193 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
204 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
220 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
1366 error = face->root.internal->incremental_interface->funcs->get_glyph_data(
1697 face->root.internal->incremental_interface->funcs->free_glyph_data(
1837 if ( incr && incr->funcs->get_glyph_metrics )
1843 error = incr->funcs->get_glyph_metrics( incr->object,
/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c241 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y);
737 crtc->funcs->gamma_set(crtc, ms->lut_r, ms->lut_g, ms->lut_b, 256);
903 crtc->funcs->set_mode_major(crtc, pScrn->currentMode,
935 crtc->funcs->shadow_destroy(crtc, crtc->rotatedPixmap,
/external/libvterm/include/
H A Dvterm.h116 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c241 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y);
737 crtc->funcs->gamma_set(crtc, ms->lut_r, ms->lut_g, ms->lut_b, 256);
903 crtc->funcs->set_mode_major(crtc, pScrn->currentMode,
935 crtc->funcs->shadow_destroy(crtc, crtc->rotatedPixmap,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.c256 parser->root.funcs.done( &parser->root );
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs;
1482 parser->funcs = ps_parser_funcs;
1560 builder->funcs = t1_builder_funcs;
/external/freetype/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;

Completed in 892 milliseconds

1234567