Searched refs:pix_buffer (Results 1 – 3 of 3) sorted by relevance
110 unsigned char pix_buffer[7]; in test_pixel_iterator() local111 std::fill(pix_buffer,pix_buffer+7,0); in test_pixel_iterator()112 bgr232_ptr_t pix_it(&pix_buffer[0],0); // start at bit 0 of the first pixel in test_pixel_iterator()
226 unsigned char pix_buffer[7];227 std::fill(pix_buffer,pix_buffer+7,0);230 bgr232_ptr_t pix_it(&pix_buffer[0],0); // start at bit 0 of the first pixel