Home
last modified time | relevance | path

Searched refs:colorVal_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp43 colorVal_.resize(colorValLen_); in ColorExtract()
51 colorVal_.data()[realColorCnt] = pixelColor; in ColorExtract()
81 colorVal_.resize(colorValLen_); in ColorExtract()
88 colorVal_.data()[realColorCnt] = pixelColor; in ColorExtract()
229 uint32_t *colorVal = const_cast<uint32_t *>(colorVal_.data()); in CalcGrayMsd()
270 uint32_t *colorVal = const_cast<uint32_t *>(colorVal_.data()); in CalcContrastToWhite()
287 uint32_t *colorVal = const_cast<uint32_t *>(colorVal_.data()); in GetNFeatureColors()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h101 Range<Color> colorVal_;
114 colorVal_ = colorVal; in ParticleColorParaType()
127 …: colorVal_(), distribution_(DistributionType::UNIFORM), updator_(ParticleUpdator::NONE), redRando… in ParticleColorParaType()
193 color.colorVal_ = val.colorVal_; in translateColorToRender()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp35 colorVal_ = std::move(colorShared); in RSColorExtract()
62 colorVal_ = std::move(colorShared); in RSColorExtract()
200 uint32_t *colorVal = colorVal_.get(); in CalcGrayMsd()
241 uint32_t *colorVal = colorVal_.get(); in CalcContrastToWhite()
258 uint32_t *colorVal = colorVal_.get(); in GetNFeatureColors()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h178 Range<Color> colorVal_;
191 … : colorVal_(colorVal), distribution_(distribution), updator_(updator), redRandom_(redRandom), in RenderParticleColorParaType()
196 …: colorVal_(), distribution_(DistributionType::UNIFORM), updator_(ParticleUpdator::NONE), redRando… in RenderParticleColorParaType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp163 return color_.colorVal_.start_; in GetColorStartValue()
168 return color_.colorVal_.end_; in GetColorEndValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h48 std::shared_ptr<uint32_t> colorVal_ = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h49 std::vector<uint32_t> colorVal_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1120 …bool success = Marshalling(parcel, val.colorVal_.start_) && Marshalling(parcel, val.colorVal_.end_… in Marshalling()