HomeSort by relevance Sort by last modified time
    Searched full:m_smallfont (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
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));
CCHeadsUpDisplay.h 86 OwnPtr<Font> m_smallFont;

Completed in 107 milliseconds