Home
last modified time | relevance | path

Searched defs:glyph_data (Results 1 – 14 of 14) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dsbix.rs6 pub fn glyph_data(&self, glyph_id: GlyphId) -> Result<Option<GlyphData<'a>>, ReadError> { in glyph_data() method
Dsvg.rs9 pub fn glyph_data(&self, glyph_id: GlyphId) -> Result<Option<&'a [u8]>, ReadError> { in glyph_data() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dsbix.rs6 pub fn glyph_data(&self, glyph_id: GlyphId) -> Result<Option<GlyphData<'a>>, ReadError> { in glyph_data() method
Dsvg.rs9 pub fn glyph_data(&self, glyph_id: GlyphId) -> Result<Option<&'a [u8]>, ReadError> { in glyph_data() method
/external/freetype/src/type1/
Dt1gload.c168 FT_Data glyph_data; in T1_Parse_Glyph() local
365 FT_Data glyph_data; in T1_Load_Glyph() local
/external/freetype/src/cid/
Dcidgload.c185 FT_Data glyph_data; in cid_load_glyph() local
/external/freetype/src/psnames/
Dpsmodule.c318 FT_Pointer glyph_data ) in ps_unicodes_init()
/external/freetype/src/psaux/
Dpsft.c723 FT_Data glyph_data; in cf2_getT1SeacComponent() local
/external/freetype/src/truetype/
Dttgload.c1443 FT_Data glyph_data; in load_truetype_glyph() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_glyf.rs187 pub fn glyph_data(&self) -> &'a [u8] { in glyph_data() method
Dgenerated_ift.rs2675 pub fn glyph_data(&self) -> ArrayOfOffsets<'a, GlyphData<'a>, Offset32> { in glyph_data() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_glyf.rs187 pub fn glyph_data(&self) -> &'a [u8] { in glyph_data() method
Dgenerated_ift.rs2675 pub fn glyph_data(&self) -> ArrayOfOffsets<'a, GlyphData<'a>, Offset32> { in glyph_data() method
/external/skia/src/ports/fontations/src/
Dffi.rs1333 glyph_data: GlyphData<'a>, field