OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundsForGlyph
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h
117
FloatRect
boundsForGlyph
(Glyph) const;
257
ALWAYS_INLINE FloatRect SimpleFontData::
boundsForGlyph
(Glyph glyph) const
WidthIterator.cpp
252
bounds = fontData->
boundsForGlyph
(glyph);
FontFastPath.cpp
493
FloatRect bounds = fontData->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp
546
FloatRect bounds = font->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
710
FloatRect glyphBounds = fontData->
boundsForGlyph
(glyph);
Completed in 1683 milliseconds