Searched defs:vhea (Results 1 - 6 of 6) sorted by last modified time

/external/sfntly/cpp/src/sfntly/
H A Dtag.cc57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in class:sfntly::Tag
H A Dtag.h73 static const int32_t vhea; member in struct:sfntly::Tag
/external/chromium_org/third_party/ots/src/
H A Dvhea.cc5 #include "vhea.h"
11 // vhea - Vertical Header Table
12 // http://www.microsoft.com/opentype/otspec/vhea.htm
18 OpenTypeVHEA *vhea = new OpenTypeVHEA; local
19 file->vhea = vhea;
21 if (!table.ReadU32(&vhea->header.version)) {
24 if (vhea->header.version != 0x00010000 &&
25 vhea->header.version != 0x00011000) {
29 if (!ParseMetricsHeader(file, &table, &vhea
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in class:sfntly::Tag
H A Dtag.h73 static const int32_t vhea; member in struct:sfntly::Tag
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp429 // Load vhea first. This table is required for fonts that support vertical flow.
431 const OpenType::VheaTable* vhea = OpenType::validateTable<OpenType::VheaTable>(buffer); local
432 if (!vhea)
434 uint16_t countVmtxEntries = vhea->numOfLongVerMetrics;
461 WTF_LOG_ERROR("vhea exists but vmtx does not (or broken)");

Completed in 1083 milliseconds