Searched refs:OpenTypeVerticalData (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.h43 class PLATFORM_EXPORT OpenTypeVerticalData : public RefCounted<OpenTypeVerticalData> { class in namespace:blink
45 static PassRefPtr<OpenTypeVerticalData> create(const FontPlatformData& platformData)
47 return adoptRef(new OpenTypeVerticalData(platformData));
60 explicit OpenTypeVerticalData(const FontPlatformData&);
H A DOpenTypeVerticalData.cpp27 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
398 OpenTypeVerticalData::OpenTypeVerticalData(const FontPlatformData& platformData) function in class:blink::OpenTypeVerticalData
405 void OpenTypeVerticalData::loadMetrics(const FontPlatformData& platformData)
490 void OpenTypeVerticalData::loadVerticalGlyphSubstitutions(const FontPlatformData& platformData)
498 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const
511 void OpenTypeVerticalData::getVerticalTranslationsForGlyphs(const SimpleFontData* font, const Glyph* glyphs, size_t count, float* outXYArray) const
554 void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyphPage, unsigned offset, unsigned length) const
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.cpp45 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
118 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, IntHash<FontCache::FontFileKey>, UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache;
126 PassRefPtr<OpenTypeVerticalData> FontCache::getVerticalData(const FontFileKey& key, const FontPlatformData& platformData)
133 RefPtr<OpenTypeVerticalData> verticalData = OpenTypeVerticalData::create(platformData);
H A DFontCache.h64 class OpenTypeVerticalData;
117 PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
H A DFontDataCache.cpp102 OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
H A DSimpleFontData.h36 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
73 const OpenTypeVerticalData* verticalData() const { return m_verticalData.get(); }
196 RefPtr<OpenTypeVerticalData> m_verticalData;
H A DFontPlatformData.h40 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
138 PassRefPtr<OpenTypeVerticalData> verticalData() const;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontPlatformDataSkia.cpp70 PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp128 const OpenTypeVerticalData* verticalData = font->verticalData();
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk241 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.darwin-arm64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.darwin-mips.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.darwin-mips64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.darwin-x86.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.darwin-x86_64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-arm.mk241 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-arm64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-mips.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-mips64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-x86.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
H A Dblink_platform.target.linux-x86_64.mk240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \

Completed in 305 milliseconds