Home
last modified time | relevance | path

Searched refs:hasLandscape_ (Results 1 - 4 of 4) 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()
41 hasLandscape_ = right.hasLandscape_; in PrintAttributes()
66 hasLandscape_ = right.hasLandscape_; in operator =()
112 hasLandscape_ = true; in SetIsLandscape()
156 hasLandscape_ = jobInfo.hasLandscape_; in UpdateParams()
241 return hasLandscape_; in HasLandscape()
301 hasLandscape_ in ReadFromParcel()
[all...]
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h133 bool hasLandscape_; member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp87 EXPECT_EQ(printAttributes.hasLandscape_, true); in HWTEST_F()
H A Dprint_utils_test.cpp338 EXPECT_EQ(adapterParam->printAttributes.hasLandscape_, true); in HWTEST_F()

Completed in 3 milliseconds