Home
last modified time | relevance | path

Searched refs:is_flip_y_ (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.cpp32 return is_flip_y_; in GetIsFlipY()
47 is_flip_y_ = value; in SetIsFlipY()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_rotation_info_adapter_impl.h43 bool is_flip_y_ = false; variable