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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 269 glyphBounds->setTop(floorf(-shaper.glyphBoundingBox().top()));
270 glyphBounds->setBottom(ceilf(shaper.glyphBoundingBox().bottom()));
271 glyphBounds->setLeft(std::max<int>(0, floorf(-shaper.glyphBoundingBox().left())));
272 glyphBounds->setRight(std::max<int>(0, ceilf(shaper.glyphBoundingBox().right() - shaper.totalWidth())));
HarfBuzzShaper.h 67 FloatBoxExtent glyphBoundingBox() const { return m_glyphBoundingBox; }

Completed in 211 milliseconds