Home | History | Annotate | Download | only in graphics

Lines Matching full:fullpath

525 def take_screenshot_crop_by_height(fullpath, final_height, x_offset_pixels,
531 @param fullpath: path, fullpath of the file that will become the image file.
546 cropped.save(fullpath)
547 return fullpath
550 def take_screenshot_crop_x(fullpath, box=None):
553 @param fullpath: path, full path to save the image to.
566 utils.system('%s %s' % (cmd, fullpath))
575 def take_screenshot_crop(fullpath, box=None, crtc_id=None):
578 @param fullpath: path, full path to save the image to.
587 image.save(fullpath)
588 return fullpath