Searched defs:maxp (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/utils/
H A DSkSfntUtils.cpp65 bool SkSfntUtils::ReadTable_maxp(SkFontID fontID, SkSfntTable_maxp* maxp) { argument
76 maxp->fVersion = parse_be32(p);
77 maxp->fNumGlyphs = parse_be16(p);
78 maxp->fMaxPoints = parse_be16(p);
79 maxp->fMaxContours = parse_be16(p);
80 maxp->fMaxComponentPoints = parse_be16(p);
81 maxp->fMaxComponentContours = parse_be16(p);
82 maxp->fMaxZones = parse_be16(p);
83 maxp->fMaxTwilightPoints = parse_be16(p);
84 maxp
[all...]
/external/freetype/src/truetype/
H A Dttobjs.c928 TT_MaxProfile* maxp = &face->max_profile; local
934 size->max_function_defs = maxp->maxFunctionDefs;
935 size->max_instruction_defs = maxp->maxInstructionDefs;
944 size->storage_size = maxp->maxStorage;
967 n_twilight = maxp->maxTwilightPoints;
H A Dttinterp.c566 TT_MaxProfile* maxp; local
571 maxp = &face->max_profile;
616 maxp->maxStackElements + 32 );
626 maxp->maxSizeOfInstructions );
/external/iproute2/ip/
H A Dxfrm_state.c536 char *maxp = NULL; local
579 if (maxp)
581 maxp = *argv;
612 if (!maxp) {
621 if (maxp) {
/external/icu4c/i18n/
H A DdecNumber.c2783 /* const maxp := currentprecision + 2 */
2785 /* p := min(2*p - 2, maxp) % p = 4,6,10, . . . , maxp */
2788 /* exit when p = maxp */
2818 Int maxp; /* largest working precision */ local
2833 /* buffer for a [needs +2 to match likely maxp] */
2905 maxp=workp+2; /* largest working precision */
2915 /* a and b both need to be able to hold a maxp-length number */
2916 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit);
2988 for (; workset.digits<maxp;) {
[all...]

Completed in 162 milliseconds