HomeSort by relevance Sort by last modified time
    Searched refs:m_typeface (Results 1 - 9 of 9) 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());
69 const size_t tableSize = m_typeface->getTableSize(tag);
72 m_typeface->getTableData(tag, 0, tableSize, &tableBuffer[0]);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.cpp 83 : m_typeface(src.m_typeface)
103 : m_typeface(tf)
122 : m_typeface(src.m_typeface)
147 m_typeface = src.m_typeface;
175 return m_typeface->uniqueID();
195 if (!m_typeface || !a.m_typeface)
    [all...]
FontPlatformDataHarfBuzz.h 73 SkTypeface* typeface() const { return m_typeface.get(); }
122 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontPlatformData
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCustomPlatformData.h 73 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontCustomPlatformData
FontPlatformData.h 196 mutable RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontPlatformData
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 90 m_typeface = f.m_typeface;
108 m_typeface = f.m_typeface;
284 if (m_typeface)
285 return m_typeface.get();
287 m_typeface = adoptRef(SkCreateTypefaceFromCTFont(ctFont()));
288 return m_typeface.get();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinuxHarfBuzz.cpp 94 paint->setTypeface(m_typeface.get());
120 getRenderStyleForStrike(m_style, m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCustomPlatformDataMac.cpp 37 , m_typeface(typeface)

Completed in 47 milliseconds