Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp316 auto it = m_BBoxMap.find(wUnicode); in GetCharBBoxInternal()
317 if (it != m_BBoxMap.end()) { in GetCharBBoxInternal()
335 m_BBoxMap[wUnicode] = rt; in GetCharBBoxInternal()
Dcfgas_gefont.h112 std::map<FX_WCHAR, CFX_Rect> m_BBoxMap; variable