Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-paint.cc47 hb_paint_push_transform_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_push_transform_nil()
54 hb_paint_pop_transform_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_pop_transform_nil()
58 hb_paint_color_glyph_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_color_glyph_nil()
64 hb_paint_push_clip_glyph_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_push_clip_glyph_nil()
70 hb_paint_push_clip_rectangle_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_push_clip_rectangle_nil()
75 hb_paint_pop_clip_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_pop_clip_nil()
79 hb_paint_color_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_color_nil()
85 hb_paint_image_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_image_nil()
95 hb_paint_linear_gradient_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_linear_gradient_nil()
103 hb_paint_radial_gradient_nil (hb_paint_funcs_t *funcs, void *paint_data, in hb_paint_radial_gradient_nil()
[all …]
H A Djustify.py10 def move_to_f(funcs, draw_data, st, to_x, to_y, user_data): argument
15 def line_to_f(funcs, draw_data, st, to_x, to_y, user_data): argument
21 funcs, argument
36 def close_path_f(funcs, draw_data, st, user_data): argument
48 def push_transform_f(funcs, paint_data, xx, yx, xy, yy, dx, dy, user_data): argument
52 def pop_transform_f(funcs, paint_data, user_data): argument
56 def color_f(funcs, paint_data, is_foreground, color, user_data): argument
66 def push_clip_rectangle_f(funcs, paint_data, xmin, ymin, xmax, ymax, user_data): argument
73 def push_clip_glyph_f(funcs, paint_data, glyph, font, user_data): argument
82 def pop_clip_f(funcs, paint_data, user_data): argument
[all …]
H A Dmain.cc190 layered_glyph_dump (hb_font_t *font, hb_draw_funcs_t *funcs, unsigned face_index) in layered_glyph_dump()
263 dump_glyphs (hb_font_t *font, hb_draw_funcs_t *funcs, unsigned face_index) in dump_glyphs()
313 hb_draw_funcs_t *funcs = hb_draw_funcs_create (); in dump_glyphs() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A Dversion_script_parser_test.cpp56 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
89 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
104 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
143 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
176 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
191 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
205 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
219 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
234 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
249 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c281 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetExtensions() local
292 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetExtensionsByName() local
306 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetEnumTypes() local
316 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetOneofs() local
362 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByName() local
377 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByCamelCaseName() local
391 static PyUpb_ByNumberMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByNumber() local
407 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetNestedTypes() local
418 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetNestedTypesByName() local
450 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetEnumTypesByName() local
[all …]
Ddescriptor_containers.c53 const PyUpb_ByNameMap_Funcs* funcs; member
70 static PyObject* PyUpb_ByNameIterator_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameIterator_New()
113 const PyUpb_ByNumberMap_Funcs* funcs; member
131 const PyUpb_ByNumberMap_Funcs* funcs, const void* parent, in PyUpb_ByNumberIterator_New()
173 const PyUpb_GenericSequence_Funcs* funcs; member
189 PyObject* PyUpb_GenericSequence_New(const PyUpb_GenericSequence_Funcs* funcs, in PyUpb_GenericSequence_New()
345 const PyUpb_ByNameMap_Funcs* funcs; member
361 PyObject* PyUpb_ByNameMap_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameMap_New()
559 const PyUpb_ByNumberMap_Funcs* funcs; member
569 PyObject* PyUpb_ByNumberMap_New(const PyUpb_ByNumberMap_Funcs* funcs, in PyUpb_ByNumberMap_New()
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp45 const std::vector<std::unique_ptr<CPDF_Function>>& funcs) { in CountOutputsFromFunctions()
55 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in GetValidatedOutputsCount()
64 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in GetShadingSteps()
97 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawAxialShading()
164 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawRadialShading()
260 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawFuncShading()
421 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawFreeGouraudShading()
460 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawLatticeGouraudShading()
781 const std::vector<std::unique_ptr<CPDF_Function>>& funcs, in DrawCoonPatchMeshes()
928 const auto& funcs = pPattern->GetFuncs(); in Draw() local
/aosp_15_r20/external/freetype/src/cid/
H A Dcidobjs.c75 T1_Hints_Funcs funcs; in cid_slot_init() local
118 PSH_Globals_Funcs funcs; in cid_size_done() local
135 PSH_Globals_Funcs funcs = cid_size_get_globals_funcs( size ); in cid_size_init() local
161 PSH_Globals_Funcs funcs; in cid_size_request() local
/aosp_15_r20/external/freetype/src/type1/
H A Dt1objs.c79 PSH_Globals_Funcs funcs; in T1_Size_Done() local
96 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); in T1_Size_Init() local
122 PSH_Globals_Funcs funcs = T1_Size_Get_Globals_Funcs( size ); in T1_Size_Request() local
173 T1_Hints_Funcs funcs; in T1_GlyphSlot_Init() local
/aosp_15_r20/external/freetype/src/cff/
H A Dcffobjs.c92 PSH_Globals_Funcs funcs; in cff_size_done() local
167 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); in cff_size_init() local
228 PSH_Globals_Funcs funcs; in cff_size_select() local
287 PSH_Globals_Funcs funcs; in cff_size_request() local
385 T2_Hints_Funcs funcs; in cff_slot_init() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp213 auto funcs = renderthread::RenderThread::getInstance().getASurfaceControlFunctions(); in removeOverlays() local
229 auto funcs = renderthread::RenderThread::getInstance().getASurfaceControlFunctions(); in getSurfaceControl() local
252 auto funcs = renderthread::RenderThread::getInstance().getASurfaceControlFunctions(); in mergeTransaction() local
261 auto funcs = renderthread::RenderThread::getInstance().getASurfaceControlFunctions(); in reparentSurfaceControl() local
/aosp_15_r20/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc130 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapDisposeEnvironment() local
140 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapGetSystemProperty() local
158 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapGetSystemProperties() local
196 ExtraJvmtiInterface* funcs = reinterpret_cast<ExtraJvmtiInterface*>( in WrapSetSystemProperty() local
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/
H A Dsys.c321 void X86EMU_setupMemFuncs(X86EMU_memFuncs * funcs) in X86EMU_setupMemFuncs()
340 void X86EMU_setupPioFuncs(X86EMU_pioFuncs * funcs) in X86EMU_setupPioFuncs()
363 void X86EMU_setupIntrFuncs(X86EMU_intrFuncs funcs[]) in X86EMU_setupIntrFuncs()
/aosp_15_r20/external/fonttools/Snippets/
H A Dsubset-fpgm.py17 funcs = {} variable
40 funcs = {i: funcs[i] for i in func_nums} variable
/aosp_15_r20/external/mesa3d/src/mapi/shared-glapi/
H A Dtable.h66 mapi_func *funcs = (mapi_func *) tbl; in table_set_func() local
76 const mapi_func *funcs = (const mapi_func *) tbl; in table_get_func() local
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-paint.c295 static hb_paint_funcs_t *funcs = NULL; in get_test_paint_funcs() local
381 hb_paint_funcs_t *funcs; in test_hb_paint() local
488 hb_paint_funcs_t *funcs; in test_compare_ot_ft() local
615 hb_paint_funcs_t *funcs; in test_color_stops() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dex_data.c137 CRYPTO_EX_DATA_FUNCS *funcs = OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS)); in CRYPTO_get_ex_new_index_ex() local
222 CRYPTO_EX_DATA_FUNCS *const *funcs = &ex_data_class->funcs; in CRYPTO_free_ex_data() local
/aosp_15_r20/external/boringssl/src/crypto/
H A Dex_data.c137 CRYPTO_EX_DATA_FUNCS *funcs = OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS)); in CRYPTO_get_ex_new_index_ex() local
222 CRYPTO_EX_DATA_FUNCS *const *funcs = &ex_data_class->funcs; in CRYPTO_free_ex_data() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c40 const struct ir3_cache_funcs *funcs; member
45 ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data) in ir3_cache_create()
/aosp_15_r20/external/libdrm/freedreno/
H A Dfreedreno_priv.h98 const struct fd_device_funcs *funcs; member
131 const struct fd_pipe_funcs *funcs; member
164 const struct fd_bo_funcs *funcs; member
/aosp_15_r20/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp50 static SurfaceParcelables funcs = []() -> SurfaceParcelables { in getSurfaceParcelFunctions() local
391 auto funcs = getSurfaceParcelFunctions(); in ANativeWindow_readFromParcel() local
402 auto funcs = getSurfaceParcelFunctions(); in ANativeWindow_writeToParcel() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/
H A Dinit.cpp45 std::map<int64_t, py::object> funcs; in dist_autograd_init() local
63 std::map<int64_t, py::object> funcs; in dist_autograd_init() local
/aosp_15_r20/external/libaom/test/
H A Dcomp_mask_pred_test.cc150 comp_mask_pred_func funcs[2] = { aom_comp_mask_pred_c, test_impl }; in RunSpeedTest() local
258 upsampled_pred_func funcs[2] = { aom_upsampled_pred_c, test_impl }; in RunSpeedTest() local
554 highbd_comp_mask_pred_func funcs[2] = { aom_highbd_comp_mask_pred_c, in RunSpeedTest() local
683 highbd_upsampled_pred_func funcs[2] = { &aom_highbd_upsampled_pred_c, in RunSpeedTest() local
/aosp_15_r20/external/python/cpython2/Lib/
DDocXMLRPCServer.py26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): argument
68 funcs={}, classes={}, methods={}, cl=None): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dio_context_ref.hpp111 std::vector<std::function<void(int, const std::error_code & ec)>> funcs; in on_success() local
124 std::vector<std::function<void(int, const std::error_code & ec)>> funcs; member

12345678910>>...17