Home
last modified time | relevance | path

Searched refs:glyph_ids (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font_fmt_txt.h128 const void * glyph_ids; member
A Dlv_font_fmt_txt.c177 const uint8_t * g_ids = kdsc->glyph_ids; in get_kern_value()
190 const uint16_t * g_ids = kdsc->glyph_ids; in get_kern_value()
A Dlv_font_roboto_12.c1766 .glyph_ids = kern_pair_glyph_ids,
A Dlv_font_roboto_16.c2228 .glyph_ids = kern_pair_glyph_ids,
A Dlv_font_roboto_22.c3144 .glyph_ids = kern_pair_glyph_ids,
A Dlv_font_roboto_28.c4258 .glyph_ids = kern_pair_glyph_ids,
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c294 FT_Byte* glyph_ids; /* glyph ID array */ in FT_CALLBACK_DEF() local
329 glyph_ids = subs + (max_subs + 1) * 8; in FT_CALLBACK_DEF()
330 if ( glyph_ids > valid->limit ) in FT_CALLBACK_DEF()
363 if ( ids < glyph_ids || ids + code_count*2 > table + length ) in FT_CALLBACK_DEF()
837 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; in tt_cmap4_validate() local
905 glyph_ids = offsets + num_segs * 2; in tt_cmap4_validate()
963 if ( p < glyph_ids || in tt_cmap4_validate()
980 if ( p < glyph_ids || in tt_cmap4_validate()

Completed in 21 milliseconds