/external/webkit/Source/WebCore/platform/graphics/win/ |
D | SimpleFontDataCGWin.cpp | 76 Vector<WCHAR> faceName(faceLength); in platformInit() local 77 GetTextFace(dc, faceLength, faceName.data()); in platformInit() 78 m_isSystemFont = !wcscmp(faceName.data(), L"Lucida Grande"); in platformInit() 90 …if (!wcscmp(faceName.data(), L"Times") || !wcscmp(faceName.data(), L"Helvetica") || !wcscmp(faceNa… in platformInit()
|
D | FontPlatformDataWin.cpp | 66 WCHAR* faceName = (WCHAR*)((uintptr_t)metrics + (uintptr_t)metrics->otmpFaceName); in FontPlatformData() local 68 platformDataInit(font, size, hdc, faceName); in FontPlatformData()
|
D | FontPlatformDataCGWin.cpp | 41 static CFStringRef getPostScriptName(CFStringRef faceName, HDC dc) in getPostScriptName() argument 48 String faceString(faceName); in getPostScriptName() 110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit() argument
|
D | FontPlatformDataCairoWin.cpp | 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit() argument
|
/external/icu4c/samples/layout/ |
D | GDIFontInstance.h | 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status); 74 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
|
D | GDIFontInstance.cpp | 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() argument 152 lstrcpy(lf.lfFaceName, faceName); in GDIFontInstance() 189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance() argument 240 strcpy(lf.lfFaceName, faceName); in GDIFontInstance()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeChromiumWin.cpp | 297 AtomicString faceName; in systemFont() local 305 …faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceN… in systemFont() 314 … faceName = AtomicString(metrics.lfMenuFont.lfFaceName, wcslen(metrics.lfMenuFont.lfFaceName)); in systemFont() 323 faceName = metrics.lfStatusFont.lfFaceName; in systemFont() 330 faceName = defaultGUIFont(); in systemFont() 335 faceName = defaultGUIFont(); in systemFont() 344 cachedDesc->firstFamily().setFamily(faceName); in systemFont()
|
/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() argument 108 fontCodePages |= FontPlatformData::getKnownFontCodePages(faceName); in currentFontContainsCharacter()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontPlatformData.h | 311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
|
/external/webkit/Source/WebCore/platform/mac/ |
D | HTMLConverter.mm | 123 …NSString *faceName = [fontName substringFromIndex:(dividingRange.location + dividingRange.length)]; 128 … if ([familyMemberFaceName compare:faceName options:NSCaseInsensitiveSearch] == NSOrderedSame) {
|