Home | History | Annotate | Download | only in filter

Lines Matching refs:temp

210   float		temp;			/* Swapping variable */
219 temp = PageLeft;
221 PageBottom = temp;
223 temp = PageRight;
225 PageTop = temp;
227 temp = PageWidth;
229 PageLength = temp;
233 temp = PageWidth - PageLeft;
235 PageRight = temp;
237 temp = PageLength - PageBottom;
239 PageTop = temp;
243 temp = PageWidth - PageLeft;
245 PageRight = temp;
247 temp = PageLength - PageBottom;
249 PageTop = temp;
251 temp = PageLeft;
253 PageBottom = temp;
255 temp = PageRight;
257 PageTop = temp;
259 temp = PageWidth;
261 PageLength = temp;