/external/chromium_org/third_party/ots/src/ |
fpgm.cc | 5 #include "fpgm.h" 7 // fpgm - Font Program 8 // http://www.microsoft.com/opentype/otspec/fpgm.htm 15 OpenTypeFPGM *fpgm = new OpenTypeFPGM; local 16 file->fpgm = fpgm; 19 return OTS_FAILURE(); // almost all fpgm tables are less than 5k bytes. 26 fpgm->data = data; 27 fpgm->length = length; 33 return g_transcode_hints && file->fpgm; 37 const OpenTypeFPGM *fpgm = file->fpgm; local [all...] |
ots.h | 48 // want to omit TrueType hinting instructions and variables in glyf, fpgm, prep, 191 F(fpgm, FPGM) \
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.cc | 36 const int32_t Tag::fpgm = TAG('f', 'p', 'g', 'm'); member in class:sfntly::Tag 96 Tag::fpgm,
|
tag.h | 44 static const int32_t fpgm; member in struct:sfntly::Tag
|
/external/sfntly/cpp/src/sfntly/ |
tag.cc | 36 const int32_t Tag::fpgm = TAG('f', 'p', 'g', 'm'); member in class:sfntly::Tag 96 Tag::fpgm,
|
tag.h | 44 static const int32_t fpgm; member in struct:sfntly::Tag
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_data.cc | 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
|
/external/sfntly/cpp/src/test/ |
test_data.cc | 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
|
/external/chromium_org/third_party/ots/ |
ots.target.darwin-arm64.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-arm64.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.darwin-arm.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.darwin-mips.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.darwin-mips64.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.darwin-x86.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.darwin-x86_64.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-arm.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-mips.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-mips64.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-x86.mk | 32 third_party/ots/src/fpgm.cc \
|
ots.target.linux-x86_64.mk | 32 third_party/ots/src/fpgm.cc \
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 682 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm 731 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT,
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 682 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm 731 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT,
|