Home
last modified time | relevance | path

Searched refs:supportedVirtualColorGamuts_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp718 mode = supportedVirtualColorGamuts_; in GetScreenSupportedColorGamuts()
756 mode = supportedVirtualColorGamuts_[currentVirtualColorGamutIdx_]; in GetScreenColorGamut()
774 if (modeIdx >= static_cast<int32_t>(supportedVirtualColorGamuts_.size())) { in SetScreenColorGamut()
1007 std::transform(supportedVirtualColorGamuts_.begin(), supportedVirtualColorGamuts_.end(), in GetScreenSupportedColorSpaces()
1042 …auto it = std::find(supportedVirtualColorGamuts_.begin(), supportedVirtualColorGamuts_.end(), dstC… in SetScreenColorSpace()
1043 if (it == supportedVirtualColorGamuts_.end()) { in SetScreenColorSpace()
1046 curIdx = std::distance(supportedVirtualColorGamuts_.begin(), it); in SetScreenColorSpace()
H A Drs_screen.h252 std::vector<ScreenColorGamut> supportedVirtualColorGamuts_ = { variable