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

/external/webkit/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp68 : m_typeface(src.m_typeface)
74 m_typeface->safeRef();
78 : m_typeface(tf)
83 m_typeface->safeRef();
87 : m_typeface(src.m_typeface)
93 m_typeface->safeRef();
98 m_typeface->safeUnref();
103 SkRefCnt_SafeAssign(m_typeface, sr
[all...]
H A DFontPlatformDataLinux.h61 : m_typeface(hashTableDeletedFontValue())
68 : m_typeface(0)
75 : m_typeface(0)
108 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
144 SkTypeface* m_typeface; member in class:WebCore::FontPlatformData
/external/webkit/WebCore/platform/graphics/android/
H A DFontCustomPlatformData.cpp39 m_typeface = face;
44 m_typeface->safeUnref();
52 if (m_typeface != NULL) {
53 if (m_typeface->isBold() == bold)
55 if (m_typeface->isItalic() == italic)
58 return FontPlatformData(m_typeface, size, bold, italic);
H A DFontCustomPlatformData.h44 SkTypeface* typeface() const { return m_typeface; }
49 SkTypeface* m_typeface; member in class:WebCore::FontCustomPlatformData

Completed in 50 milliseconds