Searched refs:floatB (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | TestUtils.cpp | 185 GrPixmap floatB = GrPixmap::Allocate(floatInfo); in ComparePixels() local 187 SkAssertResult(GrConvertPixels(floatB, b)); in ComparePixels() 189 SkASSERT(floatA.rowBytes() == floatB.rowBytes()); in ComparePixels() 197 const float* rgbaB = at(floatB.addr(), x, y); in ComparePixels() 228 std::unique_ptr<char[]> floatB(new char[floatRowBytes * pixmap.height()]); in CheckSolidPixels() local
|
/third_party/flutter/skia/tests/ |
D | TestUtils.cpp | 209 std::unique_ptr<char[]> floatB(new char[floatRowBytes * infoA.height()]); in compare_pixels() local 211 SkAssertResult(GrConvertPixels(floatInfo, floatB.get(), floatRowBytes, infoB, b, rowBytesB)); in compare_pixels() 219 const float* rgbaB = at(floatB.get(), x, y); in compare_pixels()
|