Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
Dsvg_fe.cpp52 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
60 …sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, const ColorInterpolatio… in ConverImageFilterColor()
86 const ColorInterpolationType& srcColor, const ColorInterpolationType& dst) in ConverImageFilterColor()
Dsvg_fe.h54 const ColorInterpolationType& srcColor, ColorInterpolationType& currentColor) const {} in OnAsImageFilter()
Dsvg_fe_offset.cpp42 …eOffset::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
Dsvg_fe_gaussian_blur.cpp43 const ColorInterpolationType& srcColor, ColorInterpolationType& currentColor) const in OnAsImageFilter() argument
Dsvg_fe_composite.cpp42 const ColorInterpolationType& srcColor, ColorInterpolationType& currentColor) const in OnAsImageFilter() argument
Dsvg_fe_color_matrix.cpp67 …rMatrix::OnAsImageFilter(sk_sp<SkImageFilter>& imageFilter, const ColorInterpolationType& srcColor, in OnAsImageFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/svg/parse/
Dparse_fecomposite_test_ng.cpp85 ColorInterpolationType srcColor = ColorInterpolationType::SRGB; variable
106 ColorInterpolationType srcColor = ColorInterpolationType::SRGB; variable
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Dflutter_render_svg_filter.cpp53 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
Drosen_render_svg_filter.cpp81 ColorInterpolationType srcColor = currentColor; in GetImageFilter() local
/foundation/graphic/graphic_2d/utils/color_manager/src/
Dcolor.cpp80 Vector3 srcColor = {r, g, b}; in Convert() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_base_render_util.cpp648 Offset RGBUintToFloat(uint8_t* dst, uint8_t* src, int32_t pixelFormat, Vector3f &srcColor, in RGBUintToFloat()
719 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()