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/Source/WebCore/rendering/
RenderImage.cpp 182 int oldwidth = width(); local
189 if (imageSizeChanged || width() != oldwidth || height() != oldheight) {
195 setWidth(oldwidth);

Completed in 164 milliseconds