Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp22 struct _IntPair { struct
27 FX_DWORD count = m_Buffer.GetSize() / sizeof(_IntPair); in SetAt() argument
28 _IntPair* buf = (_IntPair*)m_Buffer.GetBuffer(); in SetAt()
29 _IntPair pair = {key, value}; in SetAt()
31 m_Buffer.AppendBlock(&pair, sizeof(_IntPair)); in SetAt()
46 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()
50 m_Buffer.GetSize() / sizeof(_IntPair), in Lookup()
51 sizeof(_IntPair), _CompareInt); in Lookup()