Home
last modified time | relevance | path

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

/external/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);
/external/skqp/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);
/external/angle/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()