Searched refs:GetRotationInfo (Results 1 – 3 of 3) sorted by relevance
227 listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_NONE);230 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_90);232 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_180);234 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_270);236 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H);238 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V);240 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H_ROT90);242 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V_ROT90);244 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H_ROT180);246 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V_ROT180);[all …]
177 std::shared_ptr<CameraRotationInfoAdapter> GetRotationInfo(GraphicTransformType transform);
950 std::shared_ptr<CameraRotationInfoAdapter> CameraSurfaceListener::GetRotationInfo(GraphicTransformT… in GetRotationInfo() function in OHOS::NWeb::CameraSurfaceListener1009 …std::shared_ptr<CameraRotationInfoAdapter> rotationInfo = GetRotationInfo(surface_->GetTransform()… in OnBufferAvailable()