Searched refs:noflip (Results 1 – 2 of 2) sorted by relevance
10 * prepended with @noflip in a comment block. Images that should be embedded as base64 data-URLs93 /* @noflip */121 /* @noflip */133 /* @noflip */143 /* @noflip */193 /* @noflip */215 /* @noflip */230 /* @noflip */235 /* @noflip */261 /* @noflip */[all …]
67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() argument78 .height = noflip ? -height : height, in bmp_header_write()