Searched refs:glyf (Results 1 – 16 of 16) sorted by relevance
39 GlyphPtr glyf; in VerifyGLYF() local40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()41 if (glyf == NULL) { in VerifyGLYF()45 EXPECT_EQ(glyf->XMin(), GLYPH33_XMIN); in VerifyGLYF()46 EXPECT_EQ(glyf->YMin(), GLYPH33_YMIN); in VerifyGLYF()47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); in VerifyGLYF()48 EXPECT_EQ(glyf->YMax(), GLYPH33_YMAX); in VerifyGLYF()
41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern,48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) { in TestSerialization()
27 const int32_t kGlyphTableSubsetterTags[2] = {Tag::glyf, Tag::loca};46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf)); in Subset()57 (font_builder->NewTableBuilder(Tag::glyf)); in Subset()
25 >>> ttLib.tagToIdentifier("glyf")38 'glyf'41 Eg. the 'glyf' table converter lives in a Python file called:53 >>> ttLib.getTableModule('glyf')55 >>> ttLib.getTableClass('glyf')
37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag100 Tag::glyf,
45 static const int32_t glyf; member
233 down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf)); in SetupGlyfBuilders()647 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in SubsetFont()724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset() argument731 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT, in Subset()742 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) { in Subset()743 remove_tags.insert(Tag::glyf); in Subset()
66 GlyphTable* glyf, LocaTable* loca);
52 as part of the glyf table (obviously needed for CFF-OTF's).55 - When writing TT glyf data, align glyphs on 4-byte boundaries. This seems89 - Removed assert in glyf table: redundant data at the end of the table145 - 'glyf' table support is now complete: I added support for composite scale, 146 xy-scale and two-by-two for the 'glyf' table. For now, component offset scale
32 Iterator(const SkOTTableGlyph& glyf, in Iterator()35 : fGlyf(glyf) in Iterator()
149 (font_builder_->NewTableBuilder(Tag::glyf)); in AssembleGlyphAndLocaTables()196 (font_info_->GetTable(font_id, Tag::glyf)); in AssembleGlyphAndLocaTables()
137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize()
113 }*/ else if (tag == Tag::glyf) { in GetBuilder()
8302 3glyf