Searched refs:mlpf1 (Results 1 – 1 of 1) sorted by relevance
1995 … const GPOS_MarkLigPosFormat1 *mlpf1 = (const GPOS_MarkLigPosFormat1 *)GPOS_get_subtable(look, j); in GPOS_apply_MarkToLigature() local1996 if (GET_BE_WORD(mlpf1->PosFormat) == 1) in GPOS_apply_MarkToLigature()1998 int offset = GET_BE_WORD(mlpf1->MarkCoverage); in GPOS_apply_MarkToLigature()2000 mark_index = GSUB_is_glyph_covered((const BYTE*)mlpf1+offset, glyphs[glyph_index]); in GPOS_apply_MarkToLigature()2004 offset = GET_BE_WORD(mlpf1->LigatureCoverage); in GPOS_apply_MarkToLigature()2014 int class_count = GET_BE_WORD(mlpf1->ClassCount); in GPOS_apply_MarkToLigature()2022 offset = GET_BE_WORD(mlpf1->MarkArray); in GPOS_apply_MarkToLigature()2023 ma = (const GPOS_MarkArray*)((const BYTE*)mlpf1 + offset); in GPOS_apply_MarkToLigature()2032 offset = GET_BE_WORD(mlpf1->LigatureArray); in GPOS_apply_MarkToLigature()2033 la = (const GPOS_LigatureArray*)((const BYTE*)mlpf1 + offset); in GPOS_apply_MarkToLigature()[all …]