Searched refs:xOrigin (Results 1 – 7 of 7) sorted by relevance
139 int xOrigin = rect.x(); in copyImageBytes() local141 if (xOrigin < 0) { in copyImageBytes()142 xDest = -xOrigin; in copyImageBytes()143 xOrigin = 0; in copyImageBytes()159 int size = (xEnd - xOrigin) * 4; in copyImageBytes()163 …igned char *sourcePixel = source->data() + ((yOrigin * m_absolutePaintRect.width()) + xOrigin) * 4; in copyImageBytes()
83 float xOrigin, yOrigin; variable232 r_refdef.xOrigin = XCENTERING; in R_Init()412 xOrigin = r_refdef.xOrigin; in R_ViewChanged()446 screenedge[0].normal[0] = -1.0 / (xOrigin*r_refdef.horizontalFieldOfView); in R_ViewChanged()453 1.0 / ((1.0-xOrigin)*r_refdef.horizontalFieldOfView); in R_ViewChanged()
86 float xOrigin; // should probably allways be 0.5 member
114 extern float xOrigin, yOrigin;
81 float xOrigin, yOrigin; variable227 r_refdef.xOrigin = XCENTERING; in R_Init()392 xOrigin = r_refdef.xOrigin; in R_ViewChanged()426 screenedge[0].normal[0] = -1.0 / (xOrigin*r_refdef.horizontalFieldOfView); in R_ViewChanged()433 1.0 / ((1.0-xOrigin)*r_refdef.horizontalFieldOfView); in R_ViewChanged()
92 float xOrigin; // should probably allways be 0.5 member
113 extern float xOrigin, yOrigin;