Lines Matching defs:tc0
202 float tc0[2], float tc1[2], float tc2[2], float tc3[2])
204 tc0[0] = sx;
205 tc0[1] = sy;
214 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]);
220 tc0[0] /= src->width0;
224 tc0[1] /= src->height0;
236 float tc0[2], tc1[2], tc2[2], tc3[2];
239 tc0, tc1, tc2, tc3);
241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]);