Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_job.h59 void SetIsLandscape(bool isLandscape);
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_job_test.cpp298 job.SetIsLandscape(true);
387 job.SetIsLandscape(true);
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_job.cpp143 void PrintJob::SetIsLandscape(bool isLandscape) in SetIsLandscape() function in OHOS::Print::PrintJob
319 SetIsLandscape(parcel.ReadBool()); in ReadFromParcel()
/base/print/print_fwk/frameworks/helper/src/
Dprint_job_helper.cpp134 nativeObj->SetIsLandscape(isLandscape); in BuildFromJs()