Searched refs:c00 (Results 1 – 6 of 6) sorted by relevance
235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local266 c00 = *sp; in _transformSurfaceRGBA()274 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA()278 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()286 t1 = ((((c01.r - c00.r) * ex) >> 16) + c00.r) & 0xff; in _transformSurfaceRGBA()289 t1 = ((((c01.g - c00.g) * ex) >> 16) + c00.g) & 0xff; in _transformSurfaceRGBA()292 t1 = ((((c01.b - c00.b) * ex) >> 16) + c00.b) & 0xff; in _transformSurfaceRGBA()295 t1 = ((((c01.a - c00.a) * ex) >> 16) + c00.a) & 0xff; in _transformSurfaceRGBA()
379 c00 = sp; in _zoomSurfaceRGBA()403 t1 = ((((c01->r - c00->r) * ex) >> 16) + c00->r) & 0xff; in _zoomSurfaceRGBA()406 t1 = ((((c01->g - c00->g) * ex) >> 16) + c00->g) & 0xff; in _zoomSurfaceRGBA()409 t1 = ((((c01->b - c00->b) * ex) >> 16) + c00->b) & 0xff; in _zoomSurfaceRGBA()412 t1 = ((((c01->a - c00->a) * ex) >> 16) + c00->a) & 0xff; in _zoomSurfaceRGBA()682 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA()686 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()694 t1 = ((((c01.r - c00.r) * ex) >> 16) + c00.r) & 0xff; in _transformSurfaceRGBA()697 t1 = ((((c01.g - c00.g) * ex) >> 16) + c00.g) & 0xff; in _transformSurfaceRGBA()700 t1 = ((((c01.b - c00.b) * ex) >> 16) + c00.b) & 0xff; in _transformSurfaceRGBA()[all …]
112 1、从校准系数寄存器读取校准系数(c00、c10、c20、c30、c01、c11和c21)。119 …Pcomp(Pa)= c00+ Praw_sc*(c10+ Praw_sc*(c20+ Praw_sc*c30)) + Traw_sc*c01 + Traw_sc*Praw_sc*(c11+Pra…269 c00 = get_c00();279 double pcomp = (double)(c00) + praw_sc * ((double)(c10) + praw_sc * ((double)(c20) + praw_sc * (dou…
434 var c00, c10;451 c00 = get_c00();479 console.log("c00:" + c00)488 (c00) +
358 int32_t c00, c10; in spl06_getdata() local376 c00 = get_c00(); in spl06_getdata()395 (double)(c00) + in spl06_getdata()
328 c00 = self.get_c00();355 print("c00: %d" %c00)364 (c00) + \
Completed in 11 milliseconds