Home
last modified time | relevance | path

Searched refs:DeltaGlyphID (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/otvalid/
Dotvgsub.c63 FT_Int DeltaGlyphID; in otv_SingleSubst_validate() local
69 DeltaGlyphID = FT_NEXT_SHORT( p ); in otv_SingleSubst_validate()
73 idx = (FT_Long)otv_Coverage_get_first( Coverage ) + DeltaGlyphID; in otv_SingleSubst_validate()
77 idx = (FT_Long)otv_Coverage_get_last( Coverage ) + DeltaGlyphID; in otv_SingleSubst_validate()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp91 *vglyphnum = glyphnum + tbl1->DeltaGlyphID; in GetVerticalGlyphSub2()
303 rec->DeltaGlyphID = GetInt16(sp); in ParseSingleSubstFormat1()
Dcfx_cttgsubtable.h101 int16_t DeltaGlyphID; member