Lines Matching refs:i
1245 int i; local
1260 for (i = 0; i < 6 ; i++) {
1262 pzval = zend_hash_str_find(HASH_OF(affine_matrix), matrix_elements[i], 2);
1268 if (zend_hash_find(affine, matrix_elements[i], 3, (void**)&ppzval) == FAILURE) {
1285 if (strcmp(matrix_elements[i], "sx") == 0) {
1287 } else if (strcmp(matrix_elements[i], "rx") == 0) {
1289 } else if (strcmp(matrix_elements[i], "ry") == 0) {
1291 } else if (strcmp(matrix_elements[i], "sy") == 0) {
1293 } else if (strcmp(matrix_elements[i], "tx") == 0) {
1295 } else if (strcmp(matrix_elements[i], "ty") == 0) {
1587 unsigned long i; local
1599 for (i = 0; i < num_elements ; i++) {
1600 add_next_index_double(return_value, stroke_array[i]);