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

  /external/skia/tests/
ProcessorTest.cpp 363 bool fuzzy_color_equals(const SkPMColor4f& c1, const SkPMColor4f& c2) { function
424 return fuzzy_color_equals(out1f, expected1) &&
425 fuzzy_color_equals(out2f, expected2) &&
426 fuzzy_color_equals(out3f, expected3);
    [all...]
  /external/skqp/tests/
ProcessorTest.cpp 356 bool fuzzy_color_equals(const SkPMColor4f& c1, const SkPMColor4f& c2) { function
417 return fuzzy_color_equals(out1f, expected1) &&
418 fuzzy_color_equals(out2f, expected2) &&
419 fuzzy_color_equals(out3f, expected3);
    [all...]

Completed in 1086 milliseconds