Searched refs:enumFontFamProc (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.cpp | 79 EnumFontFamilies(g_screenDC, family, enumFontFamProc, (LPARAM)this); in FontFamilyChecker() 84 …static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD F… 91 EnumFontFamilies(g_screenDC, 0, enumFontFamProc, (LPARAM)this); in ValidFontFamilyFinder() 96 …static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD F… 179 int CALLBACK FontFamilyChecker::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpn… in enumFontFamProc() function in WebCore::FontFamilyChecker 185 int CALLBACK ValidFontFamilyFinder::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR*… in enumFontFamProc() function in WebCore::ValidFontFamilyFinder
|