Blender  V3.3
Public Member Functions | List of all members
blender::imbuf::transform::ScanlineProcessor< Discard, Sampler, OutputPixelPointer > Class Template Reference

Processor for a scanline. More...

Public Member Functions

void process (const TransformUserData *user_data, int scanline)
 Inner loop of the transformations, processing a full scanline. More...
 

Detailed Description

template<typename Discard, typename Sampler, typename OutputPixelPointer>
class blender::imbuf::transform::ScanlineProcessor< Discard, Sampler, OutputPixelPointer >

Processor for a scanline.

Definition at line 445 of file transform.cc.

Member Function Documentation

◆ process()

template<typename Discard , typename Sampler , typename OutputPixelPointer >
void blender::imbuf::transform::ScanlineProcessor< Discard, Sampler, OutputPixelPointer >::process ( const TransformUserData user_data,
int  scanline 
)
inline

Inner loop of the transformations, processing a full scanline.

Definition at line 463 of file transform.cc.

References add_v2_v2(), madd_v2_v2v2fl(), output, sample, sampler(), user_data, and width.


The documentation for this class was generated from the following file: