Searched defs:tile_rows (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ | ||
H A D | nr-filter-tile.cpp | 90 int tile_rows = ceil( pr.height() / tile_area.height() ); local 94 for( int row=0; row < tile_rows; ++row ) { |
Completed in 14 milliseconds