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.cpp188 auto it = m_BBoxMap.find(wUnicode); in GetCharBBox()
189 if (it != m_BBoxMap.end()) { in GetCharBBox()
207 m_BBoxMap[wUnicode] = rtBBox; in GetCharBBox()
Dcfgas_gefont.h87 std::map<wchar_t, FX_RECT> m_BBoxMap; variable