Home
last modified time | relevance | path

Searched defs:num_glyphs (Results 1 – 25 of 55) sorted by relevance

123

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc75 int32_t num_glyphs) in HorizontalDeviceMetricsTable()
101 void HorizontalDeviceMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) { in SetNumGlyphs()
Dhorizontal_metrics_table.cc87 int32_t num_glyphs) in HorizontalMetricsTable()
130 void HorizontalMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) { in SetNumGlyphs()
Dmaximum_profile_table.cc125 void MaximumProfileTable::Builder::SetNumGlyphs(int32_t num_glyphs) { in SetNumGlyphs()
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.cc153 const unsigned int num_glyphs, in serialize_fdselect_3_4()
174 const unsigned int num_glyphs, in hb_serialize_cff_fdselect()
Dtest-ot-glyphname.cc50 const unsigned int num_glyphs = hb_face_get_glyph_count (face); in main() local
Dhb-ot-post-table-v2subset.hh75 unsigned num_glyphs = c->plan->num_output_glyphs (); in subset() local
Dhb-subset-plan.cc271 unsigned int num_glyphs) in _remove_invalid_gids()
423 unsigned int *num_glyphs /* OUT */) in _create_old_gid_to_new_gid_map()
Dhb-face.hh57 mutable hb_atomic_int_t num_glyphs; /* Number of glyphs. */ member
Dmain.cc194 unsigned num_glyphs = hb_face_get_glyph_count (face); in layered_glyph_dump() local
253 unsigned num_glyphs = hb_face_get_glyph_count (hb_font_get_face (font)); in dump_glyphs() local
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.cc82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + in NumGlyphs() local
291 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, 0); in Initialize() local
306 int32_t num_glyphs = IndexSubTableFormat5::NumGlyphs(data, in DataLength() local
Dindex_sub_table_format4.cc82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + in NumGlyphs() local
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data, in DataLength() local
/external/harfbuzz_ng/util/
Dshape-options.hh88 unsigned int num_glyphs = hb_buffer_get_length (buffer); in populate_buffer() local
154 unsigned int num_glyphs; in verify_buffer_monotone() local
190 unsigned int num_glyphs; in verify_buffer_safe_to_break() local
Dshape-format.hh106 unsigned int num_glyphs = hb_buffer_get_length (buffer); in serialize() local
/external/freetype/src/sfnt/
Dttpost.c166 FT_Int num_glyphs; in load_format_20() local
311 FT_Int num_glyphs; in load_format_25() local
Dttcmap.h101 FT_UInt num_glyphs; member
/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.cc70 int32_t num_glyphs) in LocaTable()
142 void LocaTable::Builder::SetNumGlyphs(int32_t num_glyphs) { in SetNumGlyphs()
Dloca_table.h144 int32_t num_glyphs() { return num_glyphs_; } in num_glyphs() function
/external/harfbuzz_ng/perf/
Dperf-extents.hh14 unsigned num_glyphs; in extents() local
/external/freetype/src/psaux/
Dt1cmap.h46 FT_UInt num_glyphs; member
/external/freetype/src/type1/
Dt1load.h41 FT_Int num_glyphs; member
/external/freetype/src/type42/
Dt42parse.h50 FT_Int num_glyphs; member
/external/freetype/src/otvalid/
Dotvmod.c84 FT_UInt num_glyphs = (FT_UInt)face->num_glyphs; in otv_validate() local
/external/freetype/src/cff/
Dcffload.c705 FT_UInt num_glyphs, in CFF_Load_FD_Select()
832 FT_UInt num_glyphs, in cff_charset_compute_cids()
907 FT_UInt num_glyphs, in cff_charset_load()
1634 FT_UInt num_glyphs, in cff_encoding_load()
/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc243 int32_t num_glyphs = composite_glyph->NumGlyphs(); in ResolveCompositeGlyphs() local
/external/sfntly/cpp/src/sfntly/
Dfont.cc463 int32_t num_glyphs = max_profile_builder->NumGlyphs(); in InterRelateBuilders() local
476 int32_t num_glyphs = max_profile_builder->NumGlyphs(); in InterRelateBuilders() local

123