/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
FontPlatformDataHarfBuzz.cpp | 111 : m_typeface(src.m_typeface) 125 : m_typeface(tf) 138 : m_typeface(src.m_typeface) 160 m_emSizeInFontUnits = m_typeface->getUnitsPerEm(); 166 m_typeface = src.m_typeface; 203 paint->setTypeface(m_typeface.get()); 210 return m_typeface->uniqueID() [all...] |
FontPlatformDataHarfBuzz.h | 92 SkTypeface* typeface() const { return m_typeface.get(); } 133 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontPlatformData
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCustomPlatformDataSkia.cpp | 48 : m_typeface(typeface) 58 ASSERT(m_typeface); 64 bool syntheticBold = bold && !m_typeface->isBold(); 65 bool syntheticItalic = italic && !m_typeface->isItalic(); 68 m_typeface->getFamilyName(&name); 82 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/win/ |
FontPlatformDataWin.cpp | 175 , m_typeface(adoptRef(SkTypeface::RefDefault())) 191 , m_typeface(adoptRef(SkTypeface::RefDefault())) 210 , m_typeface(CreateTypefaceFromHFont(font, 0, &m_paintTextFlags)) 223 , m_typeface(adoptRef(SkTypeface::RefDefault())) 239 , m_typeface(data.m_typeface) 255 , m_typeface(data.m_typeface) 273 , m_typeface(tf) 280 SkLOGFONTFromTypeface(m_typeface.get(), &logFont) [all...] |
FontPlatformDataWin.h | 96 SkTypeface* typeface() const { return m_typeface.get(); } 97 SkFontID uniqueID() const { return m_typeface->uniqueID(); } 175 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontPlatformData
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontCustomPlatformData.h | 80 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontCustomPlatformData 83 RefPtr<SkTypeface> m_typeface; member in class:WebCore::FontCustomPlatformData
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontCustomPlatformDataMac.cpp | 37 , m_typeface(typeface)
|