Home
last modified time | relevance | path

Searched refs:glyf (Results 1 – 25 of 25) sorted by relevance

/external/sfntly/cpp/src/test/
Dverify_glyf.cc39 GlyphPtr glyf; in VerifyGLYF() local
40 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()
Dtest_data.cc41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern,
48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx,
Dserialization_test.cc76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) { in TestSerialization()
/external/harfbuzz_ng/src/
Dhb-ot-font.cc136 const OT::glyf *glyf; member
156 this->glyf_blob = OT::Sanitizer<OT::glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()
157 this->glyf = OT::Sanitizer<OT::glyf>::lock_instance (this->glyf_blob); in init()
193 …const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, sta… in get_extents()
308 hb_ot_face_glyf_accelerator_t glyf; member
323 ot_font->glyf.init (face); in _hb_ot_font_create()
334 ot_font->glyf.fini (); in _hb_ot_font_destroy()
392 bool ret = ot_font->glyf.get_extents (glyph, extents); in hb_ot_get_glyph_extents()
Dhb-ot-glyf-table.hh69 struct glyf struct
DMakefile.sources24 hb-ot-glyf-table.hh \
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc27 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()
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt25 >>> 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')
/external/sfntly/cpp/src/sfntly/
Dtag.cc37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag
100 Tag::glyf,
Dtag.h45 static const int32_t glyf; member
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc233 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() argument
731 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()
Dsubsetter_impl.h66 GlyphTable* glyf, LocaTable* loca);
/external/fonttools/Doc/
Dchanges.txt52 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 seems
89 - Removed assert in glyf table: redundant data at the end of the table
145 - '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
/external/skia/src/sfnt/
DSkOTTable_glyf.h32 Iterator(const SkOTTableGlyph& glyf, in Iterator()
35 : fGlyf(glyf) in Iterator()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc149 (font_builder_->NewTableBuilder(Tag::glyf)); in AssembleGlyphAndLocaTables()
196 (font_info_->GetTable(font_id, Tag::glyf)); in AssembleGlyphAndLocaTables()
Dfont_info.cc137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize()
/external/sfntly/cpp/src/sfntly/table/
Dtable.cc113 }*/ else if (tag == Tag::glyf) { in GetBuilder()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.23420 (tt_loader_init): Add parameter to quickly load the `glyf' table
3264 font with neither a `glyf' table nor bitmap strikes can be performed
3648 a `glyf' table is missing.
3651 `glyf' table but a non-zero `loca' entry.
3652 (tt_loader_init): Handle missing `glyf' table.
5031 does contain an entry in the `glyf' table). This fixes Savannah bug
DChangeLog.251524 and `prep' only if we are in the `glyf' table.
4308 are rendered scaled and then the `glyf' outline rendered on top. We
4309 don't support that yet, so just ignore the `glyf' outline and
DChangeLog.245283 offset to the requested entry in `glyf' exceeds the end of the
5285 entry in `glyf' exceeds the end of the table, truncate the entry
5286 length at the end of `glyf' table.
DChangeLog.202554 `has-outline' to true only if the font has a `glyf' or `CFF ' table.
DChangeLog.222312 the outline(s), either in a `glyf' or `CFF' table, for a glyph;
DChangeLog.21359 * src/truetype/ttpload.c (tt_face_load_loca): Get length of `glyf'
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt8302 3glyf
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt8302 3glyf