Searched refs:borderless (Results 1 – 8 of 8) sorted by relevance
307 EXPECT_EQ(jobParams->borderless, 0);311 EXPECT_EQ(jobParams->borderless, 1);315 EXPECT_EQ(jobParams->borderless, optionJson["documentCategory"]);
386 jobParams->borderless = 1;445 jobParams->borderless = 0;474 jobParams->borderless = 1;536 jobParams->borderless = 1;1796 jobParams->borderless = 1;1828 jobParams->borderless = 1;1860 jobParams->borderless = 0;1892 jobParams->borderless = 1;
438 bool borderless; member
35 uint32_t borderless; member
46 …>| Starts the DLP manager application on the current UIAbility page in borderless mode (available …116 …Start the DLP manager application in borderless mode. This API can be called only in the UIAbility…301 14. Start the DLP manager application in borderless mode. This API can be called only in the UIAbil…
840 if (jobParams->mediaType == CUPS_MEDIA_TYPE_PHOTO_GLOSSY && jobParams->borderless == TRUE) { in FillBorderlessOptions()894 if (jobParams->mediaType != CUPS_MEDIA_TYPE_PHOTO_GLOSSY || jobParams->borderless != TRUE) { in FillLandscapeOptions()1625 params->borderless = isBorderless ? TRUE : FALSE; in UpdateBorderlessJobParameter()1627 params->borderless = TRUE; in UpdateBorderlessJobParameter()1711 PRINT_HILOGD("jobParams->borderless: %{public}d", jobParams->borderless); in DumpJobParameters()
620 jsonOptions["borderless"] = nativePrintJob.borderless ? "true" : "false"; in SetOptionInPrintJob()
934 Starts the DLP manager application on the current UIAbility page in borderless mode. This API uses …