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

  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 77 Vector<TCHAR> faceName(faceLength);
78 GetTextFace(dc, faceLength, faceName.data());
79 m_isSystemFont = !_tcscmp(faceName.data(), _T("Lucida Grande"));
91 if (!_tcscmp(faceName.data(), _T("Times")) || !_tcscmp(faceName.data(), _T("Helvetica")) || !_tcscmp(faceName.data(), _T("Courier")))
FontPlatformDataWin.cpp 63 WCHAR* faceName = (WCHAR*)((uintptr_t)metrics + (uintptr_t)metrics->otmpFaceName);
65 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)
121 RetainPtr<CFStringRef> fullName(AdoptCF, CFStringCreateWithCharacters(NULL, (const UniChar*)faceName, wcslen(faceName)));
FontPlatformData.h 137 void 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/WebCore/rendering/
RenderThemeChromiumWin.cpp 257 AtomicString faceName;
265 faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceName));
274 faceName = AtomicString(metrics.lfMenuFont.lfFaceName, wcslen(metrics.lfMenuFont.lfFaceName));
283 faceName = metrics.lfStatusFont.lfFaceName;
290 faceName = defaultGUIFont();
295 faceName = defaultGUIFont();
304 cachedDesc->firstFamily().setFamily(faceName);
  /external/webkit/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);

Completed in 155 milliseconds