Home
last modified time | relevance | path

Searched defs:fillWidth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkBmpRLECodec.cpp553 int fillWidth() const override { in fillWidth() function in SkBmpRLESampler
579 int SkBmpRLECodec::fillWidth() const { in fillWidth() function in SkBmpRLECodec
H A DSkMaskSwizzler.h42 int fillWidth() const override { in fillWidth() function
H A DSkSwizzler.h74 int fillWidth() const override { in fillWidth() function
H A DSkCodec.cpp773 const int fillWidth = sampler ? sampler->fillWidth() : in fillIncompleteImage() local