Searched refs:currCell_ (Results 1 – 2 of 2) sorted by relevance
58 currCell_.Initial(); in RasterizerCellsAntiAlias()70 currCell_.Initial(); in Reset()86 bool areaCoverFlags = currCell_.area | currCell_.cover; in AddCurrentCell()111 currCell_.x = x; in SetCurrentCell()112 currCell_.y = y; in SetCurrentCell()113 currCell_.cover = 0; in SetCurrentCell()114 currCell_.area = 0; in SetCurrentCell()209 currCell_.cover += delta; in RenderHorizonline()238 currCell_.cover += delta; in RenderHorizonline()448 currCell_.cover = 0; in SortAllCells()[all …]
232 CellBuildAntiAlias currCell_; variable