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/core/platform/graphics/
SimpleFontData.h
128
FloatRect
boundsForGlyph
(Glyph) const;
272
ALWAYS_INLINE FloatRect SimpleFontData::
boundsForGlyph
(Glyph glyph) const
WidthIterator.cpp
256
bounds = fontData->
boundsForGlyph
(glyph);
FontFastPath.cpp
491
FloatRect bounds = fontData->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp
546
FloatRect bounds = font->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp
713
FloatRect glyphBounds = fontData->
boundsForGlyph
(glyph);
Completed in 51 milliseconds