Home
last modified time | relevance | path

Searched refs:fSrcRowBytes (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkWbmpCodec.cpp106 return this->stream()->read(row, fSrcRowBytes) == fSrcRowBytes; in readRow()
111 , fSrcRowBytes(get_src_row_bytes(this->getInfo().width())) in SkWbmpCodec()
145 SkAutoTMalloc<uint8_t> src(fSrcRowBytes); in onGetPixels()
187 const size_t bytesToSkip = count * fSrcRowBytes; in onSkipScanlines()
216 fSrcBuffer.reset(fSrcRowBytes); in onStartScanlineDecode()
DSkBmpCodec.h85 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes()
156 const size_t fSrcRowBytes; variable
DSkWbmpCodec.h49 const size_t fSrcRowBytes; variable
DSkBmpCodec.cpp600 , fSrcRowBytes(SkAlign4(compute_row_bytes(width, fBitsPerPixel))) in SkBmpCodec()
641 const size_t bytesToSkip = count * fSrcRowBytes; in skipRows()