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

  /external/skia/src/codec/
SkJpegCodec.h 117 uint8_t* fSrcRow; // Only used if sampling is needed
SkPngCodec.cpp 546 , fSrcRow(nullptr)
562 fSrcRow = fStorage.get();
577 png_read_row(this->png_ptr(), fSrcRow, nullptr);
578 this->swizzler()->swizzle(dstRow, fSrcRow);
593 png_read_row(this->png_ptr(), fSrcRow, nullptr);
600 uint8_t* fSrcRow;

Completed in 78 milliseconds