Lines Matching refs:tc1
202 float tc0[2], float tc1[2], float tc2[2], float tc3[2])
206 tc1[0] = sx + width;
207 tc1[1] = sy;
215 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]);
221 tc1[0] /= src->width0;
225 tc1[1] /= src->height0;
236 float tc0[2], tc1[2], tc2[2], tc3[2];
239 tc0, tc1, tc2, tc3);
243 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]);