OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_smallFont
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.h
86
OwnPtr<Font>
m_smallFont
;
CCHeadsUpDisplay.cpp
70
m_smallFont
= adoptPtr(new Font(smallFontDesc, 0, 0));
71
m_smallFont
->update(0);
208
float smallFontHeight =
m_smallFont
->fontMetrics().floatHeight();
214
ctx->drawText(*
m_smallFont
, TextRun(lines[i]), IntPoint(2, y));
Completed in 852 milliseconds