Home
last modified time | relevance | path

Searched refs:deleteArea (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java1722 deleteArea(0, 0, columns, rows, attributes); in putChar()
2026 deleteArea(0, R + 1, columns, rows - R - 1, attributes); in putChar()
2029 deleteArea(C, R, columns - C, 1, attributes); in putChar()
2034 deleteArea(C, R, columns - C, 1, attributes); in putChar()
2884 deleteArea(C, R, columns - C, 1, attributes); in putChar()
2889 deleteArea(0, R, C + 1, 1, attributes); in putChar()
2893 deleteArea(0, R, columns, 1, attributes); in putChar()
2902 deleteArea(0, R + 1, columns, rows - R - 1, attributes); in putChar()
2905 deleteArea(C, R, columns - C, 1, attributes); in putChar()
2910 deleteArea(0, 0, columns, R, attributes); in putChar()
[all …]
DVDUBuffer.java552 public void deleteArea(int c, int l, int w, int h, int curAttr) { in deleteArea() method in VDUBuffer
578 public void deleteArea(int c, int l, int w, int h) { in deleteArea() method in VDUBuffer
579 deleteArea(c, l, w, h, 0); in deleteArea()