Lines Matching refs:msk_x
805 float msk_x, msk_y;
813 msk_x = r->mask.x + op->mask.offset[0];
825 v[4] = (msk_x + w) * op->mask.scale[0];
832 v[10] = msk_x * op->mask.scale[0];
850 float msk_x, msk_y;
858 msk_x = r->mask.x + op->mask.offset[0];
871 v[4] = (msk_x + w) * op->mask.scale[0];
879 v[10] = msk_x * op->mask.scale[0];
1341 float msk_x, msk_y;
1349 msk_x = r->mask.x + op->mask.offset[0];
1361 v[4] = (msk_x + w) * op->mask.scale[0];
1368 v[10] = msk_x * op->mask.scale[0];
1386 float msk_x, msk_y;
1394 msk_x = r->mask.x + op->mask.offset[0];
1407 v[4] = (msk_x + w) * op->mask.scale[0];
1415 v[10] = msk_x * op->mask.scale[0];
3428 PicturePtr mask, struct sna_composite_channel *mc, int msk_x, int msk_y)
3430 if (src_x != msk_x || src_y != msk_y)