Searched refs:maxY_ (Results 1 – 2 of 2) sorted by relevance
125 return maxY_; in GetMaxY()149 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineNumCells()165 uint32_t MaxSize = maxY_ - minY_ + 1 + CELLS_SIZE; in GetScanlineCells()237 int32_t maxY_; variable
31 GeometryArrayAllocator<SortedYLevel>::Deallocate(sortedY_, maxY_ - minY_ + 1 + CELLS_SIZE); in ~RasterizerCellsAntiAlias()54 maxY_(INT32_MIN), in RasterizerCellsAntiAlias()76 maxY_ = INT32_MIN; in Reset()132 if (y1 > maxY_) { in OutLineLegal()133 maxY_ = y1; in OutLineLegal()144 if (y2 > maxY_) { in OutLineLegal()145 maxY_ = y2; in OutLineLegal()458 uint32_t sortedYSize = maxY_ - minY_ + 1; in SortAllCells()