HomeSort by relevance Sort by last modified time
    Searched defs:additive (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkEmbossMask.cpp 97 uint8_t* additive = multiply + planeSize; local
151 additive[x] = SkToU8(add);
154 // additive[x] = 0;
160 additive += rowBytes;
  /external/skia/src/effects/
SkEmbossMask.cpp 97 uint8_t* additive = multiply + planeSize; local
151 additive[x] = SkToU8(add);
154 // additive[x] = 0;
160 additive += rowBytes;
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 385 int additive = 0; local
401 additive = __LINE__;
606 if(additive)
    [all...]

Completed in 60 milliseconds