Searched defs:m_advances (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphBuffer.h80 m_advances.clear();
87 GlyphBufferAdvance* advances(int from) { return m_advances.data() + from; }
89 const GlyphBufferAdvance* advances(int from) const { return m_advances.data() + from; }
103 GlyphBufferAdvance s = m_advances[index1];
104 m_advances[index1] = m_advances[index2];
105 m_advances[index2] = s;
126 return m_advances[index].width;
128 return m_advances[index];
130 return m_advances[inde
207 Vector<GlyphBufferAdvance, 2048> m_advances; member in class:WebCore::GlyphBuffer
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.h97 const CGSize* advances() const { return m_advances; }
136 const CGSize* m_advances; member in class:WebCore::ComplexTextController::ComplexTextRun

Completed in 67 milliseconds