Searched refs:totalBytesIfRaw (Results 1 – 1 of 1) sorted by relevance
386 double totalBytesIfRaw=0.0; in rfbPrintStats() local411 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()429 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()432 if (totalBytesIfRaw>0.0) in rfbPrintStats()433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0); in rfbPrintStats()435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings); in rfbPrintStats()439 totalBytesIfRaw=0.0; in rfbPrintStats()457 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()474 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()477 if (totalBytesIfRaw>0.0) in rfbPrintStats()[all …]