Home
last modified time | relevance | path

Searched refs:m_accountForGlyphBounds (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.h41 …float maxGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_maxGlyphBoundingBox… in maxGlyphBoundingBoxY()
42 …float minGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_minGlyphBoundingBox… 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()
61 bool m_accountForGlyphBounds; member
DWidthIterator.cpp52 , m_accountForGlyphBounds(accountForGlyphBounds) in WidthIterator()
196 if (m_accountForGlyphBounds) { in advance()
214 if (m_accountForGlyphBounds) { in advance()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413943 … whether to account for glyph bounds. Initialize m_accountForGlyphBounds accordingly. Initialize