Home
last modified time | relevance | path

Searched refs:table_count (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-face.cc510 unsigned int *table_count, /* IN/OUT */ in hb_face_get_table_tags() argument
515 if (table_count) in hb_face_get_table_tags()
516 *table_count = 0; in hb_face_get_table_tags()
525 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()
634 unsigned int table_count = data->tables.length; in _hb_face_builder_data_reference_blob() local
635 unsigned int face_length = table_count * 16 + 12; in _hb_face_builder_data_reference_blob()
637 for (unsigned int i = 0; i < table_count; i++) in _hb_face_builder_data_reference_blob()
Dhb-open-file.hh89 unsigned int *table_count, /* IN/OUT */ in get_table_tags()
92 if (table_count) in get_table_tags()
95 *table_count = 0; in get_table_tags()
97 *table_count = hb_min (*table_count, tables.len - start_offset); in get_table_tags()
100 unsigned int count = *table_count; in get_table_tags()
Dhb-face.h121 unsigned int *table_count, /* IN/OUT */
/third_party/harfbuzz/src/
Dhb-face.cc542 unsigned int *table_count, /* IN/OUT */ in hb_face_get_table_tags() argument
547 if (table_count) in hb_face_get_table_tags()
548 *table_count = 0; in hb_face_get_table_tags()
557 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()
671 unsigned int table_count = data->tables.length; in _hb_face_builder_data_reference_blob() local
672 unsigned int face_length = table_count * 16 + 12; in _hb_face_builder_data_reference_blob()
674 for (unsigned int i = 0; i < table_count; i++) in _hb_face_builder_data_reference_blob()
Dhb-open-file.hh89 unsigned int *table_count, /* IN/OUT */ in get_table_tags()
92 if (table_count) in get_table_tags()
94 + tables.sub_array (start_offset, table_count) in get_table_tags()
96 | hb_sink (hb_array (table_tags, *table_count)) in get_table_tags()
Dhb-face.h140 unsigned int *table_count, /* IN/OUT */
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvmod.c81 if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \
106 if ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) \
114 FT_UInt table_count ) in gxv_validate() argument
135 for ( i = 0; i < table_count; i++ ) in gxv_validate()
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvmod.c81 if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \
103 if ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) \
111 FT_UInt table_count ) in gxv_validate() argument
132 for ( i = 0; i < table_count; i++ ) in gxv_validate()
/third_party/freetype/src/gxvalid/
Dgxvmod.c80 if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \
102 if ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) \
110 FT_UInt table_count ) in gxv_validate() argument
131 for ( i = 0; i < table_count; i++ ) in gxv_validate()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-face.cc543 unsigned int *table_count, /* IN/OUT */ in hb_face_get_table_tags() argument
548 if (table_count) in hb_face_get_table_tags()
549 *table_count = 0; in hb_face_get_table_tags()
558 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()
672 unsigned int table_count = data->tables.get_population (); in _hb_face_builder_data_reference_blob() local
673 unsigned int face_length = table_count * 16 + 12; in _hb_face_builder_data_reference_blob()
Dhb-open-file.hh88 unsigned int *table_count, /* IN/OUT */ in get_table_tags()
91 if (table_count) in get_table_tags()
93 + tables.sub_array (start_offset, table_count) in get_table_tags()
95 | hb_sink (hb_array (table_tags, *table_count)) in get_table_tags()
Dhb-face.h140 unsigned int *table_count, /* IN/OUT */
/third_party/wayland_standard/cursor/
Dconvert_font.c80 int32_t table_count; member
234 printf("tablecount %d\n", header->table_count); in handle_pcf()
237 for (i = 0; i < header->table_count; ++i) { in handle_pcf()