Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTestUtils.cpp138 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()