Lines Matching defs:right
501 // Fill 3 finder patterns (all corners except bottom right) and format bits
539 // Draw 3 finder patterns (all corners except bottom right; overwrites some timing modules)
651 let mut right: i32 = size - 1;
652 while right >= 1 { // Index of right column in each column pair
653 if right == 6 {
654 right = 5;
658 let x = (right - j) as u8; // Actual x coordinate
659 let upward: bool = (right + 1) & 2 == 0;
669 right -= 2;