Home | History | Annotate | Download | only in android

Lines Matching defs:advances

192     const GlyphBufferAdvance*   adv = glyphBuffer.advances(from);
433 // Get the advances (widths) for each glyph.
434 const HB_Fixed* advances() const { return m_item.advances; }
763 delete[] m_item.advances;
773 m_item.advances = new HB_Fixed[size];
790 memset(m_item.advances, 0, size * sizeof(m_item.advances[0]));
830 int advance = truncateFixedPointToInteger(m_item.advances[i]);
978 fromAdvance = walker.advances()[glyph];
985 toAdvance = walker.advances()[glyph];
1061 const HB_Fixed* advances = walker.advances();
1065 if (x < truncateFixedPointToInteger(advances[glyphIndex]))
1067 x -= truncateFixedPointToInteger(advances[glyphIndex]);
1072 if (x < truncateFixedPointToInteger(advances[glyphIndex]))
1074 x -= truncateFixedPointToInteger(advances[glyphIndex]);