Home
last modified time | relevance | path

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

/external/skia/legacy/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/harfbuzz_ng/src/
Dhb-ot-maxp-table.hh42 struct maxp struct
Dhb-font.cc770 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp)); in load_num_glyphs()
771 const OT::maxp *maxp_table = OT::Sanitizer<OT::maxp>::lock_instance (maxp_blob); in load_num_glyphs()
DMakefile.am40 hb-ot-maxp-table.hh \
/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.c2831 Int maxp; /* largest working precision */ in uprv_decNumberSquareRoot() local
2918 maxp=workp+2; /* largest working precision */ in uprv_decNumberSquareRoot()
2929 needbytes=sizeof(decNumber)+(D2U(maxp)-1)*sizeof(Unit); in uprv_decNumberSquareRoot()
3001 for (; workset.digits<maxp;) { in uprv_decNumberSquareRoot()
3003 workset.digits=MINI(workset.digits*2-2, maxp); in uprv_decNumberSquareRoot()