Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dverify_maxp.cc41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); in VerifyMAXP() local
42 if (maxp == NULL) { in VerifyMAXP()
46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyMAXP()
47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP()
49 EXPECT_EQ(maxp->MaxContours(), MAXP_MAX_CONTOURS); in VerifyMAXP()
50 EXPECT_EQ(maxp->MaxCompositePoints(), MAXP_MAX_COMPOSITE_POINTS); in VerifyMAXP()
51 EXPECT_EQ(maxp->MaxCompositeContours(), MAXP_MAX_COMPOSITE_CONTOURS); in VerifyMAXP()
52 EXPECT_EQ(maxp->MaxZones(), MAXP_MAX_ZONES); in VerifyMAXP()
53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS); in VerifyMAXP()
[all …]
Dtest_data.cc42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post,
49 Tag::loca, Tag::maxp, Tag::name, Tag::post, Tag::prep };
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dverify_maxp.cc41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); in VerifyMAXP() local
42 if (maxp == NULL) { in VerifyMAXP()
46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0)); in VerifyMAXP()
47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS); in VerifyMAXP()
48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP()
49 EXPECT_EQ(maxp->MaxContours(), MAXP_MAX_CONTOURS); in VerifyMAXP()
50 EXPECT_EQ(maxp->MaxCompositePoints(), MAXP_MAX_COMPOSITE_POINTS); in VerifyMAXP()
51 EXPECT_EQ(maxp->MaxCompositeContours(), MAXP_MAX_COMPOSITE_CONTOURS); in VerifyMAXP()
52 EXPECT_EQ(maxp->MaxZones(), MAXP_MAX_ZONES); in VerifyMAXP()
53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS); in VerifyMAXP()
[all …]
Dtest_data.cc42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post,
49 Tag::loca, Tag::maxp, Tag::name, Tag::post, Tag::prep };
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-static.cc59 hb_blob_t *maxp_blob = c.reference_table<OT::maxp> (this); in load_num_glyphs()
60 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs()
Dhb-ot-maxp-table.hh72 struct maxp struct
100 maxp *maxp_prime = c->serializer->embed (this); in subset()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-static.cc63 hb_blob_t *maxp_blob = c.reference_table<OT::maxp> (this); in load_num_glyphs()
64 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs()
Dhb-ot-maxp-table.hh72 struct maxp struct
100 maxp *maxp_prime = c->serializer->embed (this); in subset()
/third_party/harfbuzz/src/
Dhb-static.cc68 hb_blob_t *maxp_blob = c.reference_table<OT::maxp> (this); in load_num_glyphs()
69 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs()
Dhb-ot-maxp-table.hh72 struct maxp struct
100 maxp *maxp_prime = c->serializer->embed (this); in subset()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java40 MaximumProfileTable maxp = sourceFont.getTable(Tag.maxp); in encode() local
44 int numGlyphs = maxp.numGlyphs(); in encode()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java40 MaximumProfileTable maxp = sourceFont.getTable(Tag.maxp); in encode() local
44 int numGlyphs = maxp.numGlyphs(); in encode()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DDumbSubsetter.java47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
DRenumberingSubsetter.java47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
DGlyphTableSubsetter.java44 super(Tag.glyf, Tag.loca, Tag.maxp); in GlyphTableSubsetter()
98 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in subset()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DDumbSubsetter.java47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
DRenumberingSubsetter.java47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
DGlyphTableSubsetter.java44 super(Tag.glyf, Tag.loca, Tag.maxp); in GlyphTableSubsetter()
98 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in subset()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); member in sfntly::Tag
77 Tag::maxp,
89 Tag::maxp,
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dtag.cc31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); member in sfntly::Tag
77 Tag::maxp,
89 Tag::maxp,
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c241 const uint8_t *maxp; in optimize_colors() local
327 minp = maxp = block; in optimize_colors()
339 maxp = block + x * 4 + y * stride; in optimize_colors()
344 *pmax16 = rgb2rgb565(maxp[0], maxp[1], maxp[2]); in optimize_colors()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java156 MaximumProfileTable maxp = font.getTable(Tag.maxp); in buildAndCheckFont() local
157 logger.fine("Number of glyphs = " + maxp.numGlyphs()); in buildAndCheckFont()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java156 MaximumProfileTable maxp = font.getTable(Tag.maxp); in buildAndCheckFont() local
157 logger.fine("Number of glyphs = " + maxp.numGlyphs()); in buildAndCheckFont()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DGlyphEditingTests.java71 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testEditLocaTable()
89 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testRemoveOneGlyph()
162 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testClearAllGlyphs()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DGlyphEditingTests.java71 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testEditLocaTable()
89 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testRemoveOneGlyph()
162 (MaximumProfileTable.Builder) fontBuilder.getTableBuilder(Tag.maxp); in testClearAllGlyphs()

12345