OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transLessThanFF
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
695
int
transLessThanFF
= 0;
706
transLessThanFF
|= (int)*trans - 0xFF;
710
bool reallyHasAlpha = (
transLessThanFF
< 0);
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
694
int
transLessThanFF
= 0;
705
transLessThanFF
|= (int)*trans - 0xFF;
709
bool reallyHasAlpha = (
transLessThanFF
< 0);
[
all
...]
Completed in 392 milliseconds