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.cpp189 auto it = m_BBoxMap.find(wUnicode); in GetCharBBox()
190 if (it != m_BBoxMap.end()) { in GetCharBBox()
209 m_BBoxMap[wUnicode] = rt; in GetCharBBox()
Dcfgas_gefont.h92 std::map<wchar_t, CFX_Rect> m_BBoxMap; variable