Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkSfntUtils.cpp65 bool SkSfntUtils::ReadTable_maxp(SkFontID fontID, SkSfntTable_maxp* maxp) { in ReadTable_maxp() argument
76 maxp->fVersion = parse_be32(p); in ReadTable_maxp()
77 maxp->fNumGlyphs = parse_be16(p); in ReadTable_maxp()
78 maxp->fMaxPoints = parse_be16(p); in ReadTable_maxp()
79 maxp->fMaxContours = parse_be16(p); in ReadTable_maxp()
80 maxp->fMaxComponentPoints = parse_be16(p); in ReadTable_maxp()
81 maxp->fMaxComponentContours = parse_be16(p); in ReadTable_maxp()
82 maxp->fMaxZones = parse_be16(p); in ReadTable_maxp()
83 maxp->fMaxTwilightPoints = parse_be16(p); in ReadTable_maxp()
84 maxp->fMaxStorage = parse_be16(p); in ReadTable_maxp()
[all …]
/external/freetype/src/truetype/
Dttobjs.c928 TT_MaxProfile* maxp = &face->max_profile; in tt_size_init_bytecode() local
934 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()
935 size->max_instruction_defs = maxp->maxInstructionDefs; in tt_size_init_bytecode()
944 size->storage_size = maxp->maxStorage; in tt_size_init_bytecode()
967 n_twilight = maxp->maxTwilightPoints; in tt_size_init_bytecode()
Dttinterp.c566 TT_MaxProfile* maxp; in TT_Load_Context() local
571 maxp = &face->max_profile; in TT_Load_Context()
616 maxp->maxStackElements + 32 ); in TT_Load_Context()
626 maxp->maxSizeOfInstructions ); in TT_Load_Context()
/external/iproute2/ip/
Dxfrm_state.c536 char *maxp = NULL; in xfrm_state_allocspi() local
579 if (maxp) in xfrm_state_allocspi()
581 maxp = *argv; in xfrm_state_allocspi()
612 if (!maxp) { in xfrm_state_allocspi()
621 if (maxp) { in xfrm_state_allocspi()
/external/freetype/src/sfnt/
Dsfobjs.c629 LOAD_( maxp ); in sfnt_load_face()
/external/icu4c/i18n/
DdecNumber.c2818 Int maxp; /* largest working precision */ in uprv_decNumberSquareRoot() local
2905 maxp=workp+2; /* largest working precision */ in uprv_decNumberSquareRoot()
2916 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); in uprv_decNumberSquareRoot()
2988 for (; workset.digits<maxp;) { in uprv_decNumberSquareRoot()
2990 workset.digits=MINI(workset.digits*2-2, maxp); in uprv_decNumberSquareRoot()
/external/llvm/include/llvm/
DIntrinsicsHexagon.td2099 Hexagon_di_didi_Intrinsic<"HEXAGON.A2.maxp">;