HomeSort by relevance Sort by last modified time
    Searched defs:GetInt16 (Results 1 - 3 of 3) sorted by null

  /external/flatbuffers/go/
encode.go 75 // GetInt16 decodes a little-endian int16 from a byte slice.
76 func GetInt16(buf []byte) (n int16) {
table.go 102 // GetInt16 retrieves a int16 at the given offset.
103 func (t *Table) GetInt16(off UOffsetT) int16 {
104 return GetInt16(t.Bytes[off:])
199 return t.GetInt16(t.Pos + UOffsetT(off))
  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.cpp 142 int16_t CFX_CTTGSUBTable::GetInt16(FT_Bytes& p) const {
298 rec->DeltaGlyphID = GetInt16(sp);

Completed in 1852 milliseconds