Searched refs:isLandscape_ (Results 1 - 6 of 6) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 23 hasPageSize_(false), hasLandscape_(false), isLandscape_(false), hasDirectionMode_(false), directionMode_(0), in PrintAttributes() 42 isLandscape_ = right.isLandscape_; in PrintAttributes() 67 isLandscape_ = right.isLandscape_; in operator =() 113 isLandscape_ = isLandscape; in SetIsLandscape() 157 isLandscape_ = jobInfo.isLandscape_; in UpdateParams() 191 return isLandscape_; in GetIsLandscape() 417 PRINT_HILOGD("isLandscape_ in Dump() [all...] |
H A D | print_job.cpp | 24 isSequential_(false), isLandscape_(false), colorMode_(0), duplexMode_(0), in PrintJob() 43 isLandscape_ = right.isLandscape_; in PrintJob() 68 isLandscape_ = right.isLandscape_; in operator =() 149 isLandscape_ = isLandscape; in SetIsLandscape() 191 isLandscape_ = jobInfo.isLandscape_; in UpdateParams() 249 return isLandscape_; in GetIsLandscape() 419 PRINT_HILOGD("isLandscape_ in Dump() [all...] |
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_attributes.h | 134 bool isLandscape_; member in OHOS::Print::final
|
H A D | print_job.h | 132 bool isLandscape_; member in OHOS::Print::final
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_attributes_test.cpp | 88 EXPECT_EQ(printAttributes.isLandscape_, true); in HWTEST_F()
|
H A D | print_utils_test.cpp | 339 EXPECT_EQ(adapterParam->printAttributes.isLandscape_, false); in HWTEST_F()
|
Completed in 3 milliseconds