Home
last modified time | relevance | path

Searched refs:readRow (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkWbmpCodec.cpp92 bool SkWbmpCodec::readRow(uint8_t* row) { in readRow() function in SkWbmpCodec
133 if (!this->readRow(src.get())) { in onGetPixels()
166 if (!this->readRow(fSrcBuffer.get())) { in onGetScanlines()
DSkWbmpCodec.h44 bool readRow(uint8_t* row);
/third_party/skia/src/codec/
DSkWbmpCodec.cpp92 bool SkWbmpCodec::readRow(uint8_t* row) { in readRow() function in SkWbmpCodec
133 if (!this->readRow(src.get())) { in onGetPixels()
166 if (!this->readRow(fSrcBuffer.get())) { in onGetScanlines()
DSkWbmpCodec.h44 bool readRow(uint8_t* row);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp74 unsigned int readRow = static_cast<unsigned int>( in StretchedBlitNearest_RowByRow() local
78 const uint8_t *sourceRow = sourceData + readRow * sourceRowPitch + srcOffset; in StretchedBlitNearest_RowByRow()
107 unsigned int readRow = in StretchedBlitNearest_PixelByPixel() local
120 sourceData + readRow * sourceRowPitch + readColumn * srcPixelStride + readOffset; in StretchedBlitNearest_PixelByPixel()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp73 unsigned int readRow = static_cast<unsigned int>( in StretchedBlitNearest_RowByRow() local
77 const uint8_t *sourceRow = sourceData + readRow * sourceRowPitch + srcOffset; in StretchedBlitNearest_RowByRow()
106 unsigned int readRow = in StretchedBlitNearest_PixelByPixel() local
119 sourceData + readRow * sourceRowPitch + readColumn * srcPixelStride + readOffset; in StretchedBlitNearest_PixelByPixel()