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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 234 const FontPlatformData& origFont = font.primaryFont()->fontDataForCharacter(character)->platformData();
258 hfont = createMLangFont(langFontLink, g_screenDC, origFont, CJKCodePageMasks[i]);
286 hfont = createMLangFont(langFontLink, g_screenDC, origFont, codePages);
310 if (result && result->hash() != origFont.hash()) {

Completed in 37 milliseconds