/external/chromium_org/third_party/ots/src/ |
vhea.cc | 5 #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->header)) [all...] |
vmtx.cc | 9 #include "vhea.h" 21 if (!file->vhea || !file->maxp) { 26 &file->vhea->header, &vmtx->metrics)) { 34 // vmtx should serialise when vhea and GSUB are preserved. 36 return file->vmtx != NULL && file->vhea != NULL &&
|
ots.h | 209 F(vhea, VHEA) \
|
metrics.cc | 12 // http://www.microsoft.com/opentype/otspec/vhea.htm
|
ots.cc | 140 { "vhea", ots::ots_vhea_parse, ots::ots_vhea_serialise,
|
/external/chromium_org/third_party/ots/test/ |
table_dependencies_test.cc | 10 #include "vhea.h" 34 SET_TABLE(vhea, VHEA); 40 DROP_TABLE(vhea); 61 DROP_TABLE(vhea);
|
SConstruct | 41 '../src/vhea.cc',
|
/external/chromium_org/third_party/ots/ |
ots-common.gypi | 62 'src/vhea.cc', 63 'src/vhea.h',
|
ots.target.darwin-arm.mk | 52 third_party/ots/src/vhea.cc \
|
ots.target.darwin-mips.mk | 52 third_party/ots/src/vhea.cc \
|
ots.target.darwin-x86.mk | 52 third_party/ots/src/vhea.cc \
|
ots.target.linux-arm.mk | 52 third_party/ots/src/vhea.cc \
|
ots.target.linux-mips.mk | 52 third_party/ots/src/vhea.cc \
|
ots.target.linux-x86.mk | 52 third_party/ots/src/vhea.cc \
|
/external/freetype/src/sfnt/ |
ttmtx.c | 98 /* Load the `hhea' or 'vhea' table into a face object. */ 105 /* vertical :: A boolean flag. If set, load `vhea'. */
|
sfobjs.c | 590 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ 708 /* try to load the `vhea' and `vmtx' tables */ [all...] |
/external/sfntly/cpp/src/sfntly/ |
tag.h | 73 static const int32_t vhea; member in struct:sfntly::Tag
|
tag.cc | 57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in class:sfntly::Tag
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttmtx.c | 243 /* Load the `hhea' or 'vhea' table into a face object. */ 250 /* vertical :: A boolean flag. If set, load `vhea'. */
|
sfobjs.c | 573 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */ 691 /* try to load the `vhea' and `vmtx' tables */ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/ |
OpenTypeVerticalData.cpp | 431 // Load vhea first. This table is required for fonts that support vertical flow. 433 const OpenType::VheaTable* vhea = OpenType::validateTable<OpenType::VheaTable>(buffer); local 434 if (!vhea) 436 uint16_t countVmtxEntries = vhea->numOfLongVerMetrics; 463 LOG_ERROR("vhea exists but vmtx does not (or broken)");
|
/external/freetype/include/freetype/ |
tttables.h | 217 /* A structure used to model a TrueType vertical header, the `vhea' */ [all...] |
/external/icu4c/layout/ |
LETypes.h | 432 LE_VHEA_TABLE_TAG = 0x76686561UL, /**< 'vhea' */
|
/external/chromium_org/third_party/freetype/include/freetype/ |
tttables.h | 217 /* A structure used to model a TrueType vertical header, the `vhea' */ [all...] |
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 713 // vhea - layout
|