# File lib/rabbit/renderer/print/layout.rb, line 91 def normalize_x(x) base = @margin_left unless left? base += @margin_left + @margin_right + slide_width end x + base end
# File lib/rabbit/renderer/print/layout.rb, line 99 def normalize_y(y) nth_col = (normalized_current_index / 2.0).truncate base = @margin_top * (nth_col + 1) base += @margin_bottom * nth_col base += slide_height * nth_col y + base end
Generated with the Darkfish Rdoc Generator 2.