Searched defs:screenBase (Results 1 - 1 of 1) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java52 public int screenBase; /* the actual screen start */ field in class:VDUBuffer
167 charArray[screenBase + l][c] = ch;
168 charAttributes[screenBase + l][c] = attributes;
184 return charArray[screenBase + l][c];
197 return charAttributes[screenBase + l][c];
223 System.arraycopy(charArray[screenBase + l], c, charArray[screenBase + l], c + 1, width - c - 1);
224 System.arraycopy(charAttributes[screenBase + l], c, charAttributes[screenBase + l], c + 1,
243 System.arraycopy(charArray[screenBase
[all...]

Completed in 145 milliseconds