Home
last modified time | relevance | path

Searched defs:coefficients (Results 1 – 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dimage_filter_test.cpp90 std::vector<scalar> coefficients; variable
148 std::vector<scalar> coefficients; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_fe_composite.cpp61 …std::vector<RSScalar> coefficients = { declaration->GetK1(), declaration->GetK2(), declaration->Ge… in OnAsImageFilter() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_image_filter.h52 …shared_ptr<TestingImageFilter> CreateArithmeticImageFilter(const std::vector<scalar>& coefficients, in CreateArithmeticImageFilter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Dimage_filter.cpp58 ImageFilter::ImageFilter(FilterType t, const std::vector<scalar>& coefficients, bool enforcePMColor, in ImageFilter()
110 …_ptr<ImageFilter> ImageFilter::CreateArithmeticImageFilter(const std::vector<scalar>& coefficients, in CreateArithmeticImageFilter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_image_filter.cpp98 void SkiaImageFilter::InitWithArithmetic(const std::vector<scalar>& coefficients, in InitWithArithmetic()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
Drender_stack.cpp230 double coefficients = 1.0f; in GetNonPositionedChildOffset() local