Home
last modified time | relevance | path

Searched defs:WidthIterator (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.h35 struct WidthIterator { struct
41 …at maxGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_maxGlyphBoundingBoxY; } in maxGlyphBoundingBoxY()
42 …at minGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_minGlyphBoundingBoxY; } in minGlyphBoundingBoxY()
43 … float firstGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_firstGlyphOverflow; } in firstGlyphOverflow()
44 float lastGlyphOverflow() const { ASSERT(m_accountForGlyphBounds); return m_lastGlyphOverflow; } in lastGlyphOverflow()
46 const Font* m_font;
48 const TextRun& m_run;
49 int m_end;
51 unsigned m_currentCharacter;
52 float m_runWidthSoFar;
[all …]
DWidthIterator.cpp44 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* … in WidthIterator() function in WebCore::WidthIterator