Searched refs:m_BBoxMap (Results 1 – 2 of 2) sorted by relevance
188 auto it = m_BBoxMap.find(wUnicode); in GetCharBBox()189 if (it != m_BBoxMap.end()) { in GetCharBBox()207 m_BBoxMap[wUnicode] = rtBBox; in GetCharBBox()
87 std::map<wchar_t, FX_RECT> m_BBoxMap; variable