20 references to GPOS
PresentationCore (20)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (3)
323
case OpenTypeTags.
GPOS
:
345
case OpenTypeTags.
GPOS
:
859
case OpenTypeTags.
GPOS
:
MS\Internal\Shaping\OpenTypeCommon.cs (5)
228
Debug.Assert(TableTag==OpenTypeTags.GSUB || TableTag==OpenTypeTags.
GPOS
);
416
case OpenTypeTags.
GPOS
:
925
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
936
case OpenTypeTags.
GPOS
:
1094
case OpenTypeTags.
GPOS
:
MS\Internal\Shaping\OpenTypeLayout.cs (6)
324
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
377
FontTable gposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
959
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
977
OpenTypeTags.
GPOS
,
1038
FontTable GposTable = Font.GetFontTable(OpenTypeTags.
GPOS
);
1057
OpenTypeTags.
GPOS
,
MS\Internal\Shaping\OpenTypeLayoutCache.cs (6)
74
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
316
CreateTableCache(font, OpenTypeTags.
GPOS
, maxCacheSize - totalSize, out tableCacheSize);
385
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
396
case OpenTypeTags.
GPOS
:
834
Debug.Assert(tableTag == OpenTypeTags.GSUB || tableTag == OpenTypeTags.
GPOS
);
895
case OpenTypeTags.
GPOS
: