HomeSort by relevance Sort by last modified time
    Searched full:glyf (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/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,
  /external/fonttools/Lib/fontTools/ttLib/tables/
_v_h_e_a.py 30 dependencies = ['vmtx', 'glyf']
41 if 'glyf' in ttFont:
42 if not ttFont.isLoaded('glyf'):
44 glyfTable = ttFont['glyf']
_h_h_e_a.py 32 dependencies = ['hmtx', 'glyf']
38 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
44 if 'glyf' in ttFont:
45 glyfTable = ttFont['glyf']
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')
_m_a_x_p.py 33 dependencies = ['glyf']
43 if 'glyf' in ttFont:
44 if ttFont.isLoaded('glyf') and ttFont.recalcBBoxes:
61 glyfTable = ttFont['glyf']
_l_o_c_a.py 10 dependencies = ['glyf']
  /external/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/freetype/include/freetype/internal/services/
svttglyf.h 28 #define FT_SERVICE_ID_TT_GLYF "tt-glyf"
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 46 friend struct glyf;
63 * glyf -- TrueType Glyph Data
69 struct glyf struct in namespace:OT
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
113 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob);
165 const glyf *glyf_table;
hb-ot-font.cc 35 #include "hb-ot-glyf-table.hh"
46 OT::hb_lazy_loader_t<OT::glyf::accelerator_t> glyf; member in struct:hb_ot_font_t
64 ot_font->glyf.init (face);
80 ot_font->glyf.fini ();
152 bool ret = ot_font->glyf->get_extents (glyph, extents);
  /external/skia/src/sfnt/
SkOTTable_glyf.h 31 Iterator(const SkOTTableGlyph& glyf,
34 : fGlyf(glyf)
  /external/skqp/src/sfnt/
SkOTTable_glyf.h 31 Iterator(const SkOTTableGlyph& glyf,
34 : fGlyf(glyf)
  /external/sfntly/cpp/src/sfntly/table/
subtable.h 27 // the glyph table (glyf).
  /cts/tests/tests/content/res/font/
sample_bold_font_source.ttx 133 <glyf>
136 <!-- FreeType treats empty table as missing table. Then if glyf table is missing, FreeType
145 </glyf>
sample_bolditalic_font_source.ttx 133 <glyf>
136 <!-- FreeType treats empty table as missing table. Then if glyf table is missing, FreeType
145 </glyf>
sample_italic_font_source.ttx 133 <glyf>
136 <!-- FreeType treats empty table as missing table. Then if glyf table is missing, FreeType
145 </glyf>
sample_regular_font_source.ttx 133 <glyf>
136 <!-- FreeType treats empty table as missing table. Then if glyf table is missing, FreeType
145 </glyf>
  /external/fonttools/Doc/
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/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 235 down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf));
259 // Add glyph to new glyf table.
665 // Find glyf and loca table.
667 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
702 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm
709 // CFF - if you have this table then you shouldn't have a glyf table and this
744 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf,
751 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT,
762 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) {
763 remove_tags.insert(Tag::glyf);
    [all...]
subsetter_impl.h 69 GlyphTable* glyf, LocaTable* loca);
  /external/freetype/src/truetype/
ttpload.c 70 /* we need the size of the `glyf' table for malformed `loca' tables */
73 /* it is possible that a font doesn't have a glyf table at all */
241 " exceeding the end of `glyf' table (0x%08lx)\n",
255 " truncating at the end of `glyf' table to %ld bytes\n",
264 " exceeding the end of `glyf' table (0x%08lx)\n",
278 /* `glyf' table is missing. */
  /external/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));
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTagBuilder.java 40 "glyf",
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 26 Dumping 'glyf' table...
314 if tag in ("glyf", "CFF "):
653 table. Otherwise the outlines will be taken from the 'glyf' table.
654 If the font contains both a 'CFF ' and a 'glyf' table, you can use
659 if "glyf" in self:
672 # This class is distinct from the 'glyf' table itself because we need
680 return list(self._ttFont["glyf"].keys())
683 return glyphName in self._ttFont["glyf"]
713 glyfTable = self._ttFont['glyf']
854 'glyf' -> '_g_l_y_f
    [all...]

Completed in 627 milliseconds

1 2 3 4 5 6 7