Home
last modified time | relevance | path

Searched refs:pt_cnt (Results 1 – 11 of 11) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c2259 if ( self->pt_cnt < ((PyFF_Contour *) other)->pt_cnt ) in PyFFContour_compare()
2261 else if ( self->pt_cnt > ((PyFF_Contour *) other)->pt_cnt ) in PyFFContour_compare()
2520 dummy.pt_cnt = 1; in PyFFContour_Concat()
2530 self->pt_max = self->pt_cnt = c1->pt_cnt + c2->pt_cnt; in PyFFContour_Concat()
2561 dummy.pt_cnt = 1; in PyFFContour_InPlaceConcat()
2569 self->pt_max = self->pt_cnt = self->pt_cnt + c2->pt_cnt; in PyFFContour_InPlaceConcat()
2586 if ( pos<-cont->pt_cnt || pos>=cont->pt_cnt ) { in PyFFContour_Index()
2608 if ( pos<-cont->pt_cnt || pos>=cont->pt_cnt ) { in PyFFContour_IndexAssign()
2839 ret->pt_max = ret->pt_cnt = self->pt_cnt; in PyFFContour_dup()
3932 if ( scon->pt_cnt<ocon->pt_cnt ) in PyFFLayer_compare()
[all …]
H A Dffpython.h98 int pt_cnt, pt_max; member
H A Dsplinechar.c1522 int cnt, path_cnt, pt_cnt; in SCValidate() local
1667 for ( ss=sc->layers[layer].splines, pt_cnt=path_cnt=0; ss!=NULL; ss=ss->next, ++path_cnt ) { in SCValidate()
1680 ++pt_cnt; in SCValidate()
1685 ++pt_cnt; in SCValidate()
1687 pt_cnt += 2; in SCValidate()
1696 if ( pt_cnt>1500 ) in SCValidate()
1741 if ( pt_cnt>composit_pt_max ) in SCValidate()
1747 for ( ss=sc->layers[layer].splines, pt_cnt=path_cnt=0; ss!=NULL; ss=ss->next, ++path_cnt ) { in SCValidate()
1749 ++pt_cnt; in SCValidate()
1757 if ( pt_cnt>pt_max ) in SCValidate()
H A Dsplineutil2.c4148 int r, depth=0, mag=1, y, ymin=INT_MAX, ymax=INT_MIN, pt_cnt=0;
4173 ++pt_cnt;
4184 if ( pt_cnt==1 )
4187 if ( y < pt_cnt + 7 )
4188 mag = (int) (7 + pt_cnt)/y;
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_prefix.c313 rdemem.pt_cnt[op->aid]++; in pt_alloc()
322 rdemem.pt_cnt[pte->aid]--; in pt_free()
H A Dbgpd.h1163 long long pt_cnt[AID_MAX]; member
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput_json.c858 if (stats->pt_cnt[i] == 0) in json_rib_mem()
860 pts += stats->pt_cnt[i] * pt_sizes[i]; in json_rib_mem()
861 json_rib_mem_element(aid_vals[i].name, stats->pt_cnt[i], in json_rib_mem()
862 stats->pt_cnt[i] * pt_sizes[i], UINT64_MAX); in json_rib_mem()
H A Doutput.c902 if (stats->pt_cnt[i] == 0) in show_rib_mem()
904 pts += stats->pt_cnt[i] * pt_sizes[i]; in show_rib_mem()
906 stats->pt_cnt[i], aid_vals[i].name, in show_rib_mem()
907 fmt_mem(stats->pt_cnt[i] * pt_sizes[i])); in show_rib_mem()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/glu/
H A Dnurbs.h110 GLint pt_cnt,seg_array_len; member
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/
H A Dransac_solvers.cpp54 int pt_cnt = 0; in getInliers() local
57 inliers.emplace_back(pt_cnt); in getInliers()
58 pt_cnt++; in getInliers()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dsdp_neg.c1029 unsigned pt_cnt, in apply_answer_symmetric_pt() argument
1039 for (i = 0; i < pt_cnt; ++i) { in apply_answer_symmetric_pt()