OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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; }
Font.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h
70
float
minGlyphBoundingBoxY
() const { return m_minGlyphBoundingBoxY; }
FontComplexTextMac.cpp
136
glyphBounds->setTop(floorf(-controller.
minGlyphBoundingBoxY
()));
Completed in 619 milliseconds