Lines Matching refs:pShape
70 int newX, int newY, RegionPtr pShape);
77 static void xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape);
133 int newX, int newY, RegionPtr pShape)
164 if (pShape != NULL)
166 wc.shape_nrects = RegionNumRects(pShape);
167 wc.shape_rects = RegionRects(pShape);
308 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape)
314 if (pShape != NULL)
316 wc.shape_nrects = RegionNumRects(pShape);
317 wc.shape_rects = RegionRects(pShape);