Lines Matching full:reading
136 * direction_for_rotation() - Get the correct reading direction for a given rotation
140 * This function will use the @rotation setting of a source plane to compute the reading
152 * The CRTC writing direction is from A to B. The plane reading direction in direction_for_rotation()
154 * The reading direction is computed by rotating the vector AB (top-left to top-right) in a in direction_for_rotation()
183 * @direction: direction of the reading
185 * @src_line: source line of the reading. Only the top-left coordinate is used. This rectangle
188 * @src_x_start: x start coordinate for the line reading
189 * @src_y_start: y start coordinate for the line reading
193 * This function is mainly a safety net to avoid reading outside the source buffer. As the
220 * Clamp the coordinates to avoid reading outside the buffer in clamp_line_coordinates()
222 * This is mainly a security check to avoid reading outside the buffer, the userspace in clamp_line_coordinates()
312 /* Get the correct reading direction in the source buffer. */ in blend_line()
329 * src_line is the top-left corner, so when reading READ_RIGHT_TO_LEFT or in blend_line()