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

  /external/webkit/Source/WebCore/platform/graphics/android/
FontCustomPlatformData.h 49 SkTypeface* typeface() const { return m_typeface; }
55 SkTypeface* m_typeface; member in class:WebCore::FontCustomPlatformData
FontCustomPlatformData.cpp 39 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);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 72 : 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->getAdvancedTypefaceMetrics(SkAdvancedTypefaceMetrics::kNo_PerGlyphInfo)
    [all...]
FontPlatformDataLinux.h 65 : 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 139 milliseconds