Home
last modified time | relevance | path

Searched defs:isLandscape (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_print___print_attributes.md71 ### isLandscape subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_print___print_attributes.md71 ### isLandscape subsection
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h47 bool isLandscape; member
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp86 bool isLandscape = NapiPrintUtils::GetBooleanProperty(env, jsValue, PARAM_JOB_ISLANDSCAPE); in BuildFromJs() local
H A Dprint_job_helper.cpp131 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 Dprint_attributes.cpp110 void PrintAttributes::SetIsLandscape(bool isLandscape) in SetIsLandscape()
H A Dprint_job.cpp147 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h38 bool isLandscape; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_pattern.cpp159 auto isLandscape = rotation == Rotation::ROTATION_90 || rotation == Rotation::ROTATION_270; in RefreshStack() local
H A Dfolder_stack_layout_algorithm.cpp295 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 Dscreen_cutout_controller.cpp272 bool isLandscape = screenHeight < screenWidth ? true : false; in CalculateCurvedCompression() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp662 bool isLandscape = screenWidth > screenHeight ? true : false; in MoveAndResizeKeyboard() local
H A Dscene_session.cpp1032 bool isLandscape = screenWidth > screenHeight ? true : false; in IsKeyboardNeedLeftOffset() local
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h486 bool isLandscape; member
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4220 bool isLandscape = displayWidth > displayHeight ? true : false; in MoveAndResizeKeyboard() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5009 napi_value isLandscape = nullptr; in ParseWebPrintAttrParams() local