Home
last modified time | relevance | path

Searched refs:pairValue (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java117 Constant pairValue = Element.toConstant(element.getValue()); in set() local
118 NameValuePair nameValuePair = new NameValuePair(pairName, pairValue); in set()
/external/mesa3d/src/imgui/
Dimstb_truetype.h2493 stbtt_uint8 *pairValue; in stbtt__GetGlyphGPOSInfoAdvance() local
2495 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()