Searched refs:rgba_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc183 size_t rgba_index = t * BYTES_PER_PIXEL; local
185 SkPreMultiplyColor(((c_rgba_data[rgba_index + 3] & 0xFF) << 24) |
186 ((c_rgba_data[rgba_index + 0] & 0xFF) << 16) |
187 ((c_rgba_data[rgba_index + 1] & 0xFF) << 8) |
188 ((c_rgba_data[rgba_index + 2] & 0xFF) << 0));

Completed in 74 milliseconds