Home
last modified time | relevance | path

Searched refs:ybottom (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerline.c108 int xleft, ytop, xright, ybottom; in miZeroLine() local
127 ybottom = pDraw->y + pDraw->height - 1; in miZeroLine()
134 ybottom -= pDraw->y; in miZeroLine()
143 if (ybottom > MAX_COORDINATE) in miZeroLine()
144 ybottom = MAX_COORDINATE; in miZeroLine()
151 height = ybottom - ytop + 1; in miZeroLine()
179 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); in miZeroLine()
199 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom); in miZeroLine()
227 result = miZeroClipLine(xleft, ytop, xright, ybottom, in miZeroLine()
287 result = miZeroClipLine(xleft, ytop, xright, ybottom, in miZeroLine()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h671 float ybottom; member