Home
last modified time | relevance | path

Searched refs:colorMode_ (Results 1 - 14 of 14) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp24 hasColorMode_(false), colorMode_(0), hasDuplexMode_(false), duplexMode_(0), in PrintAttributes()
46 colorMode_ = right.colorMode_; in PrintAttributes()
71 colorMode_ = right.colorMode_; in operator =()
125 colorMode_ = colorMode; in SetColorMode()
161 colorMode_ = jobInfo.colorMode_; in UpdateParams()
201 return colorMode_; in GetColorMode()
423 PRINT_HILOGD("colorMode_ in Dump()
[all...]
H A Dprint_job.cpp24 isSequential_(false), isLandscape_(false), colorMode_(0), duplexMode_(0), in PrintJob()
44 colorMode_ = right.colorMode_; in PrintJob()
69 colorMode_ = right.colorMode_; in operator =()
154 colorMode_ = colorMode; in SetColorMode()
192 colorMode_ = jobInfo.colorMode_; in UpdateParams()
254 return colorMode_; in GetColorMode()
420 PRINT_HILOGD("colorMode_ in Dump()
[all...]
H A Dprinter_capability.cpp24 : colorMode_(0), in PrinterCapability()
56 colorMode_ = right.colorMode_; in operator =()
119 colorMode_ = colorMode; in SetColorMode()
160 return colorMode_; in GetColorMode()
382 PRINT_HILOGD("colorMode_ = %{public}d", colorMode_); in Dump()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp47 colorMode_(LIGHT), in ResConfigImpl()
172 this->colorMode_ = colorMode; in SetColorMode()
259 return this->colorMode_; in GetColorMode()
442 if (!IsColorModeMatch(other->colorMode_, isCheckDarkAdaptation)) { in Match()
486 if (isCheckDarkAdaptation && this->colorMode_ == DARK && !this->GetAppColorMode() && !this->GetAppDarkRes()) { in IsColorModeMatch()
489 if (this->colorMode_ != COLOR_MODE_NOT_SET && colorMode != COLOR_MODE_NOT_SET) { in IsColorModeMatch()
490 if (this->colorMode_ != colorMode) { in IsColorModeMatch()
553 if (this->colorMode_ != other->colorMode_ && in IsMoreSuitable()
554 request->colorMode_ ! in IsMoreSuitable()
[all...]
/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp49 colorMode_ = mode; in Init()
114 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in FlushThreadLoop()
136 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
152 buffInfo_->mode = static_cast<OHOS::ColorMode>(colorMode_); in GetFBBufferInfo()
H A Dgraphic_engine.h53 uint8_t colorMode_ = 0; member in Updater::GraphicEngine
/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp42 colorMode_ = mode; in Init()
107 uint8_t pixelBytes = OHOS::DrawUtils::GetByteSizeByColorMode(colorMode_); in GetFBBufferInfo()
120 buffInfo_->mode = static_cast<OHOS::ColorMode>(colorMode_); in GetFBBufferInfo()
/base/powermgr/battery_manager/charger/include/
H A Dcharger_graphic_engine.h55 uint8_t colorMode_ = 0; member in OHOS::PowerMgr::ChargerGraphicEngine
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h253 ColorMode colorMode_; member in OHOS::Global::Resource::ResConfigImpl
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h121 uint32_t colorMode_; // Property in API 10, deprecated in API 12 member in OHOS::Print::final
H A Dprint_attributes.h138 uint32_t colorMode_; member in OHOS::Print::final
H A Dprint_job.h133 uint32_t colorMode_; member in OHOS::Print::final
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp94 EXPECT_EQ(printAttributes.colorMode_, 1); in HWTEST_F()
H A Dprint_utils_test.cpp349 EXPECT_EQ(adapterParam->printAttributes.colorMode_, 0); in HWTEST_F()

Completed in 7 milliseconds