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

  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 243 LOGFONT& winFont = fontData->m_font;
245 winFont.lfHeight = -72;
246 winFont.lfWidth = 0;
247 winFont.lfEscapement = 0;
248 winFont.lfOrientation = 0;
249 winFont.lfUnderline = false;
250 winFont.lfStrikeOut = false;
251 winFont.lfCharSet = DEFAULT_CHARSET;
252 winFont.lfOutPrecision = OUT_DEFAULT_PRECIS;
253 winFont.lfQuality = CLEARTYPE_QUALITY; //DEFAULT_QUALITY
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 109 LOGFONT winFont;
110 GetObject(m_platformData.hfont(), sizeof(LOGFONT), &winFont);
114 winFont.lfHeight = -lroundf(smallCapsSize);
115 HFONT hfont = CreateFontIndirect(&winFont);

Completed in 139 milliseconds