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

  /external/webkit/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWince.cpp 47 DWORD actualCodePages = getCharCodePages(buffer[i], lastPos);
48 if (!actualCodePages || (actualCodePages & fontCodePages))
60 DWORD actualCodePages;
61 langFontLink->GetCharCodePages(buffer[i], &actualCodePages);
62 if (!actualCodePages || (actualCodePages & fontCodePages))
SimpleFontDataWince.cpp 108 DWORD actualCodePages;
111 langFontLink->GetStrCodePages(characters, length, acpCodePages, &actualCodePages, &numCharactersProcessed);
112 if (actualCodePages && !(actualCodePages & fontCodePages))
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 145 DWORD actualCodePages;
149 langFontLink->GetStrCodePages(characters, length, acpCodePages, &actualCodePages, &numCharactersProcessed);
150 if ((actualCodePages & fontCodePages) == 0)
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 94 DWORD actualCodePages;
98 langFontLink->GetStrCodePages(characters, length, acpCodePages, &actualCodePages, &numCharactersProcessed);
99 if ((actualCodePages & fontCodePages))

Completed in 2160 milliseconds