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

  /external/chromium_org/third_party/skia/tests/
ColorTest.cpp 50 U8CPU a255 = 255;
58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src);
67 U8CPU a255 = 255; local
75 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src);
  /external/skia/tests/
ColorTest.cpp 50 U8CPU a255 = 255;
58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src);
67 U8CPU a255 = 255; local
75 REPORTER_ASSERT(reporter, SkFastFourByteInterp(src, dst, a255) == src);

Completed in 1658 milliseconds