Searched refs:glyph_data (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/type1/ |
D | t1gload.c | 169 FT_Data glyph_data; in T1_Parse_Glyph() local 172 decoder, glyph_index, &glyph_data, in T1_Parse_Glyph() 186 &glyph_data ); in T1_Parse_Glyph() 366 FT_Data glyph_data; in T1_Load_Glyph() local 440 &glyph_data, in T1_Load_Glyph() 580 t1glyph->control_data = (FT_Byte*)glyph_data.pointer; in T1_Load_Glyph() 581 t1glyph->control_len = glyph_data.length; in T1_Load_Glyph() 592 &glyph_data ); in T1_Load_Glyph()
|
/external/freetype/src/cid/ |
D | cidgload.c | 75 FT_Data glyph_data; in cid_load_glyph() local 79 glyph_index, &glyph_data ); in cid_load_glyph() 83 p = (FT_Byte*)glyph_data.pointer; in cid_load_glyph() 86 if ( glyph_data.length != 0 ) in cid_load_glyph() 88 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes ); in cid_load_glyph() 91 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, in cid_load_glyph() 95 inc->funcs->free_glyph_data( inc->object, &glyph_data ); in cid_load_glyph()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 202 static bool get_iterator (const char * glyph_data, in get_iterator() 209 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyph_data, 0); in get_iterator() 215 iterator->glyph_start = glyph_data; in get_iterator() 216 iterator->glyph_end = (const char *) glyph_data + length; in get_iterator()
|
D | hb-buffer.hh | 213 const hb_codepoint_t *glyph_data);
|
D | hb-ot-layout-gsubgpos.hh | 289 const HBUINT16 *glyph_data) const in may_match() 296 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO; in may_match() 351 const HBUINT16 glyph_data[]) in set_match_func() 354 match_glyph_data = glyph_data; in set_match_func()
|
D | hb-buffer.cc | 359 const uint32_t *glyph_data) in replace_glyphs() argument 372 pinfo->codepoint = glyph_data[i]; in replace_glyphs()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | ebdt_table.cc | 37 ReadableFontDataPtr glyph_data; in Glyph() local 38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length))); in Glyph() 39 return BitmapGlyph::CreateGlyph(glyph_data, format); in Glyph()
|
/external/freetype/src/psaux/ |
D | psft.c | 725 FT_Data glyph_data; in cf2_getT1SeacComponent() local 739 glyph_index, &glyph_data ); in cf2_getT1SeacComponent() 744 glyph_data.pointer = type1->charstrings[glyph_index]; in cf2_getT1SeacComponent() 745 glyph_data.length = (FT_Int)type1->charstrings_len[glyph_index]; in cf2_getT1SeacComponent() 750 FT_Byte* charstring_base = (FT_Byte*)glyph_data.pointer; in cf2_getT1SeacComponent() 751 FT_ULong charstring_len = (FT_ULong)glyph_data.length; in cf2_getT1SeacComponent()
|
/external/freetype/src/psnames/ |
D | psmodule.c | 320 FT_Pointer glyph_data ) in ps_unicodes_init() argument 344 const char* gname = get_glyph_name( glyph_data, n ); in ps_unicodes_init() 363 free_glyph_name( glyph_data, gname ); in ps_unicodes_init()
|
/external/freetype/include/freetype/internal/services/ |
D | svpscmap.h | 95 FT_Pointer glyph_data );
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1532 FT_Data glyph_data; in load_truetype_glyph() local 1585 glyph_index, &glyph_data ); in load_truetype_glyph() 1591 loader->byte_len = glyph_data.length; in load_truetype_glyph() 1595 glyph_data.pointer, in load_truetype_glyph() 1596 (FT_ULong)glyph_data.length ); in load_truetype_glyph() 2104 &glyph_data ); in load_truetype_glyph()
|