55 MatrixCapability onGetCTMCapability()
const override {
return MatrixCapability::kComplex; }
64 std::optional<skif::LayerSpace<SkIRect>> onGetOutputLayerBounds(
107 SkMatrixTransformImageFilter::LegacyOffsetCreateProc);
109 SkMatrixTransformImageFilter::LegacyOffsetCreateProc);
128 return buffer.readSampling();
137 buffer.writeSampling(fSampling);
152SkRect SkMatrixTransformImageFilter::computeFastBounds(
const SkRect&
src)
const {
163 if (!mapping.
paramToLayer(fTransform).inverseMapRect(desiredOutput, &requiredInput)) {
172 return requiredInput;
182 return this->getChildInputLayerBounds(0, mapping, requiredInput, contentBounds);
185std::optional<skif::LayerSpace<SkIRect>> SkMatrixTransformImageFilter::onGetOutputLayerBounds(
189 auto childOutput = this->getChildOutputLayerBounds(0, mapping, contentBounds);
191 return mapping.
paramToLayer(fTransform).mapRect(*childOutput);
#define SK_FLATTENABLE_HOOKS(type)
#define SK_REGISTER_FLATTENABLE(type)
#define SK_IMAGEFILTER_UNFLATTEN_COMMON(localVar, expectedCount)
static void Register(const char name[], Factory)
void flatten(SkWriteBuffer &) const override
static sk_sp< SkImageFilter > MatrixTransform(const SkMatrix &matrix, const SkSamplingOptions &sampling, sk_sp< SkImageFilter > input)
static sk_sp< SkImageFilter > Crop(const SkRect &rect, SkTileMode tileMode, sk_sp< SkImageFilter > input)
static sk_sp< SkImageFilter > Offset(SkScalar dx, SkScalar dy, sk_sp< SkImageFilter > input, const CropRect &cropRect={})
static SkMatrix Translate(SkScalar dx, SkScalar dy)
@ kMatrixImageFilterSampling_Version
static SkSamplingOptions FromFQ(SkLegacyFQ fq, SkMediumAs behavior=kNearest_SkMediumAs)
const LayerSpace< SkIRect > & desiredOutput() const
Context withNewDesiredOutput(const LayerSpace< SkIRect > &desiredOutput) const
const Mapping & mapping() const
FilterResult applyTransform(const Context &ctx, const LayerSpace< SkMatrix > &transform, const SkSamplingOptions &sampling) const
void outset(const LayerSpace< SkISize > &delta)
LayerSpace< T > paramToLayer(const ParameterSpace< T > ¶mGeometry) const
unsigned useCenter Optional< SkMatrix > matrix
Optional< SkRect > bounds
SkSamplingOptions sampling
skia_private::AutoTArray< sk_sp< SkImageFilter > > filters TypedMatrix matrix TypedMatrix matrix SkScalar dx
SK_API sk_sp< SkShader > Empty()
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
SkSamplingOptions(SkFilterMode::kLinear))
static SkColor4f transform(SkColor4f c, SkColorSpace *src, SkColorSpace *dst)