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/platform/fonts/
WidthIterator.h 50 float minGlyphBoundingBoxY() const { ASSERT(m_accountForGlyphBounds); return m_minGlyphBoundingBoxY; }
FontFastPath.cpp 543 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-it.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 71 float minGlyphBoundingBoxY() const { return m_minGlyphBoundingBoxY; }
FontComplexTextMac.cpp 139 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));

Completed in 24 milliseconds