Searched refs:pairValue (Results 1 – 2 of 2) sorted by relevance
117 Constant pairValue = Element.toConstant(element.getValue()); in set() local118 NameValuePair nameValuePair = new NameValuePair(pairName, pairValue); in set()
2493 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local2495 pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; in stbtt__GetGlyphGPOSInfoAdvance()2496 secondGlyph = ttUSHORT(pairValue); in stbtt__GetGlyphGPOSInfoAdvance()2503 stbtt_int16 xAdvance = ttSHORT(pairValue + 2); in stbtt__GetGlyphGPOSInfoAdvance()