Home
last modified time | relevance | path

Searched refs:SetIsLandscape (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp56 printAttributes.SetIsLandscape(true); in GetDefaultPrintAttributes()
190 printAttributes.SetIsLandscape(true);
H A Dprint_job_test.cpp305 job.SetIsLandscape(true);
394 job.SetIsLandscape(true);
H A Dprint_utils_test.cpp336 adapterParam->printAttributes.SetIsLandscape(false);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp110 void PrintAttributes::SetIsLandscape(bool isLandscape) in SetIsLandscape() function in OHOS::Print::PrintAttributes
303 SetIsLandscape(parcel.ReadBool()); in ReadFromParcel()
H A Dprint_job.cpp147 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape() function in OHOS::Print::PrintJob
327 SetIsLandscape(parcel.ReadBool()); in ReadFromParcel()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h50 void SetIsLandscape(bool isLandscape);
H A Dprint_job.h60 void SetIsLandscape(bool isLandscape);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp87 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
H A Dprint_job_helper.cpp140 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp1369 testJob.SetIsLandscape(true);
1792 testJob.SetIsLandscape(true);
1824 testJob.SetIsLandscape(true);
1856 testJob.SetIsLandscape(true);
1888 testJob.SetIsLandscape(true);
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp558 printJob.SetIsLandscape(false); in SetPrintOrientationInPrintJob()
561 printJob.SetIsLandscape(true); in SetPrintOrientationInPrintJob()