Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp23 struct _IntPair { struct
29 uint32_t count = m_Buffer.GetSize() / sizeof(_IntPair); in SetAt() argument
30 _IntPair* buf = (_IntPair*)m_Buffer.GetBuffer(); in SetAt()
31 _IntPair pair = {key, value}; in SetAt()
33 m_Buffer.AppendBlock(&pair, sizeof(_IntPair)); in SetAt()
48 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()
53 m_Buffer.GetSize() / sizeof(_IntPair), in Lookup()
54 sizeof(_IntPair), _CompareInt); in Lookup()