OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rgba_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
94
size_t
rgba_index
= t * BYTES_PER_PIXEL;
local
96
((c_rgba_data[
rgba_index
+ 3] & 0xFF) << 24) |
97
((c_rgba_data[
rgba_index
+ 0] & 0xFF) << 16) |
98
((c_rgba_data[
rgba_index
+ 1] & 0xFF) << 8) |
99
((c_rgba_data[
rgba_index
+ 2] & 0xFF) << 0));
Completed in 58 milliseconds