Home
last modified time | relevance | path

Searched refs:pAbsX (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxpixmap.c723 struct ObjRec *CutXPixmap(ObjPtrToCut, pAbsX, pAbsY, pAbsW, pAbsH) in CutXPixmap() argument
725 int *pAbsX, *pAbsY, *pAbsW, *pAbsH;
750 if (ObjPtrToCut != NULL && pAbsX != NULL && pAbsY != NULL && pAbsW != NULL &&
756 src_x = *pAbsX;
778 if (pAbsX == NULL && pAbsY == NULL && pAbsW == NULL && pAbsH == NULL) {
792 src_x = *pAbsX;
810 if (ObjPtrToCut == NULL || pAbsX == NULL || pAbsY == NULL ||
821 if (ObjPtrToCut == NULL || pAbsX == NULL || pAbsY == NULL ||
850 if (ObjPtrToCut == NULL || pAbsX == NULL || pAbsY == NULL ||
937 if (pAbsX != NULL && pAbsY != NULL) {
[all …]