Searched refs:getAuxData (Results 1 – 4 of 4) sorted by relevance
264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const;301 le_uint32 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const;
410 FeatureMask fm = glyphStorage.getAuxData(position, success); in hasFeatureTag()423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK); in findFeatureTag()
320 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const in getAuxData() function in LEGlyphStorage339 le_uint32 LEGlyphStorage::getAuxData(le_int32 glyphIndex, LEErrorCode &success) const in getAuxData() function in LEGlyphStorage
114 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); in adjustTags()