| /external/chromium_org/third_party/ots/src/ |
| vdmx.cc | 5 #include "vdmx.h" 7 // VDMX - Vertical Device Metrics 8 // http://www.microsoft.com/opentype/otspec/vdmx.htm 11 do { delete file->vdmx; file->vdmx = 0; } while (0) 17 file->vdmx = new OpenTypeVDMX; 18 OpenTypeVDMX * const vdmx = file->vdmx; local 20 if (!table.ReadU16(&vdmx->version) || 21 !table.ReadU16(&vdmx->num_recs) | 129 OpenTypeVDMX * const vdmx = file->vdmx; local [all...] |
| ots.h | 207 F(vdmx, VDMX) \
|
| ots.cc | 114 { "VDMX", ots::ots_vdmx_parse, ots::ots_vdmx_serialise,
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
| VDMXParser.cpp | 97 // VDMX parsing code. 99 // VDMX tables are found in some TrueType/OpenType fonts and contain 107 // Parse a TrueType VDMX table. 110 // vdmx: the table bytes 111 // vdmxLength: length of @vdmx, in bytes 117 // See http://www.microsoft.com/opentype/otspec/vdmx.htm 119 const uint8_t* vdmx, size_t vdmxLength, 122 Buffer buf(vdmx, vdmxLength);
|
| VDMXParser.h | 36 const uint8_t* vdmx, size_t vdmxLength,
|
| /external/chromium_org/third_party/ots/ |
| ots-common.gypi | 60 'src/vdmx.cc', 61 'src/vdmx.h',
|
| ots.target.darwin-arm.mk | 51 third_party/ots/src/vdmx.cc \
|
| ots.target.darwin-mips.mk | 51 third_party/ots/src/vdmx.cc \
|
| ots.target.darwin-x86.mk | 51 third_party/ots/src/vdmx.cc \
|
| ots.target.linux-arm.mk | 51 third_party/ots/src/vdmx.cc \
|
| ots.target.linux-mips.mk | 51 third_party/ots/src/vdmx.cc \
|
| ots.target.linux-x86.mk | 51 third_party/ots/src/vdmx.cc \
|
| /external/sfntly/cpp/src/sfntly/ |
| tag.cc | 56 const int32_t Tag::VDMX = TAG('V', 'D', 'M', 'X'); 93 Tag::VDMX,
|
| tag.h | 72 static const int32_t VDMX;
|
| /external/chromium_org/third_party/ots/test/ |
| SConstruct | 40 '../src/vdmx.cc',
|
| /external/harfbuzz/contrib/ |
| harfbuzz-freetype.c | 121 // Note that we aren't scanning the VDMX table which we probably would in
|
| /external/sfntly/cpp/src/test/ |
| test_data.cc | 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/ |
| SimpleFontDataSkia.cpp | 49 // This is the largest VDMX table which we'll try to load and parse.
|
| /external/icu4c/layout/ |
| LETypes.h | 431 LE_VDMX_TABLE_TAG = 0x56444D58UL, /**< 'VDMX' */
|
| /external/sfntly/cpp/src/sample/chromium/ |
| subsetter_impl.cc | 714 // VDMX
|
| /external/chromium_org/third_party/WebKit/Source/core/ |
| core.gyp | [all...] |