Searched refs:numOfPixels (Results 1 – 2 of 2) sorted by relevance
80 uint32_t numOfPixels() const { return m_width * m_height; } in numOfPixels() function83 if (pixels.size() != numOfPixels()) { in write()91 std::vector<uint32_t> res(numOfPixels()); in read()95 std::copy(m_memory, m_memory + numOfPixels(), res.begin()); in read()
250 const std::vector<uint32_t> expectedPixels(image->numOfPixels(), expectedColor); in checkImageFilledWith()256 const std::vector<uint32_t> pixels(image->numOfPixels(), color); in fillImageWith()