Home
last modified time | relevance | path

Searched refs:isLandscape_ (Results 1 - 6 of 6) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp23 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 Dprint_job.cpp24 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 Dprint_attributes.h134 bool isLandscape_; member in OHOS::Print::final
H A Dprint_job.h132 bool isLandscape_; member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp88 EXPECT_EQ(printAttributes.isLandscape_, true); in HWTEST_F()
H A Dprint_utils_test.cpp339 EXPECT_EQ(adapterParam->printAttributes.isLandscape_, false); in HWTEST_F()

Completed in 4 milliseconds