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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCustomPlatformDataSkia.cpp 48 : m_typeface(typeface)
58 ASSERT(m_typeface);
68 bool syntheticBold = bold && !m_typeface->isBold();
69 bool syntheticItalic = italic && !m_typeface->isItalic();
72 m_typeface->getFamilyName(&name);
87 return FontPlatformData(m_typeface.get(), "", size, bold && !m_typeface->isBold(), italic && !m_typeface->isItalic(), orientation);
FontPlatformDataSkia.cpp 43 unsigned h = SkTypeface::UniqueID(m_typeface.get());
80 const size_t tableSize = m_typeface->getTableSize(tag);
83 m_typeface->getTableData(tag, 0, tableSize, &tableBuffer[0]);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.cpp 39 : m_typeface(nullptr)
68 : m_typeface(nullptr)
97 : m_typeface(nullptr)
126 : m_typeface(source.m_typeface)
159 : m_typeface(nullptr)
177 : m_typeface(tf)
199 : m_typeface(src.m_typeface)
235 m_typeface = other.m_typeface
    [all...]
FontCustomPlatformData.h 73 RefPtr<SkTypeface> m_typeface; member in class:blink::FontCustomPlatformData
FontPlatformData.h 175 mutable RefPtr<SkTypeface> m_typeface; member in class:blink::FontPlatformData
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinux.cpp 98 paint->setTypeface(m_typeface.get());
113 const int sizeAndStyle = (((int)m_textSize) << 2) | (m_typeface->style() & 3);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCustomPlatformDataMac.cpp 37 , m_typeface(typeface)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 89 m_typeface = f.m_typeface;
106 m_typeface = f.m_typeface;

Completed in 1095 milliseconds