Searched refs:m_BBoxMap (Results 1 – 2 of 2) sorted by relevance
316 auto it = m_BBoxMap.find(wUnicode); in GetCharBBoxInternal()317 if (it != m_BBoxMap.end()) { in GetCharBBoxInternal()335 m_BBoxMap[wUnicode] = rt; in GetCharBBoxInternal()
112 std::map<FX_WCHAR, CFX_Rect> m_BBoxMap; variable