Searched refs:GetInt16 (Results 1 – 7 of 7) sorted by relevance
23 return rcv._tab.GetInt16(rcv._tab.Pos + flatbuffers.UOffsetT(0))
56 return rcv._tab.GetInt16(o + rcv._tab.Pos)
48 return rcv._tab.GetInt16(o + rcv._tab.Pos)60 return rcv._tab.GetInt16(o + rcv._tab.Pos)
103 func (t *Table) GetInt16(off UOffsetT) int16 { func104 return GetInt16(t.Bytes[off:])199 return t.GetInt16(t.Pos + UOffsetT(off))
76 func GetInt16(buf []byte) (n int16) { func
142 int16_t CFX_CTTGSUBTable::GetInt16(FT_Bytes& p) const { in GetInt16() function in CFX_CTTGSUBTable298 rec->DeltaGlyphID = GetInt16(sp); in ParseSingleSubstFormat1()
145 int16_t GetInt16(FT_Bytes& p) const;