Home
last modified time | relevance | path

Searched refs:fillWidth (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/codec/
DSkBmpRLECodec.cpp284 SkImageInfo dstInfo = info.makeWH(this->fillWidth(), height); in decodeRows()
543 int fillWidth() const override { in fillWidth() function in SkBmpRLESampler
544 return fCodec->fillWidth(); in fillWidth()
566 return this->fillWidth(); in setSampleX()
569 int SkBmpRLECodec::fillWidth() const { in fillWidth() function in SkBmpRLECodec
DSkSampler.h71 virtual int fillWidth() const = 0;
DSkMaskSwizzler.h38 int fillWidth() const override { in fillWidth() function
DSkBmpRLECodec.h44 int fillWidth() const;
DSkSwizzler.h64 int fillWidth() const override { in fillWidth() function
DSkCodec.cpp665 const int fillWidth = sampler ? sampler->fillWidth() : in fillIncompleteImage() local
670 const auto fillInfo = info.makeWH(fillWidth, linesRemaining); in fillIncompleteImage()
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py1645 fillWidth = self.bitPtr-(len(hexdata)+len(bitdata))
1646 if fillWidth<0: fillWidth = 0
1649 hexdata+' '*fillWidth+bitdata, self.width,
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp351 auto fillInfo = dstInfo.makeWH(fSwizzler->fillWidth(), scaledHeight); in decodeFrame()