Home
last modified time | relevance | path

Searched refs:mColorModes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/print/
DPrinterCapabilitiesInfo.java66 private int mColorModes; field in PrinterCapabilitiesInfo
117 mColorModes = other.mColorModes; in copyFrom()
163 return mColorModes; in getColorModes()
232 mColorModes = parcel.readInt(); in PrinterCapabilitiesInfo()
233 enforceValidMask(mColorModes, in PrinterCapabilitiesInfo()
256 parcel.writeInt(mColorModes); in writeToParcel()
269 result = prime * result + mColorModes; in hashCode()
308 if (mColorModes != other.mColorModes) { in equals()
336 int colorModes = mColorModes; in colorModesToString()
569 mPrototype.mColorModes = colorModes; in setColorModes()
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp336 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent}; in addColorMode()
342 auto iter = mColorModes.find(getColorModeKey(Dataspace::V0_SRGB, intent)); in hasRenderIntent()
343 return iter != mColorModes.end() && iter->second.renderIntent == intent; in hasRenderIntent()
350 mColorModes.find(getColorModeKey(dataspace, RenderIntent::TONE_MAP_COLORIMETRIC)); in hasLegacyHdrSupport()
351 return iter == mColorModes.end() || iter->second.dataspace != dataspace; in hasLegacyHdrSupport()
360 auto iter = mColorModes.find(getColorModeKey(dataspace, intent)); in getBestColorMode()
361 if (iter != mColorModes.end()) { in getBestColorMode()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplayColorProfile.h90 std::unordered_map<ColorModeKey, ColorModeValue> mColorModes; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44348 Landroid/print/PrinterCapabilitiesInfo;->mColorModes:I