HomeSort by relevance Sort by last modified time
    Searched refs:bytesReadDirectly (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkFrontBufferedStream.cpp 145 const size_t bytesReadDirectly = fStream->read(dst, size);
146 fOffset += bytesReadDirectly;
150 if (bytesReadDirectly > 0) {
154 return bytesReadDirectly;
191 SkDEBUGCODE(const size_t bytesReadDirectly =) this->readDirectlyFromStream(dst, size);
192 SkDEBUGCODE(size -= bytesReadDirectly;)
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 145 const size_t bytesReadDirectly = fStream->read(dst, size);
146 fOffset += bytesReadDirectly;
150 if (bytesReadDirectly > 0) {
154 return bytesReadDirectly;
191 SkDEBUGCODE(const size_t bytesReadDirectly =) this->readDirectlyFromStream(dst, size);
192 SkDEBUGCODE(size -= bytesReadDirectly;)

Completed in 354 milliseconds