/external/chromium_org/third_party/sfntly/cpp/src/test/ |
verify_glyf.cc | 39 GlyphPtr glyf; local 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); 41 if (glyf == NULL) { 45 EXPECT_EQ(glyf->XMin(), GLYPH33_XMIN); 46 EXPECT_EQ(glyf->YMin(), GLYPH33_YMIN); 47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); 48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX);
|
test_data.cc | 41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern, 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
|
serialization_test.cc | 76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) {
|
/external/chromium_org/third_party/ots/src/ |
glyf.cc | 5 #include "glyf.h" 14 // glyf - Glyph Data 15 // http://www.microsoft.com/opentype/otspec/glyf.htm 79 ots::OpenTypeGLYF *glyf = file->glyf; local 113 glyf->iov.push_back(std::make_pair( 119 glyf->iov.push_back(std::make_pair( 122 glyf->iov.push_back(std::make_pair((const uint8_t*) "\x00\x00", 157 glyf->iov.push_back(std::make_pair( 181 OpenTypeGLYF *glyf = new OpenTypeGLYF local 290 const OpenTypeGLYF *glyf = file->glyf; local [all...] |
cvt.cc | 36 if (!file->glyf) {
|
fpgm.cc | 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
prep.cc | 32 if (!file->glyf) return false; // this table is not for CFF fonts.
|
ltsh.cc | 58 if (!file->glyf) return false; // this table is not for CFF fonts.
|
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.
|
vdmx.cc | 124 if (!file->glyf) return false; // this table is not for CFF fonts.
|
ots.h | 48 // want to omit TrueType hinting instructions and variables in glyf, fpgm, prep, 194 F(glyf, GLYF) \
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 66 GlyphTable* glyf, LocaTable* loca);
|
subsetter_impl.cc | 233 down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf)); 257 // Add glyph to new glyf table. 645 // Find glyf and loca table. 647 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); 682 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm 689 // CFF - if you have this table then you shouldn't have a glyf table and this 724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, 731 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT, 742 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) { 743 remove_tags.insert(Tag::glyf); [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/ |
glyph_table_subsetter.cc | 27 const int32_t kGlyphTableSubsetterTags[2] = {Tag::glyf, Tag::loca}; 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf)); 57 (font_builder->NewTableBuilder(Tag::glyf));
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
tag.cc | 37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in class:sfntly::Tag 100 Tag::glyf,
|
tag.h | 45 static const int32_t glyf; member in struct:sfntly::Tag
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_glyf.h | 32 Iterator(const SkOTTableGlyph& glyf, 35 : fGlyf(glyf)
|
/external/chromium_org/v8/test/mjsunit/ |
string-match.js | 84 var stringSample2 = "Argle bargle glop glyf!"; 116 ["Argle", "bargle", "glop", "glyf"], [], 18, 22); 121 ["Argle", "bargle", "glop", "glyf"], [], 18, 22);
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
font_assembler.cc | 149 (font_builder_->NewTableBuilder(Tag::glyf)); 193 // Get the GLYF table for the current glyph id. 196 (font_info_->GetTable(font_id, Tag::glyf));
|
font_info.cc | 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
table.cc | 113 }*/ else if (tag == Tag::glyf) {
|
/external/chromium_org/third_party/ots/ |
ots.target.darwin-arm64.mk | 35 third_party/ots/src/glyf.cc \
|
ots.target.linux-arm64.mk | 35 third_party/ots/src/glyf.cc \
|
ots.target.darwin-arm.mk | 35 third_party/ots/src/glyf.cc \
|