Searched defs:tile_area (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-tile.cpp46 Geom::Rect tile_area = slot.get_primitive_area(_input); local
48 if( tile_area.width() == 0.0 || tile_area.height() == 0.0 ) {
68 Geom::Rect tt = tile_area * trans;
89 int tile_cols = ceil( pr.width() / tile_area.width() );
90 int tile_rows = ceil( pr.height() / tile_area.height() );
96 Geom::Point offset( col*tile_area.width(), row*tile_area.height() );

Completed in 397 milliseconds