/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
OpenTypeVerticalData.h | 43 class PLATFORM_EXPORT OpenTypeVerticalData : public RefCounted<OpenTypeVerticalData> { 45 static PassRefPtr<OpenTypeVerticalData> create(const FontPlatformData& platformData) 47 return adoptRef(new OpenTypeVerticalData(platformData)); 60 explicit OpenTypeVerticalData(const FontPlatformData&);
|
OpenTypeVerticalData.cpp | 27 #include "platform/fonts/opentype/OpenTypeVerticalData.h" 400 OpenTypeVerticalData::OpenTypeVerticalData(const FontPlatformData& platformData) 407 void OpenTypeVerticalData::loadMetrics(const FontPlatformData& platformData) 492 void OpenTypeVerticalData::loadVerticalGlyphSubstitutions(const FontPlatformData& platformData) 500 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const 513 void OpenTypeVerticalData::getVerticalTranslationsForGlyphs(const SimpleFontData* font, const Glyph* glyphs, size_t count, float* outXYArray) const 556 void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyphPage, unsigned offset, unsigned length) const
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontPlatformDataSkia.cpp | 59 PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontCache.h | 61 class OpenTypeVerticalData; 105 PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
|
FontCache.cpp | 45 #include "platform/fonts/opentype/OpenTypeVerticalData.h" 118 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache; 126 PassRefPtr<OpenTypeVerticalData> FontCache::getVerticalData(const FontFileKey& key, const FontPlatformData& platformData) 133 RefPtr<OpenTypeVerticalData> verticalData = OpenTypeVerticalData::create(platformData);
|
FontDataCache.cpp | 102 OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
|
SimpleFontData.h | 37 #include "platform/fonts/opentype/OpenTypeVerticalData.h" 77 const OpenTypeVerticalData* verticalData() const { return m_verticalData.get(); } 208 RefPtr<OpenTypeVerticalData> m_verticalData;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
FontPlatformDataHarfBuzz.h | 39 #include "platform/fonts/opentype/OpenTypeVerticalData.h" 107 PassRefPtr<OpenTypeVerticalData> verticalData() const;
|
FontHarfBuzz.cpp | 109 const OpenTypeVerticalData* verticalData = font->verticalData();
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontPlatformDataWin.h | 40 #include "platform/fonts/opentype/OpenTypeVerticalData.h" 117 PassRefPtr<OpenTypeVerticalData> verticalData() const;
|
FontWin.cpp | 80 const OpenTypeVerticalData* verticalData = font->verticalData();
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 213 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 212 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 212 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 213 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 212 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 212 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \ [all...] |