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 D | color_extract.cpp | 43 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 D | rs_particle_params.h | 101 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 D | rs_color_extract.cpp | 35 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 D | rs_render_particle.h | 178 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 D | rs_render_particle.cpp | 163 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 D | rs_color_extract.h | 48 std::shared_ptr<uint32_t> colorVal_ = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
H A D | color_extract.h | 49 std::vector<uint32_t> colorVal_; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1120 …bool success = Marshalling(parcel, val.colorVal_.start_) && Marshalling(parcel, val.colorVal_.end_… in Marshalling()
|