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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.h 87 OwnPtr<Font> m_mediumFont;
CCHeadsUpDisplay.cpp 63 m_mediumFont = adoptPtr(new Font(mediumFontDesc, 0, 0));
64 m_mediumFont->update(0);
135 int fpsCounterHeight = m_mediumFont->fontMetrics().floatHeight() + 2;
168 float textWidth = m_mediumFont->width(run) + 2.0f;
178 ctx->drawText(*m_mediumFont, run, IntPoint(3, top + height - 6));

Completed in 17 milliseconds