Home
last modified time | relevance | path

Searched refs:PpmRow2 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptImage.cpp5684 uint16_t* PpmRow2= (uint16_t*) PpmRow; in WriteAsPpm() local
5694 PpmRow2[Col*m_Colors+c] = m_Image[Row*m_Width+Col][c]; in WriteAsPpm()