Searched refs:totalBytesIfRaw (Results 1 – 1 of 1) sorted by relevance
382 double totalBytesIfRaw=0.0; in rfbPrintStats() local407 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()425 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()428 if (totalBytesIfRaw>0.0) in rfbPrintStats()429 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0); in rfbPrintStats()431 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings); in rfbPrintStats()435 totalBytesIfRaw=0.0; in rfbPrintStats()453 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()470 totalBytesIfRaw += bytesIfRaw; in rfbPrintStats()473 if (totalBytesIfRaw>0.0) in rfbPrintStats()[all …]