Searched refs:xofz (Results 1 – 1 of 1) sorted by relevance
272 double xofz = static_cast<double>(input_Xvalue) * (x - data_box_left) / in getZFromOutputPixel() local277 if ((xofz < 0) || (yofz < 0) || (yofz >= input_Yvalue) || in getZFromOutputPixel()278 (xofz >= input_Xvalue)) { // Top of left side border hit or Right in getZFromOutputPixel()283 return getZfromZbuffer(xofz, yofz); in getZFromOutputPixel()