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

/external/webkit/WebCore/platform/graphics/chromium/
H A DFontCustomPlatformData.h53 : m_fontReference(fontReference)
58 : m_fontReference(typeface)
68 HANDLE m_fontReference; member in struct:WebCore::FontCustomPlatformData
71 SkTypeface* m_fontReference; member in struct:WebCore::FontCustomPlatformData
H A DFontCustomPlatformData.cpp59 if (m_fontReference)
60 RemoveFontMemResourceEx(m_fontReference);
62 if (m_fontReference)
63 m_fontReference->unref();
70 ASSERT(m_fontReference);
103 ASSERT(m_fontReference);
104 return FontPlatformData(m_fontReference, size, bold && !m_fontReference->isBold(), italic && !m_fontReference->isItalic());
/external/webkit/WebCore/platform/graphics/win/
H A DFontCustomPlatformData.h38 , m_fontReference(fontReference)
48 HANDLE m_fontReference; member in struct:WebCore::FontCustomPlatformData
H A DFontCustomPlatformData.cpp52 if (m_fontReference) {
56 TTDeleteEmbeddedFont(m_fontReference, 0, &status);
58 RemoveFontMemResourceEx(m_fontReference);
65 ASSERT(m_fontReference);
70 TTGetNewFontName(&m_fontReference, logFont.lfFaceName, LF_FACESIZE, 0, 0);

Completed in 55 milliseconds