Home
last modified time | relevance | path

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

123456789

/third_party/skia/m133/third_party/externals/harfbuzz/src/
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 …]
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 …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-draw.cc46 hb_draw_funcs_set_move_to_func (hb_draw_funcs_t *funcs, in hb_draw_funcs_set_move_to_func()
63 hb_draw_funcs_set_line_to_func (hb_draw_funcs_t *funcs, in hb_draw_funcs_set_line_to_func()
80 hb_draw_funcs_set_quadratic_to_func (hb_draw_funcs_t *funcs, in hb_draw_funcs_set_quadratic_to_func()
98 hb_draw_funcs_set_cubic_to_func (hb_draw_funcs_t *funcs, in hb_draw_funcs_set_cubic_to_func()
115 hb_draw_funcs_set_close_path_func (hb_draw_funcs_t *funcs, in hb_draw_funcs_set_close_path_func()
152 hb_draw_funcs_t *funcs; in hb_draw_funcs_create() local
175 hb_draw_funcs_reference (hb_draw_funcs_t *funcs) in hb_draw_funcs_reference()
190 hb_draw_funcs_destroy (hb_draw_funcs_t *funcs) in hb_draw_funcs_destroy()
206 hb_draw_funcs_make_immutable (hb_draw_funcs_t *funcs) in hb_draw_funcs_make_immutable()
224 hb_draw_funcs_is_immutable (hb_draw_funcs_t *funcs) in hb_draw_funcs_is_immutable()
[all …]
/third_party/mesa3d/src/mapi/shared-glapi/
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
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c76 T1_Hints_Funcs funcs; in cid_slot_init() local
119 PSH_Globals_Funcs funcs; in cid_size_done() local
136 PSH_Globals_Funcs funcs = cid_size_get_globals_funcs( size ); in cid_size_init() local
162 PSH_Globals_Funcs funcs; in cid_size_request() local
/third_party/skia/third_party/externals/freetype/src/type1/
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
172 T1_Hints_Funcs funcs; in T1_GlyphSlot_Init() local
/third_party/openhitls/crypto/provider/src/mgr/
Dcrypt_provider_common.c37 const char *attribute, const CRYPT_EAL_Func **funcs, void **provCtx) in CRYPT_EAL_ProviderGetFuncs()
56 const char *attribute, const CRYPT_EAL_Func **funcs, CRYPT_EAL_ProvMgrCtx **mgrCtx) in CRYPT_EAL_ProviderGetFuncsAndMgrCtx()
99 static void MountMgrMethod(CRYPT_EAL_Func *funcs, CRYPT_EAL_ProvMgrCtx *ctx) in MountMgrMethod()
/third_party/mesa3d/src/amd/vpelib/src/core/inc/
Dcdc.h75 struct cdc_fe_funcs *funcs; member
81 struct cdc_be_funcs *funcs; member
Dvpec.h43 struct vpec_funcs *funcs; member
/third_party/protobuf/python/
Ddescriptor.c349 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetExtensions() local
360 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetExtensionsByName() local
374 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetEnumTypes() local
384 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetOneofs() local
437 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByName() local
452 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByCamelCaseName() local
466 static PyUpb_ByNumberMap_Funcs funcs = { in PyUpb_Descriptor_GetFieldsByNumber() local
482 static PyUpb_GenericSequence_Funcs funcs = { in PyUpb_Descriptor_GetNestedTypes() local
493 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetNestedTypesByName() local
525 static PyUpb_ByNameMap_Funcs funcs = { in PyUpb_Descriptor_GetEnumTypesByName() local
[all …]
Ddescriptor_containers.c33 const PyUpb_ByNameMap_Funcs* funcs; member
50 static PyObject* PyUpb_ByNameIterator_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameIterator_New()
93 const PyUpb_ByNumberMap_Funcs* funcs; member
111 const PyUpb_ByNumberMap_Funcs* funcs, const void* parent, in PyUpb_ByNumberIterator_New()
153 const PyUpb_GenericSequence_Funcs* funcs; member
169 PyObject* PyUpb_GenericSequence_New(const PyUpb_GenericSequence_Funcs* funcs, in PyUpb_GenericSequence_New()
346 const PyUpb_ByNameMap_Funcs* funcs; member
362 PyObject* PyUpb_ByNameMap_New(const PyUpb_ByNameMap_Funcs* funcs, in PyUpb_ByNameMap_New()
560 const PyUpb_ByNumberMap_Funcs* funcs; member
570 PyObject* PyUpb_ByNumberMap_New(const PyUpb_ByNumberMap_Funcs* funcs, in PyUpb_ByNumberMap_New()
/third_party/skia/src/sksl/ir/
DSkSLUnresolvedFunction.h22 UnresolvedFunction(std::vector<const FunctionDeclaration*> funcs) in UnresolvedFunction()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
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()
/third_party/openhitls/codecs/src/
Ddecode.c68 static int32_t SetDecoderMethod(CRYPT_DECODER_Ctx *ctx, const CRYPT_EAL_Func *funcs) in SetDecoderMethod()
107 CRYPT_DECODER_Ctx *CRYPT_DECODE_NewDecoderCtxByMethod(const CRYPT_EAL_Func *funcs, CRYPT_EAL_ProvMg… in CRYPT_DECODE_NewDecoderCtxByMethod()
/third_party/openhitls/crypto/eal/src/
Deal_kdf.c80 static int32_t CRYPT_EAL_SetKdfMethod(CRYPT_EAL_KdfCTX *ctx, const CRYPT_EAL_Func *funcs) in CRYPT_EAL_SetKdfMethod()
122 const CRYPT_EAL_Func *funcs = NULL; in CRYPT_EAL_ProviderKdfNewCtxInner() local
Deal_mac.c52 static int32_t CRYPT_EAL_SetMacMethod(CRYPT_EAL_MacCtx *ctx, const CRYPT_EAL_Func *funcs) in CRYPT_EAL_SetMacMethod()
99 const CRYPT_EAL_Func *funcs = NULL; in CRYPT_EAL_ProviderMacNewCtxInner() local
/third_party/libdrm/freedreno/kgsl/
Dkgsl_device.c41 static const struct fd_device_funcs funcs = { variable
/third_party/libdrm/freedreno/msm/
Dmsm_device.c41 static const struct fd_device_funcs funcs = { variable
/third_party/skia/third_party/externals/freetype/src/cff/
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
230 PSH_Globals_Funcs funcs; in cff_size_select() local
289 PSH_Globals_Funcs funcs; in cff_size_request() local
388 T2_Hints_Funcs funcs; in cff_slot_init() local
/third_party/openssl/crypto/bn/
Dbn_sparc.c46 static const bn_mul_mont_f funcs[4] = { in bn_mul_mont() local
/third_party/musl/src/exit/
Dat_quick_exit.c8 static void (*funcs[COUNT])(void); variable
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_device.c20 static const struct fd_device_funcs funcs = { variable
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/
Dregistry.h51 std::vector<library_registration_function_t> funcs; variable
/third_party/skia/third_party/externals/angle2/scripts/
Drun_gtest_angle_test.py130 funcs = { variable
/third_party/mindspore/mindspore-src/source/tests/st/control/
Dtest_switch_layer.py142 def __init__(self, funcs, new_func): argument
183 def __init__(self, funcs): argument

123456789