GlyphBufferAdvance   50 Source/platform/fonts/GlyphBuffer.h struct GlyphBufferAdvance : CGSize {
GlyphBufferAdvance   52 Source/platform/fonts/GlyphBuffer.h     GlyphBufferAdvance(CGSize size) : CGSize(size)
GlyphBufferAdvance   77 Source/platform/fonts/GlyphBuffer.h     GlyphBufferAdvance* advances(unsigned from) { return m_advances.data() + from; }
GlyphBufferAdvance   79 Source/platform/fonts/GlyphBuffer.h     const GlyphBufferAdvance* advances(unsigned from) const { return m_advances.data() + from; }
GlyphBufferAdvance  110 Source/platform/fonts/GlyphBuffer.h     void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
GlyphBufferAdvance  126 Source/platform/fonts/GlyphBuffer.h         GlyphBufferAdvance& lastAdvance = m_advances.last();
GlyphBufferAdvance  141 Source/platform/fonts/GlyphBuffer.h         GlyphBufferAdvance s = m_advances[index1];
GlyphBufferAdvance  148 Source/platform/fonts/GlyphBuffer.h     Vector<GlyphBufferAdvance, 2048> m_advances;
GlyphBufferAdvance  170 Source/platform/fonts/SimpleFontData.h     bool applyTransforms(GlyphBufferGlyph*, GlyphBufferAdvance*, size_t, TypesettingFeatures) const
GlyphBufferAdvance  112 Source/platform/fonts/WidthIterator.cpp     GlyphBufferAdvance* advances = glyphBuffer->advances(0);
GlyphBufferAdvance  161 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     const GlyphBufferAdvance* adv = glyphBuffer.advances(from);
GlyphBufferAdvance  144 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp GlyphBufferAdvance HarfBuzzShaper::createGlyphBufferAdvance(float width, float height)
GlyphBufferAdvance  238 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp GlyphBufferAdvance HarfBuzzShaper::createGlyphBufferAdvance(float width, float height)
GlyphBufferAdvance  240 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     return GlyphBufferAdvance(width, height);
GlyphBufferAdvance  141 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h     GlyphBufferAdvance createGlyphBufferAdvance(float, float);
GlyphBufferAdvance  123 Source/platform/fonts/mac/FontMac.cpp     const GlyphBufferAdvance* adv = glyphBuffer.advances(from);