Searched refs:fontReference (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
H A DFontCustomPlatformData.h36 FontCustomPlatformData(CGFontRef cgFont, HANDLE fontReference, const String& name) argument
38 , m_fontReference(fontReference)
H A DFontCustomPlatformData.cpp225 HANDLE fontReference;
230 LONG loadEmbeddedFontResult = TTLoadEmbeddedFont(&fontReference, TTLOAD_PRIVATE, &privStatus, LICENSE_PREVIEWPRINT, &status, readEmbedProc, &eotStream, const_cast<LPWSTR>(fontName.charactersWithNullTermination()), 0, 0);
234 fontReference = renameAndActivateFont(buffer, fontName);
235 if (!fontReference)
239 return new FontCustomPlatformData(cgFont.releaseRef(), fontReference, fontName);
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontCustomPlatformData.h52 FontCustomPlatformData(HANDLE fontReference, const String& name) argument
53 : m_fontReference(fontReference)
H A DFontCustomPlatformData.cpp188 HANDLE fontReference = renameAndActivateFont(buffer, fontName); local
189 if (!fontReference)
191 return new FontCustomPlatformData(fontReference, fontName);

Completed in 68 milliseconds