OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxGlyphBoundingBoxY
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h
41
float
maxGlyphBoundingBoxY
() const { ASSERT(m_accountForGlyphBounds); return m_maxGlyphBoundingBoxY; }
FontFastPath.cpp
456
glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(it.
maxGlyphBoundingBoxY
()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h
52
float
maxGlyphBoundingBoxY
() const { return m_maxGlyphBoundingBoxY; }
FontWin.cpp
131
glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.
maxGlyphBoundingBoxY
()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h
66
float
maxGlyphBoundingBoxY
() const { return m_maxGlyphBoundingBoxY; }
FontComplexTextMac.cpp
115
glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.
maxGlyphBoundingBoxY
()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
Completed in 39 milliseconds