Searched refs:m_curRowFragment (Results 1 – 2 of 2) sorted by relevance
863 , m_curRowFragment (0) in SingleSampleLineRasterizer()921 m_curRowFragment = 0; in init()957 for (; rowFragBegin + m_curRowFragment < rowFragEnd; m_curRowFragment++) in rasterize()959 const int replicationId = rowFragBegin + m_curRowFragment; in rasterize()997 m_curRowFragment++; // don't redraw this fragment again next time in rasterize()1003 m_curRowFragment = 0; in rasterize()
201 …deInt32 m_curRowFragment; //!< Current rasterization position of one fragment in column of l… member in rr::SingleSampleLineRasterizer