OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMaxCharWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
103
fontData->
setMaxCharWidth
(ascent);
118
fontData->
setMaxCharWidth
(letterWGlyph ? fontData->widthForGlyph(letterWGlyph) : ascent);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h
112
void
setMaxCharWidth
(float maxCharWidth) { m_maxCharWidth = maxCharWidth; }
Completed in 395 milliseconds