Home
last modified time | relevance | path

Searched refs:rgbaB (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DTestUtils.cpp139 const float rgbaB[], in compare_colors() argument
145 diffs[i] = rgbaB[i] - rgbaA[i]; in compare_colors()
197 const float* rgbaB = at(floatB.addr(), x, y); in ComparePixels() local
198 if (!compare_colors(x, y, rgbaA, rgbaB, tolRGBA, error)) { in ComparePixels()
237 auto rgbaB = static_cast<const float*>(colorPixmap.addr()); in CheckSolidPixels() local
238 if (!compare_colors(x, y, rgbaA, rgbaB, tolRGBA, error)) { in CheckSolidPixels()
/third_party/flutter/skia/tests/
DTestUtils.cpp219 const float* rgbaB = at(floatB.get(), x, y); in compare_pixels() local
223 diffs[i] = rgbaB[i] - rgbaA[i]; in compare_pixels()