| /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/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.
|
| ots.h | 48 // want to omit TrueType hinting instructions and variables in glyf, fpgm, prep, 192 F(glyf, 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/chromium_org/third_party/freetype/include/freetype/internal/services/ |
| svttglyf.h | 27 #define FT_SERVICE_ID_TT_GLYF "tt-glyf"
|
| /external/freetype/include/freetype/internal/services/ |
| svttglyf.h | 27 #define FT_SERVICE_ID_TT_GLYF "tt-glyf"
|
| /external/chromium_org/third_party/ots/ |
| ots-common.gypi | 24 'src/glyf.cc', 25 'src/glyf.h',
|
| /external/chromium_org/third_party/skia/src/sfnt/ |
| SkOTTable_glyf.h | 32 Iterator(const SkOTTableGlyph& glyf, 35 : fGlyf(glyf)
|
| /external/skia/src/sfnt/ |
| SkOTTable_glyf.h | 32 Iterator(const SkOTTableGlyph& glyf, 35 : fGlyf(glyf)
|
| /external/sfntly/cpp/src/sfntly/table/ |
| subtable.h | 27 // the glyph table (glyf).
|
| /external/chromium_org/v8/test/mjsunit/ |
| string-match.js | 85 var stringSample2 = "Argle bargle glop glyf!"; 117 ["Argle", "bargle", "glop", "glyf"], [], 18, 22); 122 ["Argle", "bargle", "glop", "glyf"], [], 18, 22);
|
| /external/v8/test/mjsunit/ |
| string-match.js | 85 var stringSample2 = "Argle bargle glop glyf!"; 117 ["Argle", "bargle", "glop", "glyf"], [], 18, 22); 122 ["Argle", "bargle", "glop", "glyf"], [], 18, 22);
|
| /external/chromium_org/third_party/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 */ 218 " exceeding the end of glyf table (0x%08lx)\n", 228 " truncate at the end of glyf table (0x%08lx)\n", 240 /* `glyf' table is missing. */
|
| /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 */ 218 " exceeding the end of glyf table (0x%08lx)\n", 228 " truncate at the end of glyf table (0x%08lx)\n", 240 /* `glyf' table is missing. */
|
| /external/sfntly/cpp/src/sample/chromium/ |
| 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...] |
| subsetter_impl.h | 66 GlyphTable* glyf, LocaTable* loca);
|
| /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/ |
| OpenTypeSanitizer.cpp | 57 // name table replacement and/or padding for glyf table.
|
| /external/chromium_org/third_party/ots/test/ |
| perf.cc | 49 // name table replacement and/or padding for glyf table.
|
| /external/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,
|