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

  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 68 : 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, src.m_typeface)
    [all...]
FontPlatformDataLinux.h 61 : 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/
FontCustomPlatformData.cpp 39 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);
FontCustomPlatformData.h 44 SkTypeface* typeface() const { return m_typeface; }
49 SkTypeface* m_typeface; member in class:WebCore::FontCustomPlatformData

Completed in 56 milliseconds