Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css10 * prepended with @noflip in a comment block. Images that should be embedded as base64 data-URLs
93 /* @noflip */
121 /* @noflip */
133 /* @noflip */
143 /* @noflip */
193 /* @noflip */
215 /* @noflip */
230 /* @noflip */
235 /* @noflip */
261 /* @noflip */
[all …]
/external/libdrm/tests/etnaviv/
Dwrite_bmp.c67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() argument
78 .height = noflip ? -height : height, in bmp_header_write()