Searched refs:GetIsLandscape (Results 1 – 12 of 12) sorted by relevance
189 bool PrintAttributes::GetIsLandscape() const in GetIsLandscape() function in OHOS::Print::PrintAttributes367 parcel.WriteBool(GetIsLandscape()); in MarshallingParam()
247 bool PrintJob::GetIsLandscape() const in GetIsLandscape() function in OHOS::Print::PrintJob373 parcel.WriteBool(GetIsLandscape()); in MarshallingParam()
219 attrJson["isLandscape"] = attrParam.GetIsLandscape(); in BuildPrintAttributesParam()
72 [[nodiscard]] bool GetIsLandscape() const;
92 [[nodiscard]] bool GetIsLandscape() const;
131 printAttributesAdapter.isLandscape = attrs.GetIsLandscape(); in ConvertPrintingParameters()
192 EXPECT_EQ(printAttributes.GetIsLandscape(), true);
306 EXPECT_EQ(job.GetIsLandscape(), true);
50 …NapiPrintUtils::SetBooleanProperty(env, jsObj, PARAM_JOB_ISLANDSCAPE, attributes.GetIsLandscape()); in MakeJsObject()
77 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_JOB_ISLANDSCAPE, job.GetIsLandscape()); in MakeJsObject()
522 attributes->isLandscape = attrs.GetIsLandscape(); in BuildPrintAttributes()
1698 params->isLandscape = jobInfo.GetIsLandscape(); in BuildJobParameters()