Home
last modified time | relevance | path

Searched refs:pdsize (Results 1 – 21 of 21) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dpoint.py12 def virtual_entities(point: 'Point', pdsize: float = 1,
55 radius = pdsize * 0.5
65 add_line_symmetrical(Vec3(pdsize, 0))
66 add_line_symmetrical(Vec3(0, pdsize))
68 add_line_symmetrical(Vec3(pdsize, pdsize))
69 add_line_symmetrical(Vec3(pdsize, -pdsize))
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples_dxf/
H A Dcreate_point_examples.py6 def new_doc(pdmode: int, pdsize: float = 1):
9 doc.header['$PDSIZE'] = pdsize
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-s3c/
H A Dplatformdata.c15 void __init *s3c_set_platdata(void *pd, size_t pdsize, in s3c_set_platdata() argument
26 npd = kmemdup(pd, pdsize, GFP_KERNEL); in s3c_set_platdata()
H A Ddevs.h93 extern void *s3c_set_platdata(void *pd, size_t pdsize,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-s3c/
H A Dplatformdata.c15 void __init *s3c_set_platdata(void *pd, size_t pdsize, in s3c_set_platdata() argument
26 npd = kmemdup(pd, pdsize, GFP_KERNEL); in s3c_set_platdata()
H A Ddevs.h93 extern void *s3c_set_platdata(void *pd, size_t pdsize,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-s3c/
H A Dplatformdata.c15 void __init *s3c_set_platdata(void *pd, size_t pdsize, in s3c_set_platdata() argument
26 npd = kmemdup(pd, pdsize, GFP_KERNEL); in s3c_set_platdata()
H A Ddevs.h93 extern void *s3c_set_platdata(void *pd, size_t pdsize,
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dpoint.py101 def virtual_entities(self, pdsize: float = 1,
119 return point.virtual_entities(self, pdsize, pdmode)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/drawing/
H A Dfrontend.py282 pdsize = self.out.pdsize
283 if pdsize <= 0: # relative points size is not supported
284 pdsize = DEFAULT_PDSIZE
289 for entity in point.virtual_entities(pdsize, pdmode):
H A Dproperties.py255 self.pdsize = 0
261 self.pdsize = doc.header.get('$PDSIZE', 1.0)
284 if backend.pdsize is None:
285 backend.pdsize = self.pdsize
H A Dbackend.py71 self.pdsize = params_['pdsize']
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dvp8rtpfmt.c974 uint8_t pdsize = 1; in packer_process_frame_part() local
980 if (packet->pd->extended_control_bits_present == TRUE) pdsize++; in packer_process_frame_part()
982 pdsize++; in packer_process_frame_part()
983 if (packet->pd->pictureid & 0x8000) pdsize++; in packer_process_frame_part()
985 if (packet->pd->tl0picidx_present == TRUE) pdsize++; in packer_process_frame_part()
986 if ((packet->pd->tid_present == TRUE) || (packet->pd->keyidx_present == TRUE)) pdsize++; in packer_process_frame_part()
991 pdm = allocb(pdsize, 0); in packer_process_frame_part()
992 memset(pdm->b_wptr, 0, pdsize); in packer_process_frame_part()
1036 dlen = MIN((max_size - pdsize), (int)(packet->m->b_wptr - rptr)); in packer_process_frame_part()
/dports/ftp/ncftp3/ncftp-3.2.6/sh_util/
H A Dncftpls.c47 FTPRemoteRecursiveMListSubdir(FTPCIPtr cip, char *const parentdir, const size_t pdsize, const size_… in FTPRemoteRecursiveMListSubdir() argument
62 if (pdlen + sdlen + /* '/' */ 1 + /* '\0' */ 1 > pdsize) { in FTPRemoteRecursiveMListSubdir()
123 FTPRemoteRecursiveMListSubdir(cip, parentdir, pdsize, newlen, fip->relname, lines); in FTPRemoteRecursiveMListSubdir()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dpoint.rst64 .. automethod:: virtual_entities(pdsize: float = 1, pdmode: int = 0) -> List[DXFGraphic]
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/
H A DBSEQuencer_GUI.cpp1457 int pdsize = (pd.duration <= 0.0f ? 1.0 : int (ceil (pd.duration))); in padsPressedCallback() local
1459 for (int dds = 0; dds < pdsize; ++dds) in padsPressedCallback()
1462 ui->pattern.setPad (clipRMax - dr, clipSMax + 1 + dds - ds - pdsize, pds); in padsPressedCallback()
1463 ui->send_pad (clipRMax - dr, clipSMax + 1 + dds - ds - pdsize); in padsPressedCallback()
1466 ds += pdsize; in padsPressedCallback()
/dports/math/PDL/PDL-2.019/Basic/Slices/
H A Dslices.pd3399 PDL_Indx pdsize;
3405 pdsize = $PARENT( dims[$COMP(idim[i])] );
3407 pdsize = 1;
3413 if( pdsize==0 && start==0 && end==-1 && $COMP(inc[i])==0 ) {
3421 start += pdsize;
3422 if( start < 0 || start >= pdsize ) {
3427 …ut of bounds in pos %d (start is %d; source dim %d runs 0 to %d)",i,start,$COMP(idim[i]),pdsize-1);
3445 end += pdsize;
3446 if( end < 0 || end >= pdsize ) {
3448 …ds out of bounds in pos %d (end is %d; source dim %d runs 0 to %d)",i,end,$COMP(idim[i]),pdsize-1);
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/addons/
H A Ddrawing.rst95 pdsize
/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c11094 size_t pdsize = 0; in weed_leaf_serialise() local
11125 pdsize += vlen; in weed_leaf_serialise()
11135 lives_write_buffered(fd, (const char *)pixel_data[0], pdsize, TRUE); in weed_leaf_serialise()
11136 totsize += pdsize; in weed_leaf_serialise()
/dports/net-mgmt/nagios-check_postgres/check_postgres-2.25.0/
H A Dcheck_postgres.pl4972 $s{$r->{datname}} = [$r->{dsize},$r->{pdsize}];
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c1597 BITCODE_BD pdsize; in test_header() local
1598 if (dwg_dynapi_header_value (dwg, "PDSIZE", &pdsize, NULL) in test_header()
1599 && pdsize == dwg->header_vars.PDSIZE) in test_header()
1602 fail ("HEADER.PDSIZE [BD] %g != %g", dwg->header_vars.PDSIZE, pdsize); in test_header()
1603 pdsize++; in test_header()
1604 if (dwg_dynapi_header_set_value (dwg, "PDSIZE", &pdsize, 0) in test_header()
1605 && pdsize == dwg->header_vars.PDSIZE) in test_header()
1609 dwg->header_vars.PDSIZE, pdsize); in test_header()
1610 pdsize--; in test_header()
1611 dwg_dynapi_header_set_value (dwg, "PDSIZE", &pdsize, 0); in test_header()