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

  /external/skia/src/codec/
SkWbmpCodec.h 49 const size_t fSrcRowBytes;
SkBmpCodec.h 84 size_t srcRowBytes() const { return fSrcRowBytes; }
146 const size_t fSrcRowBytes;
SkWbmpCodec.cpp 95 return this->stream()->read(row, fSrcRowBytes) == fSrcRowBytes;
102 , fSrcRowBytes(get_src_row_bytes(this->getInfo().width()))
130 SkAutoTMalloc<uint8_t> src(fSrcRowBytes);
176 const size_t bytesToSkip = count * fSrcRowBytes;
197 fSrcBuffer.reset(fSrcRowBytes);
SkBmpCodec.cpp 599 , fSrcRowBytes(SkAlign4(compute_row_bytes(width, fBitsPerPixel)))
640 const size_t bytesToSkip = count * fSrcRowBytes;

Completed in 70 milliseconds