Lines Matching refs:msk_x
811 float msk_x, msk_y;
819 msk_x = r->mask.x + op->mask.offset[0];
832 v[4] = (msk_x + w) * op->mask.scale[0];
839 v[10] = msk_x * op->mask.scale[0];
857 float msk_x, msk_y;
865 msk_x = r->mask.x + op->mask.offset[0];
879 v[4] = (msk_x + w) * op->mask.scale[0];
887 v[10] = msk_x * op->mask.scale[0];
1363 float msk_x, msk_y;
1371 msk_x = r->mask.x + op->mask.offset[0];
1384 v[4] = (msk_x + w) * op->mask.scale[0];
1391 v[10] = msk_x * op->mask.scale[0];
1409 float msk_x, msk_y;
1417 msk_x = r->mask.x + op->mask.offset[0];
1431 v[4] = (msk_x + w) * op->mask.scale[0];
1439 v[10] = msk_x * op->mask.scale[0];
3476 PicturePtr mask, struct sna_composite_channel *mc, int msk_x, int msk_y)
3478 if (src_x != msk_x || src_y != msk_y)