HomeSort by relevance Sort by last modified time
    Searched refs:oldwidth (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
console.c 157 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
174 oldwidth = con_linewidth;
183 numchars = oldwidth;
197 oldtotallines) * oldwidth + j];
  /external/quake/quake/src/WinQuake/
console.cpp 155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
172 oldwidth = con_linewidth;
181 numchars = oldwidth;
195 oldtotallines) * oldwidth + j];
  /external/webkit/WebCore/rendering/
RenderImage.cpp 290 int oldwidth = width(); local
297 if (imageSizeChanged || width() != oldwidth || height() != oldheight) {
303 setWidth(oldwidth);

Completed in 405 milliseconds