Lines Matching defs:pixel
464 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel()
476 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel()
482 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<float, 4>& pixel) { in CheckGoldenPixel()
509 std::array<float, 4> pixel = {0.5f, 0.5f, 0.5f, 0.5f}; in CheckGoldenPixels() local
514 std::array<uint8_t, 4> pixel = {127, 127, 127, 127}; in CheckGoldenPixels() local
527 float* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local
537 uint8_t* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local
560 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 4; in CheckCpuGoldenPixelsRgba() local
570 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 3; in CheckCpuGoldenPixelsRgba() local
578 uint16_t* pixel = reinterpret_cast<uint16_t*>( in CheckCpuGoldenPixelsRgba() local
590 uint16_t* pixel = reinterpret_cast<uint16_t*>( in CheckCpuGoldenPixelsRgba() local
600 uint32_t* pixel = reinterpret_cast<uint32_t*>( in CheckCpuGoldenPixelsRgba() local
733 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 4; in WriteGoldenPixelsRgba() local
739 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 3; in WriteGoldenPixelsRgba() local
745 uint16_t* pixel = reinterpret_cast<uint16_t*>( in WriteGoldenPixelsRgba() local
756 uint16_t* pixel = reinterpret_cast<uint16_t*>( in WriteGoldenPixelsRgba() local
765 uint32_t* pixel = reinterpret_cast<uint32_t*>( in WriteGoldenPixelsRgba() local