Lines Matching refs:unittouu
194 scale = self.unittouu('1px') # convert to document units
230 self.mark_size = self.unittouu('1cm')
231 self.min_mark_margin = self.unittouu('3mm')
239 self.area_w = self.unittouu(svg.get('width'))
240 self.area_h = self.unittouu(svg.attrib['height'])
249 #self.width = width = self.unittouu(svg.get('width'))
250 #self.height = height = self.unittouu(svg.attrib['height'])
253 offset = self.unittouu(str(self.options.crop_offset) + \
255 bt = self.unittouu(str(self.options.bleed_top) + self.options.unit)
256 bb = self.unittouu(str(self.options.bleed_bottom) + self.options.unit)
257 bl = self.unittouu(str(self.options.bleed_left) + self.options.unit)
258 br = self.unittouu(str(self.options.bleed_right) + self.options.unit)