Searched refs:cur_c (Results 1 – 9 of 9) sorted by relevance
/external/lldb/test/pexpect-2.4/ |
D | screen.py | 55 self.cur_c = 1 151 self.put_abs (self.cur_r, self.cur_c, ch) 168 self.insert_abs (self.cur_r, self.cur_c, ch) 178 self.get_abs (self.cur_r, self.cur_c) 208 self.cur_c = constrain (self.cur_c, 1, self.cols) 213 self.cur_c = c 218 self.cur_c = self.cur_c - count 228 self.cur_c = self.cur_c + count 266 self.cur_saved_c = self.cur_c 321 self.fill_region (self.cur_r, self.cur_c, self.cur_r, self.cols) [all …]
|
D | ANSI.py | 280 self.put_abs(self.cur_r, self.cur_c, ' ') 288 self.put_abs(self.cur_r, self.cur_c, ch) 290 old_c = self.cur_c 292 if old_c == self.cur_c:
|
/external/lldb/test/pexpect-2.4/examples/ |
D | chess2.py | 31 while self.term.cur_r != r or self.term.cur_c != c: 35 print 'EXCEPTION, (r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c) 38 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c)) 43 if self.term.cur_r == r and self.term.cur_c == c: 60 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
|
D | chess3.py | 31 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c)) 33 if self.term.cur_r == r and self.term.cur_c == c: 44 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
|
D | chess.py | 30 if self.term.cur_r == r and self.term.cur_c == c:
|
D | bd_serv.py | 239 shell_window = '%x%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
|
D | cgishell.cgi | 104 shell_window = '%x,%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 2105 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local 2137 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points() 2142 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points() 2147 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points() 2150 point->cur_u = cur_c; in psh_glyph_interpolate_other_points()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 2092 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local 2124 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points() 2129 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points() 2134 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points() 2137 point->cur_u = cur_c; in psh_glyph_interpolate_other_points()
|