Lines Matching refs:getWidth
154 for (int x = 0; x < result.getWidth() && depthOk; x++)
187 glw::GLuint viewportW = renderTarget.getWidth();
511 glw::GLuint viewportW = renderTarget.getWidth();
522 for (int x = 0; x < renderedFrame.getWidth(); x++)
525 float xCoord = (float)(x) / (float)renderedFrame.getWidth();
696 glw::GLuint viewportW = renderTarget.getWidth();
708 2.0f / (float)renderedColorFrame.getHeight() + 2.0f / (float)renderedColorFrame.getWidth();
714 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
716 float xCoord = ((float)(x) + 0.5f) / (float)renderedColorFrame.getWidth();
885 glw::GLuint viewportW = renderTarget.getWidth();
898 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
900 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth();
1077 glw::GLuint viewportW = renderTarget.getWidth();
1085 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
1087 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth();
1157 glw::GLuint windowW = renderTarget.getWidth();
1185 glw::GLuint windowW = renderTarget.getWidth();
1289 glw::GLuint windowW = renderTarget.getWidth();
1301 for (int x = 0; x < renderedFrame.getWidth(); x++)
1303 float xCoord = (float)(x) / (float)renderedFrame.getWidth();