| /external/harfbuzz_ng/src/ |
| D | hb-paint.cc | 47 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 …]
|
| D | justify.py | 10 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 …]
|
| /external/harfbuzz_ng/test/api/ |
| D | test-paint.c | 76 push_transform (hb_paint_funcs_t *funcs, in push_transform() 90 pop_transform (hb_paint_funcs_t *funcs, in pop_transform() 101 paint_color_glyph (hb_paint_funcs_t *funcs, in paint_color_glyph() 115 push_clip_glyph (hb_paint_funcs_t *funcs, in push_clip_glyph() 128 push_clip_rectangle (hb_paint_funcs_t *funcs, in push_clip_rectangle() 140 pop_clip (hb_paint_funcs_t *funcs, in pop_clip() 151 paint_color (hb_paint_funcs_t *funcs, in paint_color() 167 paint_image (hb_paint_funcs_t *funcs, in paint_image() 212 paint_linear_gradient (hb_paint_funcs_t *funcs, in paint_linear_gradient() 233 paint_radial_gradient (hb_paint_funcs_t *funcs, in paint_radial_gradient() [all …]
|
| /external/freetype/src/cid/ |
| D | cidobjs.c | 75 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
|
| /external/fonttools/Snippets/ |
| D | subset-fpgm.py | 17 funcs = {} variable 40 funcs = {i: funcs[i] for i in func_nums} variable
|
| /external/freetype/src/type1/ |
| D | t1objs.c | 79 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
|
| /external/mesa3d/src/mapi/shared-glapi/ |
| D | table.h | 66 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
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/python/ |
| D | descriptor.c | 281 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 …]
|
| D | descriptor_containers.c | 53 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()
|
| /external/boringssl/src/crypto/ |
| D | ex_data.c | 137 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
|
| /external/cronet/third_party/boringssl/src/crypto/ |
| D | ex_data.c | 137 CRYPTO_EX_DATA_FUNCS *funcs = OPENSSL_malloc(sizeof(CRYPTO_EX_DATA_FUNCS)); in CRYPTO_get_ex_new_index() local 223 CRYPTO_EX_DATA_FUNCS *const *funcs = &ex_data_class->funcs; in CRYPTO_free_ex_data() local
|
| /external/freetype/src/cff/ |
| D | cffobjs.c | 92 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
|
| /external/cronet/testing/scripts/ |
| D | run_gpu_integration_test_as_googletest.py | 47 funcs = { variable
|
| D | run_flatbuffers_unittests.py | 72 funcs = { variable
|
| D | checkperms.py | 44 funcs = { variable
|
| D | metrics_python_tests.py | 48 funcs = { variable
|
| D | checkdeps.py | 43 funcs = { variable
|
| D | check_network_annotations.py | 58 funcs = { variable
|
| D | blink_lint_expectations.py | 39 funcs = { variable
|
| D | checklicenses.py | 45 funcs = { variable
|
| D | check_gn_headers.py | 45 funcs = { variable
|
| D | blink_python_tests.py | 45 funcs = { variable
|
| D | content_shell_crash_test.py | 92 funcs = { variable
|
| /external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| D | ir3_cache.c | 58 const struct ir3_cache_funcs *funcs; member 63 ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data) in ir3_cache_create()
|
| /external/pdfium/core/fpdfapi/render/ |
| D | cpdf_rendershading.cpp | 45 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
|