Searched refs:ybase (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 1167 if (ybase == edgey) \ 1203 int xbase, ybase, y, boty, xl, xr, xcl, xcr; in miLineArcD() local 1212 ybase = ICEIL(yorg); in miLineArcD() 1213 y0 = yorg - ybase; in miLineArcD() 1216 ybase += pDraw->y; in miLineArcD() 1227 ybase -= y; in miLineArcD() 1228 ymin = ybase; in miLineArcD() 1276 if (ybase + y - boty > ymax) in miLineArcD() 1277 boty = ymax - ybase - y; in miLineArcD() 1291 ybase++; in miLineArcD() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/ |
| H A D | rk_aiq_alsc_convert_otp.cpp | 216 uint16_t xbase, ybase, xoffset, yoffset; in calculateCorrectFactor() local 224 for (ybase = 0, yblk = 0; yblk < 16; yblk++) in calculateCorrectFactor() 264 … *(correctTable + (ybase + yoffset) * width + (xbase + xoffset)) = (uint16_t)tmp2 >> c_corr_diff; in calculateCorrectFactor() 270 ybase += curSizeY; in calculateCorrectFactor()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 279 ybase = data_range[0] 282 ybase = 0 284 first = transform_point_coords (data[0], x_shift, ybase, xscale, yscale, \ 286 last = transform_point_coords (data[-1], x_shift, ybase, xscale, yscale, \ 292 x, y = transform_point_coords (point, x_shift, ybase, xscale, yscale, \
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | spca500.c | 392 unsigned int ybase, in spca50x_setup_qtable() argument 400 err = reg_w(gspca_dev, request, ybase + i, qtable[0][i]); in spca50x_setup_qtable()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1269 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument 1273 self.ybase = ybase 1280 y = float(Decimal(y) - self.ybase) 1288 return Decimal(y) + self.ybase
|