/external/sfntly/cpp/src/test/ |
D | verify_glyf.cc | 39 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()
|
D | 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,
|
D | serialization_test.cc | 76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) { in TestSerialization()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 136 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()
|
D | hb-ot-glyf-table.hh | 69 struct glyf struct
|
D | Makefile.sources | 24 hb-ot-glyf-table.hh \
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | 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)); in Subset() 57 (font_builder->NewTableBuilder(Tag::glyf)); in Subset()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | table_API_readme.txt | 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')
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in sfntly::Tag 100 Tag::glyf,
|
D | tag.h | 45 static const int32_t glyf; member
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 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() 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()
|
D | subsetter_impl.h | 66 GlyphTable* glyf, LocaTable* loca);
|
/external/fonttools/Doc/ |
D | changes.txt | 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 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/ |
D | SkOTTable_glyf.h | 32 Iterator(const SkOTTableGlyph& glyf, in Iterator() 35 : fGlyf(glyf) in Iterator()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_assembler.cc | 149 (font_builder_->NewTableBuilder(Tag::glyf)); in AssembleGlyphAndLocaTables() 196 (font_info_->GetTable(font_id, Tag::glyf)); in AssembleGlyphAndLocaTables()
|
D | font_info.cc | 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 113 }*/ else if (tag == Tag::glyf) { in GetBuilder()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.23 | 420 (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
|
D | ChangeLog.25 | 1524 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
|
D | ChangeLog.24 | 5283 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.
|
D | ChangeLog.20 | 2554 `has-outline' to true only if the font has a `glyf' or `CFF ' table.
|
D | ChangeLog.22 | 2312 the outline(s), either in a `glyf' or `CFF' table, for a glyph;
|
D | ChangeLog.21 | 359 * src/truetype/ttpload.c (tt_face_load_loca): Get length of `glyf'
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 8302 3glyf
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 8302 3glyf
|