OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenTypeVerticalData
(Results
1 - 2
of
2
) 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"
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
Completed in 236 milliseconds