Home
last modified time | relevance | path

Searched refs:SetUserOrientation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_object.cpp71 void ImageObject::SetUserOrientation(ImageRotateOrientation orientation) in SetUserOrientation() function in OHOS::Ace::NG::ImageObject
H A Dimage_object.h55 void SetUserOrientation(ImageRotateOrientation orientation);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp488 imageObj->SetUserOrientation(userOrientation_); in UpdateOrientation()