Searched refs:rgbaA (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | TestUtils.cpp | 138 const float rgbaA[], in compare_colors() argument 145 diffs[i] = rgbaB[i] - rgbaA[i]; in compare_colors() 196 const float* rgbaA = at(floatA.addr(), x, y); in ComparePixels() local 198 if (!compare_colors(x, y, rgbaA, rgbaB, tolRGBA, error)) { in ComparePixels() 235 auto rgbaA = SkTAddOffset<const float>(f32Pixmap.addr(), in CheckSolidPixels() local 238 if (!compare_colors(x, y, rgbaA, rgbaB, tolRGBA, error)) { in CheckSolidPixels()
|
/third_party/flutter/skia/tests/ |
D | TestUtils.cpp | 218 const float* rgbaA = at(floatA.get(), x, y); in compare_pixels() local 223 diffs[i] = rgbaB[i] - rgbaA[i]; in compare_pixels()
|