/external/chromium_org/third_party/ots/src/ |
maxp.cc | 5 #include "maxp.h" 7 // maxp - Maximum Profile 8 // http://www.microsoft.com/opentype/otspec/maxp.htm 15 OpenTypeMAXP *maxp = new OpenTypeMAXP; local 16 file->maxp = maxp; 27 if (!table.ReadU16(&maxp->num_glyphs)) { 31 if (!maxp->num_glyphs) { 36 maxp->version_1 = true; 37 if (!table.ReadU16(&maxp->max_points) | 78 const OpenTypeMAXP *maxp = file->maxp; local [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-maxp-table.hh | 37 * maxp -- The Maximum Profile Table 42 struct maxp struct in namespace:OT 58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0),
|
/external/harfbuzz_ng/src/ |
hb-ot-maxp-table.hh | 37 * maxp -- The Maximum Profile Table 42 struct maxp struct in namespace:OT 58 FixedVersion version; /* Version of the maxp table (0.5 or 1.0),
|
/external/chromium_org/third_party/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...] |
/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...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.c | 969 TT_MaxProfile* maxp = &face->max_profile; local 975 size->max_function_defs = maxp->maxFunctionDefs; 976 size->max_instruction_defs = maxp->maxInstructionDefs; 985 size->storage_size = maxp->maxStorage; [all...] |
ttinterp.c | 575 TT_MaxProfile* maxp; local 580 maxp = &face->max_profile; 625 maxp->maxStackElements + 32 ); 635 maxp->maxSizeOfInstructions ); [all...] |
/external/chromium_org/third_party/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
|
/external/freetype/src/truetype/ |
ttobjs.c | 969 TT_MaxProfile* maxp = &face->max_profile; local 975 size->max_function_defs = maxp->maxFunctionDefs; 976 size->max_instruction_defs = maxp->maxInstructionDefs; 985 size->storage_size = maxp->maxStorage; [all...] |
ttinterp.c | 575 TT_MaxProfile* maxp; local 580 maxp = &face->max_profile; 625 maxp->maxStackElements + 32 ); 635 maxp->maxSizeOfInstructions ); [all...] |
/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
|
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 1509 int maxp; local [all...] |
/external/iproute2/ip/ |
xfrm_state.c | 569 char *maxp = NULL; local 612 if (maxp) 614 maxp = *argv; 645 if (!maxp) { 654 if (maxp) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 2812 Int maxp; \/* largest working precision *\/ local [all...] |
/external/icu4c/i18n/ |
decNumber.c | 2831 Int maxp; \/* largest working precision *\/ local [all...] |