Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DRay.cpp278 static void compute_background_for_pixel(unsigned char *bkrd, short isOutsideInY, in compute_background_for_pixel() argument
283 short isBackground = isOutsideInY; in compute_background_for_pixel()
358 short isOutsideInY = 0; in fill_background_image() local
381 isOutsideInY = (tmpy < 0.f || tmpy > (float)bkgrd_height); in fill_background_image()
396 …compute_background_for_pixel(bkrd, isOutsideInY, bg_image_mode, bg_image_tilesize, bg_rgb, bg_imag… in fill_background_image()
3538 short isOutsideInY = 0; in RayTraceThread() local
3549 isOutsideInY = (tmpy < 0.f || tmpy > (float)T->bgHeight); in RayTraceThread()
3612 compute_background_for_pixel(bkrd_uc, isOutsideInY, in RayTraceThread()