Home
last modified time | relevance | path

Searched refs:fTotalBytesRead (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/DrawingBoard/
DSampleDrawingServer.cpp34 fTotalBytesRead = fTotalBytesWritten = 0; in DrawingServerView()
128 fTotalBytesRead = 0; in onDrawContent()
144 while (fTotalBytesRead < fData.count()) { in onDrawContent()
151 stat = reader.playback(fData.begin() + fTotalBytesRead, in onDrawContent()
152 fData.count() - fTotalBytesRead, in onDrawContent()
155 fTotalBytesRead += bytesRead; in onDrawContent()
158 fTotalBytesRead = 0; in onDrawContent()
192 fTotalBytesRead = fTotalBytesWritten = 0; in clear()
197 fTotalBytesRead = 0; in clearBitmap()
209 size_t fTotalBytesRead; member in DrawingServerView
DSampleDrawingClient.cpp41 fTotalBytesRead = 0; in DrawingClientView()
184 while (fTotalBytesRead < fData.count()) { in onDrawContent()
190 status = reader.playback(fData.begin() + fTotalBytesRead, in onDrawContent()
191 fData.count() - fTotalBytesRead, in onDrawContent()
194 fTotalBytesRead += bytesRead; in onDrawContent()
197 fTotalBytesRead = 0; in onDrawContent()
250 fTotalBytesRead = 0; in clear()
254 fTotalBytesRead = 0; in clearBitmap()
265 size_t fTotalBytesRead; member in DrawingClientView