OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yFlipped
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/deimage/
deTarga.c
47
deBool
yFlipped
;
56
yFlipped
= (tgaHeader[17] & 0x20) == 0;
85
int dstY =
yFlipped
? (height-1 - y) : y;
/external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h
145
bool
yFlipped
() const {
Completed in 125 milliseconds