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/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
111
FloatRect
boundsForGlyph
(Glyph) const;
291
ALWAYS_INLINE FloatRect SimpleFontData::
boundsForGlyph
(Glyph glyph) const
WidthIterator.cpp
197
bounds = fontData->
boundsForGlyph
(glyph);
FontFastPath.cpp
408
FloatRect bounds = fontData->
boundsForGlyph
(glyph);
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
346
FloatRect glyphBounds = fontData->
boundsForGlyph
(glyph);
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
515
FloatRect glyphBounds = fontData->
boundsForGlyph
(glyph);
Completed in 536 milliseconds