Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 114) sorted by relevance

12345

/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvcommn.c41 otv_Coverage_validate( FT_Bytes table, in otv_Coverage_validate()
134 otv_Coverage_get_first( FT_Bytes table ) in otv_Coverage_get_first()
146 otv_Coverage_get_last( FT_Bytes table ) in otv_Coverage_get_last()
175 otv_Coverage_get_count( FT_Bytes table ) in otv_Coverage_get_count()
454 otv_Feature_get_count( FT_Bytes table ) in otv_Feature_get_count()
642 otv_x_Ox( FT_Bytes table, in otv_x_Ox()
672 otv_u_C_x_Ox( FT_Bytes table, in otv_u_C_x_Ox()
709 otv_x_ux( FT_Bytes table, in otv_x_ux()
742 otv_x_y_ux_sy( FT_Bytes table, in otv_x_y_ux_sy()
839 otv_u_O_O_x_Onx( FT_Bytes table, in otv_u_O_O_x_Onx()
[all …]
A Dotvbase.c34 otv_BaseCoord_validate( FT_Bytes table, in otv_BaseCoord_validate()
73 otv_BaseTagList_validate( FT_Bytes table, in otv_BaseTagList_validate()
95 otv_BaseValues_validate( FT_Bytes table, in otv_BaseValues_validate()
122 otv_MinMax_validate( FT_Bytes table, in otv_MinMax_validate()
177 otv_BaseScript_validate( FT_Bytes table, in otv_BaseScript_validate()
222 otv_BaseScriptList_validate( FT_Bytes table, in otv_BaseScriptList_validate()
252 otv_Axis_validate( FT_Bytes table, in otv_Axis_validate()
280 otv_BASE_validate( FT_Bytes table, in otv_BASE_validate()
A Dotvgsub.c44 otv_SingleSubst_validate( FT_Bytes table, in otv_SingleSubst_validate()
124 otv_MultipleSubst_validate( FT_Bytes table, in otv_MultipleSubst_validate()
165 otv_AlternateSubst_validate( FT_Bytes table, in otv_AlternateSubst_validate()
208 otv_Ligature_validate( FT_Bytes table, in otv_Ligature_validate()
240 otv_LigatureSubst_validate( FT_Bytes table, in otv_LigatureSubst_validate()
280 otv_ContextSubst_validate( FT_Bytes table, in otv_ContextSubst_validate()
339 otv_ChainContextSubst_validate( FT_Bytes table, in otv_ChainContextSubst_validate()
400 otv_ExtensionSubst_validate( FT_Bytes table, in otv_ExtensionSubst_validate()
456 otv_ReverseChainSingleSubst_validate( FT_Bytes table, in otv_ReverseChainSingleSubst_validate()
546 otv_GSUB_validate( FT_Bytes table, in otv_GSUB_validate()
A Dotvgpos.c59 otv_x_sxy( FT_Bytes table, in otv_x_sxy()
107 otv_u_O_O_u_O_O( FT_Bytes table, in otv_u_O_O_u_O_O()
169 otv_ValueRecord_validate( FT_Bytes table, in otv_ValueRecord_validate()
247 otv_Anchor_validate( FT_Bytes table, in otv_Anchor_validate()
313 otv_MarkArray_validate( FT_Bytes table, in otv_MarkArray_validate()
352 otv_SinglePos_validate( FT_Bytes table, in otv_SinglePos_validate()
428 otv_PairSet_validate( FT_Bytes table, in otv_PairSet_validate()
470 otv_PairPos_validate( FT_Bytes table, in otv_PairPos_validate()
577 otv_CursivePos_validate( FT_Bytes table, in otv_CursivePos_validate()
694 otv_MarkLigPos_validate( FT_Bytes table, in otv_MarkLigPos_validate()
[all …]
A Dotvmath.c46 otv_MathConstants_validate( FT_Bytes table, in otv_MathConstants_validate()
86 otv_MathItalicsCorrectionInfo_validate( FT_Bytes table, in otv_MathItalicsCorrectionInfo_validate()
135 otv_MathKern_validate( FT_Bytes table, in otv_MathKern_validate()
178 otv_MathKernInfo_validate( FT_Bytes table, in otv_MathKernInfo_validate()
225 otv_MathGlyphInfo_validate( FT_Bytes table, in otv_MathGlyphInfo_validate()
274 otv_GlyphAssembly_validate( FT_Bytes table, in otv_GlyphAssembly_validate()
315 otv_MathGlyphConstruction_validate( FT_Bytes table, in otv_MathGlyphConstruction_validate()
355 otv_MathVariants_validate( FT_Bytes table, in otv_MathVariants_validate()
416 otv_MATH_validate( FT_Bytes table, in otv_MATH_validate()
A Dotvjstf.c42 otv_JstfPriority_validate( FT_Bytes table, in otv_JstfPriority_validate()
148 otv_JstfScript_validate( FT_Bytes table, in otv_JstfScript_validate()
205 otv_JSTF_validate( FT_Bytes table, in otv_JSTF_validate()
A Dotvgdef.c47 otv_O_x_Ox( FT_Bytes table, in otv_O_x_Ox()
94 otv_CaretValue_validate( FT_Bytes table, in otv_CaretValue_validate()
147 otv_GDEF_validate( FT_Bytes table, in otv_GDEF_validate()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_table.c166 void lv_table_set_row_cnt(lv_obj_t * table, uint16_t row_cnt) in lv_table_set_row_cnt()
194 void lv_table_set_col_cnt(lv_obj_t * table, uint16_t col_cnt) in lv_table_set_col_cnt()
228 void lv_table_set_col_width(lv_obj_t * table, uint16_t col_id, lv_coord_t w) in lv_table_set_col_width()
402 const char * lv_table_get_cell_value(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_value()
421 uint16_t lv_table_get_row_cnt(lv_obj_t * table) in lv_table_get_row_cnt()
432 uint16_t lv_table_get_col_cnt(lv_obj_t * table) in lv_table_get_col_cnt()
444 lv_coord_t lv_table_get_col_width(lv_obj_t * table, uint16_t col_id) in lv_table_get_col_width()
538 bool lv_table_get_cell_merge_right(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_merge_right()
737 static lv_res_t lv_table_signal(lv_obj_t * table, lv_signal_t sign, void * param) in lv_table_signal()
767 static void refr_size(lv_obj_t * table) in refr_size()
[all …]
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvjust.c85 gxv_just_wdp_entry_validate( FT_Bytes table, in gxv_just_wdp_entry_validate()
128 gxv_just_wdc_entry_validate( FT_Bytes table, in gxv_just_wdc_entry_validate()
150 gxv_just_widthDeltaClusters_validate( FT_Bytes table, in gxv_just_widthDeltaClusters_validate()
335 gxv_just_actSubrecord_validate( FT_Bytes table, in gxv_just_actSubrecord_validate()
378 gxv_just_pcActionRecord_validate( FT_Bytes table, in gxv_just_pcActionRecord_validate()
418 gxv_just_pcLookupTable_validate( FT_Bytes table, in gxv_just_pcLookupTable_validate()
441 gxv_just_postcompTable_validate( FT_Bytes table, in gxv_just_postcompTable_validate()
467 FT_Bytes table, in gxv_just_classTable_entry_validate()
497 gxv_just_justClassTable_validate ( FT_Bytes table, in gxv_just_justClassTable_validate()
579 gxv_just_justData_validate( FT_Bytes table, in gxv_just_justData_validate()
[all …]
A Dgxvmort2.c58 gxv_mort_subtable_type2_opttable_load( FT_Bytes table, in gxv_mort_subtable_type2_opttable_load()
138 FT_Bytes table, in gxv_mort_subtable_type2_ligActionOffset_validate()
215 FT_Bytes table, in gxv_mort_subtable_type2_entry_validate()
244 gxv_mort_subtable_type2_ligatureTable_validate( FT_Bytes table, in gxv_mort_subtable_type2_ligatureTable_validate()
276 gxv_mort_subtable_type2_validate( FT_Bytes table, in gxv_mort_subtable_type2_validate()
A Dgxvcommn.c181 gxv_array_getlimits_byte( FT_Bytes table, in gxv_array_getlimits_byte()
210 gxv_array_getlimits_ushort( FT_Bytes table, in gxv_array_getlimits_ushort()
328 gxv_BinSrchHeader_validate( FT_Bytes table, in gxv_BinSrchHeader_validate()
755 gxv_LookupTable_validate( FT_Bytes table, in gxv_LookupTable_validate()
943 gxv_ClassTable_validate( FT_Bytes table, in gxv_ClassTable_validate()
1019 gxv_StateArray_validate( FT_Bytes table, in gxv_StateArray_validate()
1071 gxv_EntryTable_validate( FT_Bytes table, in gxv_EntryTable_validate()
1214 gxv_StateTable_validate( FT_Bytes table, in gxv_StateTable_validate()
1409 gxv_XStateArray_validate( FT_Bytes table, in gxv_XStateArray_validate()
1459 gxv_XEntryTable_validate( FT_Bytes table, in gxv_XEntryTable_validate()
[all …]
A Dgxvmort.c89 gxv_mort_featurearray_validate( FT_Bytes table, in gxv_mort_featurearray_validate()
150 gxv_mort_subtables_validate( FT_Bytes table, in gxv_mort_subtables_validate()
223 gxv_mort_chain_validate( FT_Bytes table, in gxv_mort_chain_validate()
260 gxv_mort_validate( FT_Bytes table, in gxv_mort_validate()
A Dgxvkern.c110 gxv_kern_subtable_fmt0_pairs_validate( FT_Bytes table, in gxv_kern_subtable_fmt0_pairs_validate()
172 gxv_kern_subtable_fmt0_validate( FT_Bytes table, in gxv_kern_subtable_fmt0_validate()
210 gxv_kern_subtable_fmt1_valueTable_load( FT_Bytes table, in gxv_kern_subtable_fmt1_valueTable_load()
266 FT_Bytes table, in gxv_kern_subtable_fmt1_entry_validate()
312 gxv_kern_subtable_fmt1_validate( FT_Bytes table, in gxv_kern_subtable_fmt1_validate()
409 gxv_kern_subtable_fmt2_validate( FT_Bytes table, in gxv_kern_subtable_fmt2_validate()
467 gxv_kern_subtable_fmt3_validate( FT_Bytes table, in gxv_kern_subtable_fmt3_validate()
740 gxv_kern_subtable_validate( FT_Bytes table, in gxv_kern_subtable_validate()
834 gxv_kern_validate_generic( FT_Bytes table, in gxv_kern_validate_generic()
898 gxv_kern_validate( FT_Bytes table, in gxv_kern_validate()
[all …]
A Dgxvmorx2.c59 gxv_morx_subtable_type2_opttable_load( FT_Bytes table, in gxv_morx_subtable_type2_opttable_load()
143 FT_Bytes table, in gxv_morx_subtable_type2_ligActionIndex_validate()
226 FT_Bytes table, in gxv_morx_subtable_type2_entry_validate()
261 gxv_morx_subtable_type2_ligatureTable_validate( FT_Bytes table, in gxv_morx_subtable_type2_ligatureTable_validate()
294 gxv_morx_subtable_type2_validate( FT_Bytes table, in gxv_morx_subtable_type2_validate()
A Dgxvmorx.c42 gxv_morx_subtables_validate( FT_Bytes table, in gxv_morx_subtables_validate()
117 gxv_morx_chain_validate( FT_Bytes table, in gxv_morx_chain_validate()
161 gxv_morx_validate( FT_Bytes table, in gxv_morx_validate()
A Dgxvfeat.c138 gxv_feat_name_index_validate( FT_Bytes table, in gxv_feat_name_index_validate()
163 gxv_feat_setting_validate( FT_Bytes table, in gxv_feat_setting_validate()
191 gxv_feat_name_validate( FT_Bytes table, in gxv_feat_name_validate()
273 gxv_feat_validate( FT_Bytes table, in gxv_feat_validate()
A Dgxvmort1.c54 gxv_mort_subtable_type1_substitutionTable_load( FT_Bytes table, in gxv_mort_subtable_type1_substitutionTable_load()
138 FT_Bytes table, in gxv_mort_subtable_type1_entry_validate()
182 gxv_mort_subtable_type1_substTable_validate( FT_Bytes table, in gxv_mort_subtable_type1_substTable_validate()
224 gxv_mort_subtable_type1_validate( FT_Bytes table, in gxv_mort_subtable_type1_validate()
A Dgxvmorx5.c65 gxv_morx_subtable_type5_insertionGlyphList_load( FT_Bytes table, in gxv_morx_subtable_type5_insertionGlyphList_load()
114 FT_Bytes table, in gxv_morx_subtable_type5_InsertList_validate()
144 FT_Bytes table, in gxv_morx_subtable_type5_entry_validate()
194 gxv_morx_subtable_type5_validate( FT_Bytes table, in gxv_morx_subtable_type5_validate()
A Dgxvmorx0.c46 FT_Bytes table, in gxv_morx_subtable_type0_entry_validate()
86 gxv_morx_subtable_type0_validate( FT_Bytes table, in gxv_morx_subtable_type0_validate()
A Dgxvmort0.c68 FT_Bytes table, in gxv_mort_subtable_type0_entry_validate()
126 gxv_mort_subtable_type0_validate( FT_Bytes table, in gxv_mort_subtable_type0_validate()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Ddhcps.h108 struct table { struct
121 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument
123 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument
125 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument
127 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument
129 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument
131 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument
133 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument
135 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/
A Ddhcps.h110 struct table { struct
123 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument
125 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument
127 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument
129 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument
131 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument
133 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument
135 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument
137 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c279 TT_Post_20 table = &face->postscript_names.names.format_20; in load_format_20() local
356 TT_Post_25 table = &face->postscript_names.names.format_25; in load_format_25() local
428 TT_Post_20 table = &names->names.format_20; in tt_face_free_ps_names() local
443 TT_Post_25 table = &names->names.format_25; in tt_face_free_ps_names() local
516 TT_Post_20 table = &names->names.format_20; in tt_face_get_ps_name() local
539 TT_Post_25 table = &names->names.format_25; in tt_face_get_ps_name() local
/AliOS-Things-master/components/freetype/src/base/
A Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, in ft_mem_table_alloc()
242 ft_mem_table_free( FT_MemTable table, in ft_mem_table_free()
255 ft_mem_table_resize( FT_MemTable table ) in ft_mem_table_resize()
307 FT_MemTable table; in ft_mem_table_new() local
344 ft_mem_table_destroy( FT_MemTable table ) in ft_mem_table_destroy()
425 ft_mem_table_get_nodep( FT_MemTable table, in ft_mem_table_get_nodep()
451 ft_mem_table_get_source( FT_MemTable table ) in ft_mem_table_get_source()
504 ft_mem_table_set( FT_MemTable table, in ft_mem_table_set()
603 ft_mem_table_remove( FT_MemTable table, in ft_mem_table_remove()
678 FT_MemTable table = (FT_MemTable)memory->user; in ft_mem_debug_alloc() local
[all …]
A Dftgxval.c76 FT_Bytes table ) in FT_TrueTypeGX_Free()
127 FT_Bytes table ) in FT_ClassicKern_Free()

Completed in 36 milliseconds

12345