OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_bottom_up
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
rdtarga.c
339
boolean
is_bottom_up
;
local
360
is_bottom_up
= ((flags & 0x20) == 0); /* bit 5 set => top-down */
422
if (
is_bottom_up
) {
/external/qemu/distrib/jpeg-6b/
rdtarga.c
339
boolean
is_bottom_up
;
local
360
is_bottom_up
= ((flags & 0x20) == 0); /* bit 5 set => top-down */
422
if (
is_bottom_up
) {
Completed in 2158 milliseconds