20 references to GPOS
PresentationCore (20)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
322
case OpenTypeTags.
GPOS
:
344
case OpenTypeTags.
GPOS
:
858
case OpenTypeTags.
GPOS
:
MS\Internal\Shaping\OpenTypeCommon.cs (5)
227
Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.
GPOS
);
415
case OpenTypeTags.
GPOS
:
924
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
935
case OpenTypeTags.
GPOS
:
1093
case OpenTypeTags.
GPOS
:
MS\Internal\Shaping\OpenTypeLayout.cs (6)
323
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
376
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
958
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
976
OpenTypeTags.
GPOS
,
1037
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
1056
OpenTypeTags.
GPOS
,
MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
73
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
315
CreateTableCache(font, OpenTypeTags.
GPOS
, maxCacheSize - totalSize, out tableCacheSize);
384
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
395
case OpenTypeTags.
GPOS
:
833
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
894
case OpenTypeTags.
GPOS
: