Home
last modified time | relevance | path

Searched refs:foregroundUri (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_rating_ffi.cpp51 const char* backgroundUri, const char* foregroundUri, const char* secondaryUri) in FfiOHOSAceFrameworkRatingSetStarStyle()
55 bool foregroundisempty = !(strlen(foregroundUri) != 0); in FfiOHOSAceFrameworkRatingSetStarStyle()
56 RatingModel::GetInstance()->SetForegroundSrc(foregroundUri, foregroundisempty); in FfiOHOSAceFrameworkRatingSetStarStyle()
50 FfiOHOSAceFrameworkRatingSetStarStyle( const char* backgroundUri, const char* foregroundUri, const char* secondaryUri) FfiOHOSAceFrameworkRatingSetStarStyle() argument
H A Dcj_rating_ffi.h31 const char* backgroundUri, const char* foregroundUri, const char* secondaryUri);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drating_modifier.cpp35 const char* backgroundUri, const char* foregroundUri, const char* secondaryUri) in SetStarStyle()
46 std::string foregroundUriStr = foregroundUri; in SetStarStyle()
34 SetStarStyle(ArkUINodeHandle node, const char* backgroundUri, const char* foregroundUri, const char* secondaryUri) SetStarStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rating.cpp143 auto getForegroundUri = paramObject->GetProperty("foregroundUri"); in SetStarStyle()
158 std::string foregroundUri = getForegroundUri->ToString(); in SetStarStyle() local
159 if (foregroundUri.empty()) { in SetStarStyle()
162 RatingModel::GetInstance()->SetForegroundSrc(foregroundUri, false); in SetStarStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rating_bridge.cpp121 std::string foregroundUri; in SetStarStyle() local
123 foregroundUri = foregroundUriArg->ToString(vm)->ToString(vm); in SetStarStyle()
136 nativeNode, backgroundUri.c_str(), foregroundUri.c_str(), secondaryUri.c_str()); in SetStarStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js15612 this.foregroundUri = undefined;
15617 this.foregroundUri === another.foregroundUri &&
20038 _b === void 0 ? void 0 : _b.foregroundUri, (_c = this.value) === null ||
20046 ((_c = this.stageValue) === null || _c === void 0 ? void 0 : _c.foregroundUri) !==
20047 ((_d = this.value) === null || _d === void 0 ? void 0 : _d.foregroundUri) ||
20093 starStyle.foregroundUri = value.foregroundUri;
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2299 ArkUINodeHandle node, ArkUI_CharPtr backgroundUri, ArkUI_CharPtr foregroundUri, ArkUI_CharPtr secondaryUri);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h3999 ArkUINodeHandle node, ArkUI_CharPtr backgroundUri, ArkUI_CharPtr foregroundUri, ArkUI_CharPtr secondaryUri);

Completed in 55 milliseconds