Home
last modified time | relevance | path

Searched refs:get_glyph_data (Results 1 – 8 of 8) sorted by relevance

/external/freetype/include/freetype/
Dftincrem.h272 FT_Incremental_GetGlyphDataFunc get_glyph_data; member
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh1272 this->get_glyph_data = subtable; in init()
1288 this->get_glyph_data = &this->format4_accel; in init()
1302 return this->get_glyph_funcZ (this->get_glyph_data, unicode, glyph); in get_nominal_glyph()
1313 const void *get_glyph_data = this->get_glyph_data; in get_nominal_glyphs() local
1317 done < count && get_glyph_funcZ (get_glyph_data, *first_unicode, first_glyph); in get_nominal_glyphs()
1391 const void *get_glyph_data; member
/external/freetype/src/cid/
Dcidgload.c77 error = inc->funcs->get_glyph_data( inc->object, in cid_load_glyph()
/external/freetype/src/type1/
Dt1gload.c73 error = inc->funcs->get_glyph_data( inc->object, in T1_Parse_Glyph_And_Get_Char_String()
/external/freetype/src/cff/
Dcffgload.c56 face->root.internal->incremental_interface->funcs->get_glyph_data( in cff_get_glyph_data()
/external/freetype/src/psaux/
Dpsft.c738 error = inc->funcs->get_glyph_data( inc->object, in cf2_getT1SeacComponent()
/external/freetype/src/truetype/
Dttgload.c1667 error = face->root.internal->incremental_interface->funcs->get_glyph_data( in load_truetype_glyph()
/external/freetype/
DChangeLog.217265 get_glyph_data function; they have no valid charset table.