Searched defs:faceName (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | FontPlatformDataWin.cpp | 66 WCHAR* faceName = (WCHAR*)((uintptr_t)metrics + (uintptr_t)metrics->otmpFaceName); in FontPlatformData() local
|
D | FontPlatformDataCGWin.cpp | 41 static CFStringRef getPostScriptName(CFStringRef faceName, HDC dc) in getPostScriptName() 110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit()
|
D | FontPlatformDataCairoWin.cpp | 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit()
|
D | SimpleFontDataCGWin.cpp | 76 Vector<WCHAR> faceName(faceLength); in platformInit() local
|
/external/icu4c/samples/layout/ |
D | GDIFontInstance.cpp | 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() 189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontCacheWinCE.cpp | 98 …acter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName) in currentFontContainsCharacter()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeChromiumWin.cpp | 297 AtomicString faceName; in systemFont() local
|