Home
last modified time | relevance | path

Searched refs:faceName (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCGWin.cpp76 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()
DFontPlatformDataWin.cpp66 WCHAR* faceName = (WCHAR*)((uintptr_t)metrics + (uintptr_t)metrics->otmpFaceName); in FontPlatformData() local
68 platformDataInit(font, size, hdc, faceName); in FontPlatformData()
DFontPlatformDataCGWin.cpp41 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
DFontPlatformDataCairoWin.cpp41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName) in platformDataInit() argument
/external/icu4c/samples/layout/
DGDIFontInstance.h73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
DGDIFontInstance.cpp104 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/
DRenderThemeChromiumWin.cpp297 AtomicString faceName; in systemFont() local
305faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceN… in systemFont()
314faceName = 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/
DFontCacheWinCE.cpp98 …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/
DFontPlatformData.h311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm123 …NSString *faceName = [fontName substringFromIndex:(dividingRange.location + dividingRange.length)];
128 … if ([familyMemberFaceName compare:faceName options:NSCaseInsensitiveSearch] == NSOrderedSame) {