/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 71 ### isLandscape subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 71 ### isLandscape subsection
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 47 bool isLandscape; member
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 86 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local
|
H A D | print_job_helper.cpp | 131 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 110 void PrintAttributes::SetIsLandscape(bool isLandscape) in SetIsLandscape()
|
H A D | print_job.cpp | 147 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 38 bool isLandscape; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 159 auto isLandscape = rotation == Rotation::ROTATION_90 || rotation == Rotation::ROTATION_270; in RefreshStack() local
|
H A D | folder_stack_layout_algorithm.cpp | 295 auto isLandscape = rotation == Rotation::ROTATION_90 || rotation == Rotation::ROTATION_270; in IsIntoFolderStack() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_cutout_controller.cpp | 272 bool isLandscape = screenHeight < screenWidth ? true : false; in CalculateCurvedCompression() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 662 bool isLandscape = screenWidth > screenHeight ? true : false; in MoveAndResizeKeyboard() local
|
H A D | scene_session.cpp | 1032 bool isLandscape = screenWidth > screenHeight ? true : false; in IsKeyboardNeedLeftOffset() local
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 486 bool isLandscape; member
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 4220 bool isLandscape = displayWidth > displayHeight ? true : false; in MoveAndResizeKeyboard() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 5009 napi_value isLandscape = nullptr; in ParseWebPrintAttrParams() local
|