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

/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCustomPlatformData.cpp39 m_typeface = face;
44 SkSafeUnref(m_typeface);
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, fontOrientation, textOrientation);
H A DFontCustomPlatformData.h49 SkTypeface* typeface() const { return m_typeface; }
55 SkTypeface* m_typeface; member in class:WebCore::FontCustomPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp72 : m_typeface(src.m_typeface)
83 SkSafeRef(m_typeface);
87 : m_typeface(tf)
96 SkSafeRef(m_typeface);
101 : m_typeface(src.m_typeface)
111 SkSafeRef(m_typeface);
117 SkSafeUnref(m_typeface);
125 SkAdvancedTypefaceMetrics* metrics = m_typeface
[all...]
H A DFontPlatformDataLinux.h65 : m_typeface(hashTableDeletedFontValue())
75 : m_typeface(0)
85 : m_typeface(0)
125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
163 SkTypeface* m_typeface; member in class:WebCore::FontPlatformData

Completed in 90 milliseconds