OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imageTop
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
279
int
imageTop
= desc.Top;
303
imageTop
= 0;
304
} else if (
imageTop
+ innerHeight > height) {
306
imageTop
= height - innerHeight;
307
} else if (
imageTop
< 0) {
309
imageTop
= 0;
389
if ((
imageTop
| imageLeft) > 0 ||
396
imageTop
/ sampler.srcDY(),
/external/skia/src/images/
SkImageDecoder_libgif.cpp
280
int
imageTop
= desc.Top;
304
imageTop
= 0;
305
} else if (
imageTop
+ innerHeight > height) {
307
imageTop
= height - innerHeight;
308
} else if (
imageTop
< 0) {
310
imageTop
= 0;
390
if ((
imageTop
| imageLeft) > 0 ||
397
imageTop
/ sampler.srcDY(),
Completed in 135 milliseconds