Home
last modified time | relevance | path

Searched refs:glyph_data (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/type1/
Dt1gload.c168 FT_Data glyph_data; in T1_Parse_Glyph() local
171 decoder, glyph_index, &glyph_data, in T1_Parse_Glyph()
185 &glyph_data ); in T1_Parse_Glyph()
365 FT_Data glyph_data; in T1_Load_Glyph() local
438 &glyph_data, in T1_Load_Glyph()
578 t1glyph->control_data = (FT_Byte*)glyph_data.pointer; in T1_Load_Glyph()
579 t1glyph->control_len = glyph_data.length; in T1_Load_Glyph()
590 &glyph_data ); in T1_Load_Glyph()
/external/freetype/src/cid/
Dcidgload.c74 FT_Data glyph_data; in cid_load_glyph() local
78 glyph_index, &glyph_data ); in cid_load_glyph()
82 p = (FT_Byte*)glyph_data.pointer; in cid_load_glyph()
85 if ( glyph_data.length != 0 ) in cid_load_glyph()
87 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes ); in cid_load_glyph()
90 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes, in cid_load_glyph()
94 inc->funcs->free_glyph_data( inc->object, &glyph_data ); in cid_load_glyph()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc37 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/
Dpsft.c725 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/
Dpsmodule.c319 FT_Pointer glyph_data ) in ps_unicodes_init() argument
343 const char* gname = get_glyph_name( glyph_data, n ); in ps_unicodes_init()
362 free_glyph_name( glyph_data, gname ); in ps_unicodes_init()
/external/freetype/include/freetype/internal/services/
Dsvpscmap.h94 FT_Pointer glyph_data );
/external/freetype/src/truetype/
Dttgload.c1616 FT_Data glyph_data; in load_truetype_glyph() local
1669 glyph_index, &glyph_data ); in load_truetype_glyph()
1675 loader->byte_len = glyph_data.length; in load_truetype_glyph()
1679 glyph_data.pointer, in load_truetype_glyph()
1680 (FT_ULong)glyph_data.length ); in load_truetype_glyph()
2216 &glyph_data ); in load_truetype_glyph()
/external/harfbuzz_ng/src/
Dhb-buffer.hh215 const hb_codepoint_t *glyph_data);
Dhb-buffer.cc359 const uint32_t *glyph_data) in replace_glyphs() argument
372 pinfo->codepoint = glyph_data[i]; in replace_glyphs()
Dhb-ot-layout-gsubgpos.hh289 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()