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

  /external/skia/gm/
recordopts.cpp 18 constexpr int kDetectorGreenValue = 50;
21 // the color value it sees is the expected. It will trigger only with kDetectorGreenValue, and
23 // kDetectorGreenValue and then the incorrect value is observable by some part of the drawing
32 tableG[kDetectorGreenValue] = 255;
184 SkColorSetARGB(255, 0, kDetectorGreenValue, 0),
185 SkColorSetARGB(255, 0, (kDetectorGreenValue + 1), 0) // This tests that detectors work.
  /external/skqp/gm/
recordopts.cpp 17 constexpr int kDetectorGreenValue = 50;
20 // the color value it sees is the expected. It will trigger only with kDetectorGreenValue, and
22 // kDetectorGreenValue and then the incorrect value is observable by some part of the drawing
31 tableG[kDetectorGreenValue] = 255;
179 SkColorSetARGB(255, 0, kDetectorGreenValue, 0),
180 SkColorSetARGB(255, 0, (kDetectorGreenValue + 1), 0) // This tests that detectors work.

Completed in 167 milliseconds