Searched defs:tile_cols (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ | ||
H A D | nr-filter-tile.cpp | 89 int tile_cols = ceil( pr.width() / tile_area.width() ); local 93 for( int col=0; col < tile_cols; ++col ) { |
Completed in 53 milliseconds