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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 685 int transLessThanFF = 0;
696 transLessThanFF |= (int)*trans - 0xFF;
700 bool reallyHasAlpha = (transLessThanFF < 0);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 685 int transLessThanFF = 0;
696 transLessThanFF |= (int)*trans - 0xFF;
700 bool reallyHasAlpha = (transLessThanFF < 0);
    [all...]

Completed in 72 milliseconds