Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_fe.cpp48 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
56 …sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, const ColorInterpolatio… in ConverImageFilterColor()
66 …ageFilterColor(std::shared_ptr<RSImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in ConverImageFilterColor()
Dsvg_fe.h54 const ColorInterpolationType& srcColor, ColorInterpolationType& currentColor) const {} in OnAsImageFilter()
Dsvg_fe_gaussian_blur.cpp38 …ianBlur::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
Dsvg_fe_offset.cpp38 …eOffset::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
Dsvg_fe_composite.cpp38 …mposite::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
Dsvg_fe_color_matrix.cpp59 …rMatrix::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
/foundation/graphic/graphic_2d/utils/color_manager/src/
Dcolor.cpp80 Vector3 srcColor = {r, g, b}; in Convert() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drosen_render_svg_filter.cpp77 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
/foundation/arkui/ace_engine/test/unittest/core/svg/
Dparse_test_ng.cpp1039 ColorInterpolationType srcColor = ColorInterpolationType::SRGB; variable
1063 ColorInterpolationType srcColor = ColorInterpolationType::SRGB; variable
1279 ColorInterpolationType srcColor = ColorInterpolationType::LINEAR_RGB; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_base_render_util.cpp631 Offset RGBUintToFloat(uint8_t* dst, uint8_t* src, int32_t pixelFormat, Vector3f &srcColor, in RGBUintToFloat()
702 Vector3f srcColor; in ConvertColorGamut() local
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
Dgraphic_neon_pipeline.h329 void ConstructSrcColor(ColorMode sm, void* srcColor, uint8_t opa, in ConstructSrcColor()