Searched refs:m_logs (Results 1 – 3 of 3) sorted by relevance
206 &shaping.m_logs[0], &shaping.m_visualAttributes[0], in characterToX()248 &shaping.m_logs[0], &shaping.m_visualAttributes[0], in xToCharacter()304 fromGlyph = shaping.m_logs[toChar - 1]; in draw()317 afterGlyph = shaping.m_logs[fromChar - 1]; in draw()324 fromGlyph = shaping.m_logs[fromChar < 0 ? 0 : fromChar]; in draw()328 afterGlyph = shaping.m_logs[toChar]; in draw()420 size_t glyphIndex = shaping.m_logs[localOffset]; in firstGlyphForCharacter()540 shaping.m_logs.resize(itemLength); in shape()568 &shaping.m_glyphs[0], &shaping.m_logs[0], in shape()674 shaping.m_logs.clear(); in shape()[all …]
247 return static_cast<int>(m_logs.size()); in charLength()281 Vector<WORD, UNISCRIBE_HELPER_STACK_CHARS> m_logs; member
124 EXPECT_EQ(0, uniscribe.m_shapes[0].m_logs.size()); in TEST_F()