HomeSort by relevance Sort by last modified time
    Searched refs:alphaBit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 311 int alphaBit;
322 alphaBit = (alphaByte & m) >> shift;
323 *address = (alphaBit-1)&(colors[colorBit]);
339 int alphaBit = (alphaByte & m) >> shift;
340 *address = (alphaBit-1)&(colors[pixel]);
347 alphaBit = (alphaByte & m) >> (shift-1);
349 *address = (alphaBit-1)&(colors[pixel]);
358 int alphaBit = (alphaByte & m) >> shift;
359 *address = (alphaBit-1)&(colors[pixel]);
370 int alphaBit = (alphaByte & m) >> shift
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 320 int alphaBit;
331 alphaBit = (alphaByte & m) >> shift;
332 *address = (alphaBit-1)&(colors[colorBit]);
348 int alphaBit = (alphaByte & m) >> shift;
349 *address = (alphaBit-1)&(colors[pixel]);
356 alphaBit = (alphaByte & m) >> (shift-1);
358 *address = (alphaBit-1)&(colors[pixel]);
367 int alphaBit = (alphaByte & m) >> shift;
368 *address = (alphaBit-1)&(colors[pixel]);
379 int alphaBit = (alphaByte & m) >> shift
    [all...]

Completed in 56 milliseconds