Home
last modified time | relevance | path

Searched refs:TransformInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_transform.h26 struct TransformInfo { struct
39 static TransformInfo CreateInfoFromString(const std::string& transform); argument
47 …static TransformInfo CreateInfoFromMap(const std::map<std::string, std::vector<float>>& transform);
H A Dsvg_transform.cpp92 TransformInfo SvgTransform::CreateInfoFromString(const std::string& transform) in CreateInfoFromString()
94 TransformInfo transformInfo; in CreateInfoFromString()
126 TransformInfo SvgTransform::CreateInfoFromMap(const std::map<std::string, std::vector<float>>& tran… in CreateInfoFromMap()
128 TransformInfo transformInfo; in CreateInfoFromMap()
H A Drender_svg_base.h170 std::optional<TransformInfo> transformInfo_ = std::nullopt;
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h61 struct TransformInfo { struct
94 TransformInfo transformInfo;
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp138 TransformInfo transformInfo; in CalculateTransformInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp421 const TransformInfo trans{10, 10, 100, 100, 1.0, 1.0};
427 const TransformInfo trans1{120, 130, 50, 50, 1.0, 1.0};
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h217 std::vector<TransformInfo> screenTransInfos_;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp131 struct TransformInfo { struct
141 TransformInfo baseMapping;
142 TransformInfo combineMapping;
467 static bool ParseTransformInfo(uint8_t* data, uint32_t& offset, uint32_t length, TransformInfo& inf… in ParseTransformInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp715 TransformInfo tmp{info[0], info[1], info[2], info[3]}; in UpdateSinkScreenInfos()