OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxGlyphBoundingBoxY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h
49
float
maxGlyphBoundingBoxY
() const { ASSERT(m_accountForGlyphBounds); return m_maxGlyphBoundingBoxY; }
Font.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
71
float
maxGlyphBoundingBoxY
() const { return m_maxGlyphBoundingBoxY; }
FontComplexTextMac.cpp
137
glyphBounds->setBottom(ceilf(controller.
maxGlyphBoundingBoxY
()));
Completed in 1112 milliseconds