Home
last modified time | relevance | path

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

/external/freetype/src/otvalid/
Dotvmath.c230 FT_UInt ExtendedShapeCoverage, MathKernInfo; in otv_MathGlyphInfo_validate() local
240 MathKernInfo = FT_NEXT_USHORT( p ); in otv_MathGlyphInfo_validate()
258 if ( MathKernInfo ) in otv_MathGlyphInfo_validate()
259 otv_MathKernInfo_validate( table + MathKernInfo, otvalid ); in otv_MathGlyphInfo_validate()
/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh328 struct MathKernInfo struct
409 OffsetTo<MathKernInfo> mathKernInfo;
/external/fonttools/Lib/fontTools/subset/
D__init__.py2158 @_add_method(otTables.MathKernInfo)
2171 if self.MathKernInfo:
2172 self.MathKernInfo.subset_glyphs(s)