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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 70 float minGlyphBoundingBoxX() const { return m_minGlyphBoundingBoxX; }
FontComplexTextMac.cpp 141 glyphBounds->setLeft(max<int>(0, floorf(-controller.minGlyphBoundingBoxX())));

Completed in 205 milliseconds