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

  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 86 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
92 if (b > maxB) maxB = b;
97 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 257 unsigned short maxB = maxBlockX ? 1000: 200;
258 checkPixel(buf, w-1, h-1, maxR, maxG, maxB);

Completed in 2006 milliseconds