Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphBuffer.h74 m_advances.clear(); in clear()
78 GlyphBufferAdvance* advances(unsigned from) { return m_advances.data() + from; } in advances()
80 const GlyphBufferAdvance* advances(unsigned from) const { return m_advances.data() + from; } in advances()
91 return m_advances[index].width(); in advanceAt()
101 m_advances.append(advance); in add()
103 m_advances.append(FloatSize(width, 0)); in add()
111 m_advances.append(advance); in add()
123 GlyphBufferAdvance& lastAdvance = m_advances.last(); in expandLastAdvance()
138 GlyphBufferAdvance s = m_advances[index1]; in swap()
139 m_advances[index1] = m_advances[index2]; in swap()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp229 , m_advances(rhs.m_advances) in HarfBuzzRun()
244 m_advances.resize(m_numGlyphs); in applyShapeResult()
253 m_advances = run.m_advances; in copyShapeResultAndGlyphPositions()
262 m_advances[index] = advance; in setGlyphAndPositions()
270 float currentAdvance = m_advances[0]; in characterIndexForXPosition()
275 currentAdvance += m_advances[++glyphIndex]; in characterIndexForXPosition()
284 currentAdvance = m_advances[glyphIndex]; in characterIndexForXPosition()
286 currentAdvance += m_advances[++glyphIndex]; in characterIndexForXPosition()
306 position += m_advances[glyphIndex]; in xPositionForOffset()
312 position += m_advances[glyphIndex]; in xPositionForOffset()
[all …]
DHarfBuzzShaper.h89 float* advances() { return &m_advances[0]; } in advances()
106 Vector<float, 256> m_advances; variable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.h97 const CGSize* advances() const { return m_advances; } in advances()
119 const CGSize* m_advances; variable
DComplexTextControllerCoreText.mm121 m_advances = CTRunGetAdvancesPtr(ctRun);
122 if (!m_advances) {
125 m_advances = m_advancesVector.data();
164 m_advances = m_advancesVector.data();