Lines Matching refs:bbox
225 bbox=simpletransform.computeBBox(self.patterns.values())
228 #flipxy(bbox)...
229 bbox=(-bbox[3],-bbox[2],-bbox[1],-bbox[0])
231 width=bbox[1]-bbox[0]
255 xoffset=self.skelcomp[0][0]-bbox[0]+self.options.toffset
256 yoffset=self.skelcomp[0][1]-(bbox[2]+bbox[3])/2-self.options.noffset
264 bbox=bbox[0],bbox[0]+width, bbox[2],bbox[3]