Home
last modified time | relevance | path

Searched refs:fliph (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c127 if (tga->flipv && tga->fliph) { in gdImageCreateFromTgaCtx()
131 } else if (tga->fliph) { in gdImageCreateFromTgaCtx()
168 tga->fliph = (header[17] & 0x10) ? 1 : 0; in read_header_tga()
173 printf("flip h/v: %i / %i\n", tga->fliph, tga->flipv); in read_header_tga()
H A Dgd_tga.h24 uint8_t fliph; // horizontal or vertical member

Completed in 12 milliseconds