Searched refs:TransformInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_transform.h | 26 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 D | svg_transform.cpp | 92 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 D | render_svg_base.h | 170 std::optional<TransformInfo> transformInfo_ = std::nullopt;
|
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/ |
H A D | i_dinput_context.h | 61 struct TransformInfo { struct 94 TransformInfo transformInfo;
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_context.cpp | 138 TransformInfo transformInfo; in CalculateTransformInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/ |
H A D | distributed_input_inner_test.cpp | 421 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 D | distributed_input_client.h | 217 std::vector<TransformInfo> screenTransInfos_;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 131 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 D | distributed_input_client.cpp | 715 TransformInfo tmp{info[0], info[1], info[2], info[3]}; in UpdateSinkScreenInfos()
|