Lines Matching refs:pixregion
372 RegionRec pixregion;
389 RegionInit(&pixregion, &box, 1);
400 RegionTranslate(&pixregion, dirty->x, dirty->y);
401 RegionIntersect(&pixregion, &pixregion, region);
403 if (RegionNil(&pixregion)) {
404 RegionUninit(&pixregion);
408 RegionTranslate(&pixregion, -dirty->x, -dirty->y);
411 PixmapDirtyCopyArea(dst, dirty, &pixregion);
413 PixmapDirtyCompositeRotate(dst, dirty, &pixregion);