HomeSort by relevance Sort by last modified time
    Searched refs:m_minGlyphBoundingBoxY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 50 float minGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_minGlyphBoundingBoxY; }
93 float m_minGlyphBoundingBoxY;
WidthIterator.cpp 48 , m_minGlyphBoundingBoxY(std::numeric_limits<float>::max())
174 m_minGlyphBoundingBoxY = std::min(m_minGlyphBoundingBoxY, bounds.y());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 70 float minGlyphBoundingBoxY() const { return m_minGlyphBoundingBoxY; }
174 float m_minGlyphBoundingBoxY;
ComplexTextController.cpp 60 , m_minGlyphBoundingBoxY(std::numeric_limits<float>::max())
601 m_minGlyphBoundingBoxY = std::min(m_minGlyphBoundingBoxY, glyphBounds.y());

Completed in 4731 milliseconds