Home
last modified time | relevance | path

Searched refs:sizeXValue (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.h30 static void GetSizeAndPositionValues(const JSRef<JSObject>& paramObj, int& sizeXValue, int& sizeYValue,
H A Djs_particle.cpp761 int sizeXValue = 0; in AddDisturbance() local
765 GetSizeAndPositionValues(paramObj, sizeXValue, sizeYValue, positionXValue, positionYValue); in AddDisturbance()
792 disturbanceField.size[0] = sizeXValue; in AddDisturbance()
804 const JSRef<JSObject>& paramObj, int& sizeXValue, int& sizeYValue, int& positionXValue, int& positionYValue) in GetSizeAndPositionValues()
809 sizeXValue = sizeJsObject->GetProperty("width")->ToNumber<int>(); in GetSizeAndPositionValues()
866 auto sizeXValue = sizeValue->GetProperty("width")->ToNumber<float>(); in ParseEmitterProperty() local
868 if (sizeXValue > 0 && sizeYValue > 0) { in ParseEmitterProperty()
869 emitterProperty.size = { sizeXValue, sizeYValue }; in ParseEmitterProperty()
803 GetSizeAndPositionValues( const JSRef<JSObject>& paramObj, int& sizeXValue, int& sizeYValue, int& positionXValue, int& positionYValue) GetSizeAndPositionValues() argument

Completed in 3 milliseconds