Home
last modified time | relevance | path

Searched defs:srcColor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.h54 …ImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolationType& srcColor, in OnAsImageFilter()
H A Dsvg_fe_offset.cpp33 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
H A Dsvg_fe.cpp108 SvgColorInterpolationType srcColor = currentColor; in GetImageFilter() local
126 const SvgColorInterpolationType& srcColor, const SvgColorInterpolationType& dst) in ConverImageFilterColor()
H A Dsvg_fe_flood.cpp34 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
H A Dsvg_fe_gaussian_blur.cpp32 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
H A Dsvg_fe_blend.cpp48 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
H A Dsvg_fe_composite.cpp93 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
H A Dsvg_fe_color_matrix.cpp139 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor.cpp80 Vector3 srcColor = {r, g, b}; in Convert() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_filter.cpp73 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1132 SvgColorInterpolationType srcColor = SvgColorInterpolationType::SRGB; variable
1156 SvgColorInterpolationType srcColor = SvgColorInterpolationType::SRGB; variable
1534 SvgColorInterpolationType srcColor = SvgColorInterpolationType::LINEAR_RGB; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h329 void ConstructSrcColor(ColorMode sm, void* srcColor, uint8_t opa, in ConstructSrcColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp563 Offset RGBUintToFloat(uint8_t* dst, uint8_t* src, int32_t pixelFormat, Vector3f &srcColor, in RGBUintToFloat()
634 Vector3f srcColor; in ConvertColorGamut() local