OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scaledFont
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h
40
const Font& scaledFont() const { return
m_scaledFont
; }
63
Font
m_scaledFont
;
RenderSVGInlineText.cpp
162
float baseline =
m_scaledFont
.fontMetrics().floatAscent();
213
computeNewScaledFontForStyle(this, style(), m_scalingFactor,
m_scaledFont
);
Completed in 25 milliseconds