Home
last modified time | relevance | path

Searched refs:HueRotateModifier (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgraphic_modifier.h82 class HueRotateModifier : public GraphicModifier {
H A Dgraphic_modifier.cpp149 void HueRotateModifier::Draw(RSDrawingContext& context) const in Draw()
H A Drosen_render_context.h708 std::shared_ptr<HueRotateModifier> hueRotate;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts707 class HueRotateModifier extends ModifierWithKey<number | string> {
4037 …modifierWithKey(this._modifiersWithKeys, HueRotateModifier.identity, HueRotateModifier, undefined);
4039 … modifierWithKey(this._modifiersWithKeys, HueRotateModifier.identity, HueRotateModifier, value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js589 class HueRotateModifier extends ModifierWithKey { class
602 HueRotateModifier.identity = Symbol('hueRotate');
3885 …modifierWithKey(this._modifiersWithKeys, HueRotateModifier.identity, HueRotateModifier, undefined);
3888 … modifierWithKey(this._modifiersWithKeys, HueRotateModifier.identity, HueRotateModifier, value);