OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:andPixelNo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp
271
int
andPixelNo
= andLineWidth*(h-y-1)+x;
275
int alphaByte = readByte(buf, andOffset + (
andPixelNo
>> 3));
276
int shift = 7 - (
andPixelNo
& 0x7);
/external/skia/src/images/
SkImageDecoder_libico.cpp
271
int
andPixelNo
= andLineWidth*(h-y-1)+x;
275
int alphaByte = readByte(buf, andOffset + (
andPixelNo
>> 3));
276
int shift = 7 - (
andPixelNo
& 0x7);
Completed in 512 milliseconds