Home
last modified time | relevance | path

Searched refs:has_trc (Results 1 – 6 of 6) sorted by relevance

/external/skia/third_party/skcms/
Dskcms.h101 bool has_trc; member
296 p->has_trc = true; in skcms_SetTransferFunction()
Dskcms.cc852 || (profile->has_trc && profile->has_toXYZD50); in usable_as_src()
924 profile->has_trc = true; in skcms_Parse()
943 profile->has_trc = true; in skcms_Parse()
1193 if (!profile || !profile->has_trc) { in skcms_TRCs_AreApproximateInverse()
2005 return profile->has_trc in prep_for_destination()
2184 } else if (srcProfile->has_trc && srcProfile->has_toXYZD50) { in skcms_TransformWithPalette()
2281 if (!profile->has_trc || !profile->has_toXYZD50 in skcms_MakeUsableAsDestination()
/external/skqp/third_party/skcms/
Dskcms.h101 bool has_trc; member
291 p->has_trc = true; in skcms_SetTransferFunction()
Dskcms.cc852 || (profile->has_trc && profile->has_toXYZD50); in usable_as_src()
924 profile->has_trc = true; in skcms_Parse()
943 profile->has_trc = true; in skcms_Parse()
1193 if (!profile || !profile->has_trc) { in skcms_TRCs_AreApproximateInverse()
2011 return profile->has_trc in prep_for_destination()
2184 } else if (srcProfile->has_trc && srcProfile->has_toXYZD50) { in skcms_TransformWithPalette()
2279 if (!profile->has_trc || !profile->has_toXYZD50 in skcms_MakeUsableAsDestination()
/external/skia/src/core/
DSkColorSpace.cpp216 if (!profile.has_toXYZD50 || !profile.has_trc) { in Make()
/external/skqp/src/core/
DSkColorSpace.cpp216 if (!profile.has_toXYZD50 || !profile.has_trc) { in Make()