OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imageLeft
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
235
int
imageLeft
= desc.Left;
247
imageLeft
= 0;
248
} else if (
imageLeft
+ innerWidth > width) {
250
imageLeft
= width - innerWidth;
251
} else if (
imageLeft
< 0) {
253
imageLeft
= 0;
343
if ((imageTop |
imageLeft
) > 0 ||
349
SkIRect subsetRect(SkIRect::MakeXYWH(
imageLeft
/ sampler.srcDX(),
/external/skia/src/images/
SkImageDecoder_libgif.cpp
235
int
imageLeft
= desc.Left;
247
imageLeft
= 0;
248
} else if (
imageLeft
+ innerWidth > width) {
250
imageLeft
= width - innerWidth;
251
} else if (
imageLeft
< 0) {
253
imageLeft
= 0;
343
if ((imageTop |
imageLeft
) > 0 ||
349
SkIRect subsetRect(SkIRect::MakeXYWH(
imageLeft
/ sampler.srcDX(),
Completed in 26 milliseconds