Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtable_provider.rs45 let num_glyphs = self.maxp().map(|maxp| maxp.num_glyphs())?; in hmtx() localVariable
53 let num_glyphs = self.maxp().map(|maxp| maxp.num_glyphs())?; in vmtx() localVariable
159 let num_glyphs = self.maxp().map(|maxp| maxp.num_glyphs())?; in sbix() localVariable
212 let num_glyphs = DummyProvider.maxp().unwrap().num_glyphs(); in bug_105() localVariable
/aosp_15_r20/external/freetype/src/sfnt/
H A Dttpost.c161 FT_UShort num_glyphs, in load_format_20()
270 FT_UShort num_glyphs, in load_format_25()
330 FT_UShort num_glyphs; in load_post_names() local
H A Dsfwoff2.c845 FT_UShort num_glyphs; in reconstruct_glyf() local
1294 FT_UShort num_glyphs; in get_x_mins() local
1389 FT_UShort num_glyphs, in reconstruct_hmtx()
H A Dttsbit.c1341 FT_ULong mm, num_glyphs; in tt_sbit_decoder_load_image() local
1377 FT_ULong image_size, mm, num_glyphs; in tt_sbit_decoder_load_image() local
H A Dttcmap.h101 FT_UInt num_glyphs; member
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer-verify.cc72 unsigned int num_glyphs; in buffer_verify_monotone() local
109 unsigned int num_glyphs; in buffer_verify_unsafe_to_break() local
254 unsigned num_glyphs; in buffer_verify_unsafe_to_concat() local
H A Dhb-subset-cff-common.cc161 const unsigned int num_glyphs, in serialize_fdselect_3_4()
182 const unsigned int num_glyphs, in hb_serialize_cff_fdselect()
H A Dmain.cc207 unsigned num_glyphs = hb_face_get_glyph_count (face); in layered_glyph_dump() local
265 unsigned num_glyphs = hb_face_get_glyph_count (hb_font_get_face (font)); in dump_glyphs() local
H A Dhb-subset-plan.cc640 unsigned int num_glyphs) in _remove_invalid_gids()
782 unsigned num_glyphs = plan->source->get_num_glyphs (); in _populate_unicodes_to_retain() local
976 unsigned int *num_glyphs /* OUT */) in _create_old_gid_to_new_gid_map()
H A Dtest-ot-glyphname.cc50 const unsigned int num_glyphs = hb_face_get_glyph_count (face); in main() local
H A Dhb-ot-var-gvar-table.hh404 unsigned num_glyphs = c->plan->num_output_glyphs (); in instantiate() local
433 unsigned int num_glyphs = c->plan->num_output_glyphs (); in subset() local
H A Dhb-ot-post-table-v2subset.hh75 unsigned num_glyphs = c->plan->num_output_glyphs (); in subset() local
H A Dhb-subset-cff1.cc507 unsigned num_glyphs = plan->num_output_glyphs (); in plan_subset_charset() local
755 unsigned int num_glyphs; member
H A Dhb-face.hh53 mutable hb_atomic_int_t num_glyphs; /* Number of glyphs. */ member
H A Dhb-cairo.cc562 int *num_glyphs, in hb_cairo_text_to_glyphs()
940 unsigned int *num_glyphs, in hb_cairo_glyphs_from_buffer()
/aosp_15_r20/external/freetype/src/cff/
H A 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()
1637 FT_UInt num_glyphs, in cff_encoding_load()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_sbix.rs319 num_glyphs: u16, field
353 let num_glyphs = *args; in read_with_args() localVariable
416 pub(crate) fn num_glyphs(&self) -> u16 { in num_glyphs() method
486 let num_glyphs = *args; in read_with_args() localVariable
H A Dgenerated_post.rs91 let num_glyphs = version in read() localVariable
202 pub fn num_glyphs(&self) -> Option<u16> { in num_glyphs() method
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcfx_psrenderer.cpp95 size_t num_glyphs, in GenerateType42FontDictionary()
927 size_t num_glyphs, in GenerateType42FontDictionaryForTesting()
/aosp_15_r20/external/freetype/src/psaux/
H A Dt1cmap.h46 FT_UInt num_glyphs; member
/aosp_15_r20/external/freetype/src/type1/
H A Dt1load.h41 FT_Int num_glyphs; member
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dhvar.rs92 let num_glyphs = maxp.num_glyphs(); in advance_deltas_from_hvar_with_truncated_adv_index_map() localVariable
/aosp_15_r20/external/freetype/src/type42/
H A Dt42parse.h50 FT_Int num_glyphs; member
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dglyf-helpers.hh48 unsigned num_glyphs = num_offsets - 1; in _write_loca() local
/aosp_15_r20/external/freetype/src/otvalid/
H A Dotvmod.c84 FT_UInt num_glyphs = (FT_UInt)face->num_glyphs; in otv_validate() local

1234567