Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorSpaceXform.cpp966 build_gamma_tables(fSrcGammaTables, fSrcStorage.get(), 256, srcSpace, kToLinear, in SkColorSpaceXform_XYZ()
1090 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1094 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1098 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1102 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, fDstGammaTables, in onApply()
1109 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1113 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1117 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
1121 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, fDstGammaTables, in onApply()
1128 (dst, src, len, alphaType, fSrcGammaTables, fSrcToDst, nullptr, in onApply()
[all …]
DSkColorSpaceXform_Base.h70 const float* fSrcGammaTables[3]; variable