Searched refs:starty (Results 1 – 3 of 3) sorted by relevance
133 int32_t starty; ///< display vertical position on target device member
403 uint32_t starty = (uint32_t)mp_obj_get_int(args[2]); in obj_drawLine() local410 start_pt.y = starty; in obj_drawLine()
232 uint32 starty; member5301 starty = tmargin; in computeInputPixelOffsets()5303 starty = endy - length + 1; in computeInputPixelOffsets()5312 starty = tmargin; in computeInputPixelOffsets()5316 endy = starty + length - 1; in computeInputPixelOffsets()5327 starty = tmargin; in computeInputPixelOffsets()5331 endy = starty + length - 1; in computeInputPixelOffsets()5335 off->starty = starty; in computeInputPixelOffsets()5340 crop_length = endy - starty + 1; in computeInputPixelOffsets()5420 offsets.starty = 0; in getCropOffsets()[all …]
Completed in 20 milliseconds