OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yFlipped
(Results
1 - 3
of
3
) 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/skia/src/pathops/
SkIntersectionHelper.h
102
bool
yFlipped
() const {
SkAddIntersections.cpp
325
wt.bottom(), wt.x(), wt.
yFlipped
());
331
wt.bottom(), wt.x(), wt.
yFlipped
());
337
wt.bottom(), wt.x(), wt.
yFlipped
());
343
wt.bottom(), wt.x(), wt.
yFlipped
());
360
wn.bottom(), wn.x(), wn.
yFlipped
());
395
wn.bottom(), wn.x(), wn.
yFlipped
());
433
wn.bottom(), wn.x(), wn.
yFlipped
());
470
wn.bottom(), wn.x(), wn.
yFlipped
());
Completed in 200 milliseconds