Searched defs:y_step (Results 1 – 6 of 6) sorted by relevance
35 float y_step() const { return m_YStep; } in y_step() function
49 float y_step = 1.0f / factors.y; in work_range() local
146 int y_step = dest_pitch; in ComposeScanlineV() local
625 unsigned x_step, y_step; in util_format_translate() local
1146 const glw::GLfloat y_step = 2.0f / 3.0f; in preparePositionForFace() local1330 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace() local1439 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace() local
42 int x_step, int y_step) { in CheckNonOpaque()