Home
last modified time | relevance | path

Searched refs:attachDiscardableAdapter (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp33 this->attachDiscardableAdapter(std::move(gradient_adapter)); in FillStrokeAdapter()
132 return abuilder->attachDiscardableAdapter<FillStrokeAdapter> in AttachFill()
144 return abuilder->attachDiscardableAdapter<FillStrokeAdapter> in AttachStroke()
176 geos[i] = abuilder->attachDiscardableAdapter<DashAdapter>( in AdjustStrokeGeometry()
DEllipse.cpp51 return abuilder->attachDiscardableAdapter<EllipseGeometryAdapter>(jellipse, abuilder); in AttachEllipseGeometry()
DRectangle.cpp53 return abuilder->attachDiscardableAdapter<RectangleGeometryAdapter>(jrect, abuilder); in AttachRRectGeometry()
DRoundCorners.cpp50 abuilder->attachDiscardableAdapter<RoundCornersAdapter> in AttachRoundGeometryEffect()
DOffsetPaths.cpp61 offsetted.push_back(abuilder->attachDiscardableAdapter<OffsetPathsAdapter> in AttachOffsetGeometryEffect()
DPolystar.cpp98 return abuilder->attachDiscardableAdapter<PolystarGeometryAdapter> in AttachPolystarGeometry()
DTrimPaths.cpp98 abuilder->attachDiscardableAdapter<TrimEffectAdapter>(jtrim, *abuilder, i)); in AttachTrimGeometryEffect()
/third_party/skia/modules/skottie/src/effects/
DTransformEffect.cpp37 this->attachDiscardableAdapter(fTransformAdapter); in TransformEffectAdapter()
95 return fBuilder->attachDiscardableAdapter<TransformEffectAdapter> in attachTransformEffect()
DThresholdEffect.cpp79 return fBuilder->attachDiscardableAdapter<ThresholdAdapter>(jprops, in attachThresholdEffect()
DDirectionalBlur.cpp59 auto imageFilterNode = fBuilder->attachDiscardableAdapter<DirectionalBlurAdapter>(jprops, in attachDirectionalBlurEffect()
DFillEffect.cpp75 return fBuilder->attachDiscardableAdapter<FillAdapter>(jprops, std::move(layer), *fBuilder); in attachFillEffect()
DTintEffect.cpp73 return fBuilder->attachDiscardableAdapter<TintAdapter>(jprops, std::move(layer), *fBuilder); in attachTintEffect()
DBlackAndWhiteEffect.cpp135 return fBuilder->attachDiscardableAdapter<BlackAndWhiteAdapter>(jprops, in attachBlackAndWhiteEffect()
DTritoneEffect.cpp78 return fBuilder->attachDiscardableAdapter<TritoneAdapter>(jprops, std::move(layer), *fBuilder); in attachTritoneEffect()
DLevelsEffect.cpp298 return fBuilder->attachDiscardableAdapter<EasyLevelsEffectAdapter>(jprops, in attachEasyLevelsEffect()
305 return fBuilder->attachDiscardableAdapter<ProLevelsEffectAdapter>(jprops, in attachProLevelsEffect()
DGaussianBlurEffect.cpp88 return fBuilder->attachDiscardableAdapter<GaussianBlurEffectAdapter>(jprops, in attachGaussianBlurEffect()
DCornerPinEffect.cpp80 fBuilder->attachDiscardableAdapter<CornerPinAdapter>(jprops, *fBuilder, fLayerSize); in attachCornerPinEffect()
DDropShadowEffect.cpp87 return fBuilder->attachDiscardableAdapter<DropShadowAdapter>(jprops, in attachDropShadowEffect()
DShiftChannelsEffect.cpp127 return fBuilder->attachDiscardableAdapter<ShiftChannelsEffectAdapter>(jprops, in attachShiftChannelsEffect()
DLinearWipeEffect.cpp122 return fBuilder->attachDiscardableAdapter<LinearWipeAdapter>(jprops, in attachLinearWipeEffect()
/third_party/skia/modules/skottie/src/
DSkottiePriv.h124 void attachDiscardableAdapter(sk_sp<T> adapter) const { in attachDiscardableAdapter() function
134 auto attachDiscardableAdapter(Args&&... args) const ->
143 this->attachDiscardableAdapter(std::move(adapter));
DPath.cpp47 return this->attachDiscardableAdapter<PathAdapter>(jpath, *this); in attachPath()
/third_party/skia/modules/skottie/src/animator/
DAnimator.h70 void attachDiscardableAdapter(sk_sp<AnimatablePropertyContainer>);
DAnimator.cpp32 void AnimatablePropertyContainer::attachDiscardableAdapter( in attachDiscardableAdapter() function in skottie::internal::AnimatablePropertyContainer
/third_party/flutter/skia/modules/skottie/src/effects/
DHueSaturationEffect.cpp139 return fBuilder->attachDiscardableAdapter<HueSaturationEffectAdapter>(jprops, in attachHueSaturationEffect()

12