Searched defs:glyf (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dverify_glyf.cc39 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);
/external/sfntly/cpp/src/test/
H A Dverify_glyf.cc39 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);
/external/chromium_org/third_party/ots/src/
H A Dglyf.cc5 #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 local
290 const OpenTypeGLYF *glyf = file->glyf; local
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in class:sfntly::Tag
100 Tag::glyf,
H A Dtag.h45 static const int32_t glyf; member in struct:sfntly::Tag
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc37 const int32_t Tag::glyf = TAG('g', 'l', 'y', 'f'); member in class:sfntly::Tag
100 Tag::glyf,
H A Dtag.h45 static const int32_t glyf; member in struct:sfntly::Tag
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h32 Iterator(const SkOTTableGlyph& glyf, argument
35 : fGlyf(glyf)
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h32 Iterator(const SkOTTableGlyph& glyf, argument
35 : fGlyf(glyf)
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc233 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, argument
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...]
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc233 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, argument
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...]

Completed in 9489 milliseconds