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

  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 76 Vector<WCHAR> faceName(faceLength);
77 GetTextFace(dc, faceLength, faceName.data());
78 m_isSystemFont = !wcscmp(faceName.data(), L"Lucida Grande");
90 if (!wcscmp(faceName.data(), L"Times") || !wcscmp(faceName.data(), L"Helvetica") || !wcscmp(faceName.data(), L"Courier"))
FontPlatformDataWin.cpp 66 WCHAR* faceName = (WCHAR*)((uintptr_t)metrics + (uintptr_t)metrics->otmpFaceName);
68 platformDataInit(font, size, hdc, faceName);
FontPlatformDataCGWin.cpp 41 static CFStringRef getPostScriptName(CFStringRef faceName, HDC dc)
48 String faceString(faceName);
110 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
FontPlatformDataCairoWin.cpp 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
  /external/icu4c/samples/layout/
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);
GDIFontInstance.cpp 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
152 lstrcpy(lf.lfFaceName, faceName);
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
240 strcpy(lf.lfFaceName, faceName);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 297 AtomicString faceName;
305 faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceName));
314 faceName = AtomicString(metrics.lfMenuFont.lfFaceName, wcslen(metrics.lfMenuFont.lfFaceName));
323 faceName = metrics.lfStatusFont.lfFaceName;
330 faceName = defaultGUIFont();
335 faceName = defaultGUIFont();
344 cachedDesc->firstFamily().setFamily(faceName);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 98 static bool currentFontContainsCharacter(IMLangFontLink* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName)
108 fontCodePages |= FontPlatformData::getKnownFontCodePages(faceName);
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 311 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 123 NSString *faceName = [fontName substringFromIndex:(dividingRange.location + dividingRange.length)];
128 if ([familyMemberFaceName compare:faceName options:NSCaseInsensitiveSearch] == NSOrderedSame) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 339 milliseconds