Searched refs:m_curRowFragment (Results 1 – 2 of 2) sorted by relevance
868 , m_curRowFragment (0) in SingleSampleLineRasterizer()926 m_curRowFragment = 0; in init()962 for (; rowFragBegin + m_curRowFragment < rowFragEnd; m_curRowFragment++) in rasterize()964 const int replicationId = rowFragBegin + m_curRowFragment; in rasterize()1002 m_curRowFragment++; // don't redraw this fragment again next time in rasterize()1008 m_curRowFragment = 0; in rasterize()
202 …deInt32 m_curRowFragment; //!< Current rasterization position of one fragment in column of l… member in rr::SingleSampleLineRasterizer