HomeSort by relevance Sort by last modified time
    Searched refs:maxp (Results 1 - 25 of 27) sorted by null

1 2

  /external/sfntly/cpp/src/test/
verify_maxp.cc 41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); local
42 if (maxp == NULL) {
46 EXPECT_EQ(maxp->TableVersion(), Fixed1616::Fixed(1, 0));
47 EXPECT_EQ(maxp->NumGlyphs(), MAXP_NUM_GLYPHS);
48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS);
49 EXPECT_EQ(maxp->MaxContours(), MAXP_MAX_CONTOURS);
50 EXPECT_EQ(maxp->MaxCompositePoints(), MAXP_MAX_COMPOSITE_POINTS);
51 EXPECT_EQ(maxp->MaxCompositeContours(), MAXP_MAX_COMPOSITE_CONTOURS);
52 EXPECT_EQ(maxp->MaxZones(), MAXP_MAX_ZONES);
53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS)
    [all...]
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 };
serialization_test.cc 82 } else if (TTF_KNOWN_TAGS[i] == Tag::maxp) {
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 37 * maxp -- The Maximum Profile Table
42 struct maxp struct in namespace:OT
61 FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0),
hb-face.cc 36 #include "hb-ot-maxp-table.hh"
475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
476 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob);
  /external/sfntly/cpp/src/sfntly/
tag.cc 31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); member in class:sfntly::Tag
77 Tag::maxp,
89 Tag::maxp,
tag.h 37 static const int32_t maxp; member in struct:sfntly::Tag
font.cc 421 Table::Builder* raw_maxp_builder = GetBuilder(builder_map, Tag::maxp);
  /external/sfntly/cpp/src/sfntly/table/
table.cc 98 } else if (tag == Tag::maxp) {
  /external/freetype/src/truetype/
ttobjs.c 981 TT_MaxProfile* maxp = &face->max_profile; local
    [all...]
ttinterp.c 387 TT_MaxProfile* maxp; local
392 maxp = &face->max_profile;
438 maxp->maxStackElements + 32 );
448 maxp->maxSizeOfInstructions );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.c 1003 TT_MaxProfile* maxp = &face->max_profile; local
    [all...]
ttinterp.c 394 TT_MaxProfile* maxp; local
399 maxp = &face->max_profile;
444 maxp->maxStackElements + 32 );
454 maxp->maxSizeOfInstructions );
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 1003 TT_MaxProfile* maxp = &face->max_profile; local
    [all...]
ttinterp.c 403 TT_MaxProfile* maxp; local
408 maxp = &face->max_profile;
453 maxp->maxStackElements + 32 );
463 maxp->maxSizeOfInstructions );
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 52 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get());
53 if (!maxp.fExists) {
56 if (maxp.fSize < sizeof(SkOTTableMaximumProfile::Version::TT)) {
59 if (maxp->version.version != SkOTTableMaximumProfile::Version::TT::VERSION) {
63 if (0 == maxp->version.tt.maxSizeOfInstructions) {
  /external/iproute2/ip/
xfrm_state.c 708 char *maxp = NULL; local
751 if (maxp)
753 maxp = *argv;
784 if (!maxp) {
793 if (maxp) {
    [all...]
  /external/libopus/tests/
test_opus_api.c 1520 int maxp; local
    [all...]
  /external/fio/
gclient.c 1017 char *minp, *maxp; local
1024 maxp = num2str(max, 6, 1, 0, 0);
1036 gtk_label_set_text(GTK_LABEL(label), maxp); local
1045 free(maxp);
    [all...]
stat.c 348 char *minp, *maxp; local
354 maxp = num2str(max, 6, 1, 0, 0);
357 " stdev=%5.02f\n", name, base, minp, maxp, mean, dev);
360 free(maxp);
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp     [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c     [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 682 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm
730 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt,
  /external/freetype/src/sfnt/
sfobjs.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
sfobjs.c     [all...]

Completed in 769 milliseconds

1 2