Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp64 using PixelTransformFunc = std::function<float(float)>; typedef
95 inline PixelTransformFunc GenOETF(float gamma) in GenOETF()
104 inline PixelTransformFunc GenEOTF(float gamma) in GenEOTF()
156 inline PixelTransformFunc GenOETF(const TransferParameters& params) in GenOETF()
169 inline PixelTransformFunc GenEOTF(const TransferParameters& params) in GenEOTF()
194 inline PixelTransformFunc GenACESToneMapping(float targetLum) in GenACESToneMapping()
335 PixelTransformFunc clamper = Saturate<float> in SimpleColorSpace()
350 PixelTransformFunc clamper = Saturate<float> in SimpleColorSpace()
392 PixelTransformFunc transEOTF_;
393 PixelTransformFunc transOETF_;
[all …]