HomeSort by relevance Sort by last modified time
    Searched refs:OpenTypeVerticalData (Results 1 - 21 of 21) sorted by null

  /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"
398 OpenTypeVerticalData::OpenTypeVerticalData(const FontPlatformData& platformData)
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/
FontCache.h 64 class OpenTypeVerticalData;
117 PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
FontCache.cpp 45 #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);
FontDataCache.cpp 102 OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
SimpleFontData.h 36 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
73 const OpenTypeVerticalData* verticalData() const { return m_verticalData.get(); }
196 RefPtr<OpenTypeVerticalData> m_verticalData;
FontPlatformData.h 40 #include "platform/fonts/opentype/OpenTypeVerticalData.h"
138 PassRefPtr<OpenTypeVerticalData> verticalData() const;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontPlatformDataSkia.cpp 70 PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 128 const OpenTypeVerticalData* verticalData = font->verticalData();
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 241 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-arm.mk 241 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-mips.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-x86.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 240 third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
    [all...]

Completed in 1189 milliseconds