Searched refs:WidthMapKey (Results 1 – 2 of 2) sorted by relevance
65 using WidthMapKey = std::tuple<uint32_t, int, int>; variable89 std::map<WidthMapKey, int> m_WidthMap;
228 const WidthMapKey key = std::make_tuple(glyph_index, dest_width, weight); in GetGlyphWidth()