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 D | svg_fe.h | 54 …ImageFilter(std::shared_ptr<RSImageFilter>& imageFilter, const SvgColorInterpolationType& srcColor, in OnAsImageFilter()
|
H A D | svg_fe_offset.cpp | 33 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
H A D | svg_fe.cpp | 108 SvgColorInterpolationType srcColor = currentColor; in GetImageFilter() local 126 const SvgColorInterpolationType& srcColor, const SvgColorInterpolationType& dst) in ConverImageFilterColor()
|
H A D | svg_fe_flood.cpp | 34 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
H A D | svg_fe_gaussian_blur.cpp | 32 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
H A D | svg_fe_blend.cpp | 48 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
H A D | svg_fe_composite.cpp | 93 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
H A D | svg_fe_color_matrix.cpp | 139 const SvgColorInterpolationType& srcColor, SvgColorInterpolationType& currentColor, in OnAsImageFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color.cpp | 80 Vector3 srcColor = {r, g, b}; in Convert() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_filter.cpp | 73 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 1132 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 D | graphic_neon_pipeline.h | 329 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 D | rs_base_render_util.cpp | 563 Offset RGBUintToFloat(uint8_t* dst, uint8_t* src, int32_t pixelFormat, Vector3f &srcColor, in RGBUintToFloat() 634 Vector3f srcColor; in ConvertColorGamut() local
|