Home
last modified time | relevance | path

Searched refs:m_advances (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGlyphBuffer.h80 m_advances.clear(); in clear()
87 GlyphBufferAdvance* advances(int from) { return m_advances.data() + from; } in advances()
89 const GlyphBufferAdvance* advances(int from) const { return m_advances.data() + from; } in advances()
103 GlyphBufferAdvance s = m_advances[index1]; in swap()
104 m_advances[index1] = m_advances[index2]; in swap()
105 m_advances[index2] = s; in swap()
126 return m_advances[index].width; in advanceAt()
128 return m_advances[index]; in advanceAt()
130 return m_advances[index].width(); in advanceAt()
158 m_advances.append(advance);
[all …]
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextControllerCoreText.cpp68 m_advances = CTRunGetAdvancesPtr(ctRun); in ComplexTextRun()
69 if (!m_advances) { in ComplexTextRun()
72 m_advances = m_advancesVector.data(); in ComplexTextRun()
103 m_advances = m_advancesVector.data(); in createTextRunFromFontDataCoreText()
DComplexTextController.h97 const CGSize* advances() const { return m_advances; } in advances()
136 const CGSize* m_advances; variable
DComplexTextControllerATSUI.cpp92 complexTextRun->m_advances = complexTextRun->m_advancesVector.data(); in overrideLayoutOperation()
247 m_advances = m_advancesVector.data(); in createTextRunFromFontDataATSUI()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2939656 including its own, and moved the code to initialize m_glyphs and m_advances here. Previously