Home
last modified time | relevance | path

Searched refs:starty (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/csi/csi1/include/drv/
A Ddpu.h133 int32_t starty; ///< display vertical position on target device member
/AliOS-Things-master/components/py_engine/modules/minicv/
A Dui.c403 uint32_t starty = (uint32_t)mp_obj_get_int(args[2]); in obj_drawLine() local
410 start_pt.y = starty; in obj_drawLine()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c232 uint32 starty; member
5301 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