Home
last modified time | relevance | path

Searched refs:pposn (Results 1 – 25 of 25) sorted by relevance

/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dkey.py81 pposn, dims = params.parentposn, params.dims
86 'left': pposn[0] + th,
87 'centre': pposn[0] + 0.5*(pposn[2]-pposn[0]-dims[0]),
88 'right': pposn[2] - th - dims[0]
91 'top': pposn[1] + th,
92 'centre': pposn[1] + 0.5*(pposn[3]-pposn[1]-dims[1]),
93 'bottom': pposn[3] - th - dims[1]
144 pposn = self.params.parentposn
147 hm = (rect.left() - pposn[0]) / (pposn[2] - pposn[0])
148 vm = (pposn[3] - rect.bottom()) / (pposn[3] - pposn[1])
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dcnone.c292 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcnone_inquire() argument
301 pposn = pposn; in HCPcnone_inquire()
H A Dhfile.h391 int32 *poffset, int32 *pposn, int16 *paccess,
535 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
567 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
603 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
645 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
678 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dhcompri.c381 int32 *pposn, int16 *paccess, int16 *pspecial) in HRPinquire() argument
405 if (pposn) in HRPinquire()
406 *pposn = access_rec->posn; in HRPinquire()
H A Dmstdio.c300 uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, in HCPmstdio_inquire() argument
309 plength, poffset, pposn, paccess, pspecial)) == FAIL) in HCPmstdio_inquire()
H A Dhbuffer.c451 int32 *pposn, int16 *paccess, int16 *pspecial) in HBPinquire() argument
475 if (pposn) in HBPinquire()
476 *pposn = access_rec->posn; in HBPinquire()
H A Dmstdio.h51 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcnone.h51 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcdeflate.h57 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcrle.h51 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcskphuff.h50 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcskphuff.c737 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcskphuff_inquire() argument
746 pposn = pposn; in HCPcskphuff_inquire()
H A Dcdeflate.c734 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcdeflate_inquire() argument
743 pposn = pposn; in HCPcdeflate_inquire()
H A Dcnbit.h50 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcrle.c657 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcrle_inquire() argument
666 pposn = pposn; in HCPcrle_inquire()
H A Dcszip.h62 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess,
H A Dcnbit.c757 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcnbit_inquire() argument
766 pposn = pposn; in HCPcnbit_inquire()
H A Dcszip.c920 int32 *pposn, int16 *paccess, int16 *pspecial) in HCPcszip_inquire() argument
929 pposn = pposn; in HCPcszip_inquire()
H A Dhchunks.h285 int32 *pposn, /* OUT: current position in element; */
H A Dhextelt.c869 int32 *pposn, int16 *paccess, int16 *pspecial) in HXPinquire() argument
892 if (pposn) in HXPinquire()
893 *pposn = access_rec->posn; in HXPinquire()
H A Dhblocks.c1687 int32 *pposn, in HLPinquire() argument
1712 if (pposn) in HLPinquire()
1713 *pposn = access_rec->posn; in HLPinquire()
H A Dhcomp.c1493 uint16 *pref, int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, in HCPinquire() argument
1517 if (pposn != NULL) in HCPinquire()
1518 *pposn = access_rec->posn; in HCPinquire()
H A Dhfile.c591 int32 *plength, int32 *poffset, int32 *pposn, int16 *paccess, in Hinquire() argument
608 ptag, pref, plength, poffset, pposn, paccess, pspecial); in Hinquire()
616 if (pposn != NULL) in Hinquire()
617 *pposn = access_rec->posn; in Hinquire()
H A Dhchunks.c4259 int32 *pposn, /* OUT: current position in element; */ in HMCPinquire() argument
4290 if (pposn) in HMCPinquire()
4291 *pposn = access_rec->posn; in HMCPinquire()
H A Dhproto.h85 int32 * pposn, int16 * paccess, int16 * pspecial);