Searched refs:layer_width (Results 1 – 1 of 1) sorted by relevance
9772 const unsigned int layer_width = m_view_width >> lod_level; in iterate() local9787 …const unsigned char* row_data_ptr = (const unsigned char*)layer_data_ptr + layer_width * y * pixel… in iterate()9789 for (unsigned int x = 0; x < layer_width; ++x) in iterate()9791 const float lerp_factor = float(x) / float(layer_width); in iterate()