Home
last modified time | relevance | path

Searched refs:is_flip_x_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_rotation_info_adapter_impl.cpp27 return is_flip_x_; in GetIsFlipX()
42 is_flip_x_ = value; in SetIsFlipX()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_rotation_info_adapter_impl.h42 bool is_flip_x_ = false; variable