Searched refs:m_BBoxMap (Results 1 – 2 of 2) sorted by relevance
189 auto it = m_BBoxMap.find(wUnicode); in GetCharBBox()190 if (it != m_BBoxMap.end()) { in GetCharBBox()209 m_BBoxMap[wUnicode] = rt; in GetCharBBox()
92 std::map<wchar_t, CFX_Rect> m_BBoxMap; variable