OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxGlyphBoundingBoxX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
69
float
maxGlyphBoundingBoxX
() const { return m_maxGlyphBoundingBoxX; }
FontComplexTextMac.cpp
139
glyphBounds->setRight(std::max<int>(0, ceilf(controller.
maxGlyphBoundingBoxX
() - controller.totalWidth())));
Completed in 362 milliseconds