HomeSort by relevance Sort by last modified time
    Searched full:glyf (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium_org/third_party/ots/src/
hdmx.cc 101 if (!file->glyf) return false; // this table is not for CFF fonts.
kern.cc 157 if (!file->glyf) return false; // this table is not for CFF fonts.
post.cc 62 OTS_WARNING("table version is 1, but no glyf names are found");
vdmx.cc 124 if (!file->glyf) return false; // this table is not for CFF fonts.
ots.cc 110 { "glyf", ots::ots_glyf_parse, ots::ots_glyf_serialise,
553 if (header->glyf || header->loca) {
558 if (!header->glyf || !header->loca) {
woff2.cc 384 // Compute the bounding box of the coordinates, and store into a glyf buffer.
504 // Reconstruct entire glyf table based on transformed original
710 // processing was already done by glyf table, but validate
    [all...]
  /external/chromium_org/third_party/ots/test/
BLACKLIST.txt 109 # Malformed GLYF table; The content of flags array and the lengths of xCoordinates, yCoordinates are inconsistent.
SConstruct 22 '../src/glyf.cc',
idempotent.cc 168 // name table replacement and/or padding for glyf table.
side-by-side.cc 135 if (error) return -1; // no such glyf in the font.
  /external/sfntly/cpp/src/sfntly/
tag.h 45 static const int32_t glyf; member in struct:sfntly::Tag
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
  /external/sfntly/cpp/src/sfntly/table/
table.cc 113 }*/ else if (tag == Tag::glyf) {
  /external/sfntly/cpp/src/test/
serialization_test.cc 76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) {
  /external/chromium_org/ppapi/api/dev/
ppb_truetype_font_dev.idl 250 * For example, 'glyf' will cause the outline table to be copied into the
  /external/chromium_org/third_party/freetype/include/freetype/
ftincrem.h 149 * the `glyf' table. For PostScript formats, it must correspond to the
  /external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk 33 third_party/ots/src/glyf.cc \
ots.target.darwin-mips.mk 33 third_party/ots/src/glyf.cc \
ots.target.darwin-x86.mk 33 third_party/ots/src/glyf.cc \
ots.target.linux-arm.mk 33 third_party/ots/src/glyf.cc \
ots.target.linux-mips.mk 33 third_party/ots/src/glyf.cc \
ots.target.linux-x86.mk 33 third_party/ots/src/glyf.cc \
  /external/freetype/include/freetype/
ftincrem.h 149 * the `glyf' table. For PostScript formats, it must correspond to the
  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 267 * For example, 'glyf' will cause the outline table to be copied into the
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 176 /// For example, 'glyf' will cause the outline table to be copied into the

Completed in 763 milliseconds

12 3