Lines Matching refs:transform
367 RRTransformPtr transform = NULL; in xf86CrtcRotate() local
373 transform = &crtc->transform; in xf86CrtcRotate()
378 transform, in xf86CrtcRotate()
463 if (transform) { in xf86CrtcRotate()
464 if (transform->nparams) { in xf86CrtcRotate()
465 new_params = malloc(transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
467 memcpy(new_params, transform->params, in xf86CrtcRotate()
468 transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
469 new_nparams = transform->nparams; in xf86CrtcRotate()
470 new_filter = transform->filter; in xf86CrtcRotate()
474 new_filter = transform->filter; in xf86CrtcRotate()