OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundsForGlyph
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h
113
FloatRect
boundsForGlyph
(Glyph) const;
242
ALWAYS_INLINE FloatRect SimpleFontData::
boundsForGlyph
(Glyph glyph) const
WidthIterator.cpp
168
FloatRect bounds = glyphData.fontData->
boundsForGlyph
(glyphData.glyph);
Font.cpp
784
FloatRect bounds = fontData->
boundsForGlyph
(glyph);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
597
FloatRect glyphBounds = fontData->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp
544
FloatRect bounds = font->
boundsForGlyph
(glyph);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
[
all
...]
Completed in 217 milliseconds