/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | verify_maxp.cc | 41 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 …]
|
D | test_data.cc | 42 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/ |
D | verify_maxp.cc | 41 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 …]
|
D | test_data.cc | 42 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/ |
D | hb-static.cc | 59 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()
|
D | hb-ot-maxp-table.hh | 72 struct maxp struct 100 maxp *maxp_prime = c->serializer->embed (this); in subset()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-static.cc | 63 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()
|
D | hb-ot-maxp-table.hh | 72 struct maxp struct 100 maxp *maxp_prime = c->serializer->embed (this); in subset()
|
/third_party/harfbuzz/src/ |
D | hb-static.cc | 68 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()
|
D | hb-ot-maxp-table.hh | 72 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/ |
D | HdmxEncoder.java | 40 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/ |
D | HdmxEncoder.java | 40 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/ |
D | DumbSubsetter.java | 47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
|
D | RenumberingSubsetter.java | 47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
|
D | GlyphTableSubsetter.java | 44 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/ |
D | DumbSubsetter.java | 47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
|
D | RenumberingSubsetter.java | 47 fontBuilder.newTableBuilder(Tag.maxp, font.getTable(Tag.maxp).readFontData()); in setUpTables()
|
D | GlyphTableSubsetter.java | 44 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/ |
D | tag.cc | 31 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/ |
D | tag.cc | 31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); member in sfntly::Tag 77 Tag::maxp, 89 Tag::maxp,
|
/third_party/ffmpeg/libavcodec/ |
D | texturedspenc.c | 241 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/ |
D | TestFontUtils.java | 156 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/ |
D | TestFontUtils.java | 156 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/ |
D | GlyphEditingTests.java | 71 (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/ |
D | GlyphEditingTests.java | 71 (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()
|