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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.h42 class OpenTypeVerticalData : public RefCounted<OpenTypeVerticalData> { class in namespace:WebCore
44 static PassRefPtr<OpenTypeVerticalData> create(const FontPlatformData& platformData)
46 return adoptRef(new OpenTypeVerticalData(platformData));
56 explicit OpenTypeVerticalData(const FontPlatformData&);
H A DOpenTypeVerticalData.cpp27 #include "OpenTypeVerticalData.h"
382 OpenTypeVerticalData::OpenTypeVerticalData(const FontPlatformData& platformData) function in class:WebCore::OpenTypeVerticalData
389 void OpenTypeVerticalData::loadMetrics(const FontPlatformData& platformData)
474 void OpenTypeVerticalData::loadVerticalGlyphSubstitutions(const FontPlatformData& platformData)
482 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const
495 void OpenTypeVerticalData::getVerticalTranslationsForGlyphs(const SimpleFontData* font, const Glyph* glyphs, size_t count, float* outXYArray) const
538 void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyphPage, unsigned offset, unsigned length) const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.h57 class OpenTypeVerticalData;
156 PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
H A DFontCache.cpp47 #include "OpenTypeVerticalData.h"
301 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, FontVerticalDataCacheKeyHash, FontVerticalDataCacheKeyTraits> FontVerticalDataCache;
309 PassRefPtr<OpenTypeVerticalData> FontCache::getVerticalData(const FontFileKey& key, const FontPlatformData& platformData)
316 RefPtr<OpenTypeVerticalData> verticalData = OpenTypeVerticalData::create(platformData);
522 OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
H A DSimpleFontData.h37 #include "OpenTypeVerticalData.h"
114 const OpenTypeVerticalData* verticalData() const { return m_verticalData.get(); }
288 RefPtr<OpenTypeVerticalData> m_verticalData;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontPlatformData.h34 #include "OpenTypeVerticalData.h"
85 PassRefPtr<OpenTypeVerticalData> verticalData() const;
H A DFontPlatformDataFreeType.cpp343 PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const

Completed in 94 milliseconds