Searched refs:c10 (Results 1 – 6 of 6) sorted by relevance
235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local272 c10 = *sp; in _transformSurfaceRGBA()275 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()278 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()287 t2 = ((((c11.r - c10.r) * ex) >> 16) + c10.r) & 0xff; in _transformSurfaceRGBA()290 t2 = ((((c11.g - c10.g) * ex) >> 16) + c10.g) & 0xff; in _transformSurfaceRGBA()293 t2 = ((((c11.b - c10.b) * ex) >> 16) + c10.b) & 0xff; in _transformSurfaceRGBA()296 t2 = ((((c11.a - c10.a) * ex) >> 16) + c10.a) & 0xff; in _transformSurfaceRGBA()
381 c10 = sp; in _zoomSurfaceRGBA()389 c11 = c10; in _zoomSurfaceRGBA()404 t2 = ((((c11->r - c10->r) * ex) >> 16) + c10->r) & 0xff; in _zoomSurfaceRGBA()407 t2 = ((((c11->g - c10->g) * ex) >> 16) + c10->g) & 0xff; in _zoomSurfaceRGBA()410 t2 = ((((c11->b - c10->b) * ex) >> 16) + c10->b) & 0xff; in _zoomSurfaceRGBA()683 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()686 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()695 t2 = ((((c11.r - c10.r) * ex) >> 16) + c10.r) & 0xff; in _transformSurfaceRGBA()698 t2 = ((((c11.g - c10.g) * ex) >> 16) + c10.g) & 0xff; in _transformSurfaceRGBA()701 t2 = ((((c11.b - c10.b) * ex) >> 16) + c10.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…270 c10 = get_c10();279 double pcomp = (double)(c00) + praw_sc * ((double)(c10) + praw_sc * ((double)(c20) + praw_sc * (dou…
434 var c00, c10;452 c10 = get_c10();480 console.log("c10:" + c10)489 praw_sc * ((c10) +
358 int32_t c00, c10; in spl06_getdata() local377 c10 = get_c10(); in spl06_getdata()396 praw_sc * ((double)(c10) + in spl06_getdata()
329 c10 = self.get_c10();356 print("c10: %d" %c10)365 praw_sc * ((c10) + \
Completed in 12 milliseconds