Home
last modified time | relevance | path

Searched refs:cur_c (Results 1 – 9 of 9) sorted by relevance

/external/lldb/test/pexpect-2.4/
Dscreen.py55 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 …]
DANSI.py280 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/
Dchess2.py31 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))
Dchess3.py31 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))
Dchess.py30 if self.term.cur_r == r and self.term.cur_c == c:
Dbd_serv.py239 shell_window = '%x%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
Dcgishell.cgi104 shell_window = '%x,%x' % (virtual_screen.cur_r, virtual_screen.cur_c)
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c2105 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/
Dpshalgo.c2092 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()