HomeSort by relevance Sort by last modified time
    Searched defs:m_maxGlyphBoundingBoxY (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h 41 float maxGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_maxGlyphBoundingBoxY; }
62 float m_maxGlyphBoundingBoxY;
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h 52 float maxGlyphBoundingBoxY() const { return m_maxGlyphBoundingBoxY; }
70 float m_maxGlyphBoundingBoxY;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 66 float maxGlyphBoundingBoxY() const { return m_maxGlyphBoundingBoxY; }
187 float m_maxGlyphBoundingBoxY;

Completed in 37 milliseconds