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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.h 49 float minGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_minGlyphBoundingBoxY; }
FontFastPath.cpp 541 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-it.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.h 71 float minGlyphBoundingBoxY() const { return m_minGlyphBoundingBoxY; }
FontComplexTextMac.cpp 140 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));

Completed in 678 milliseconds