OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yFlipped
(Results
1 - 4
of
4
) 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/
SkAddIntersections.cpp
238
wt.bottom(), wt.x(), wt.
yFlipped
());
244
wt.bottom(), wt.x(), wt.
yFlipped
());
250
wt.bottom(), wt.x(), wt.
yFlipped
());
267
wn.bottom(), wn.x(), wn.
yFlipped
());
300
wn.bottom(), wn.x(), wn.
yFlipped
());
332
wn.bottom(), wn.x(), wn.
yFlipped
());
SkIntersectionHelper.h
145
bool
yFlipped
() const {
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
Completed in 508 milliseconds