openshot-audio  0.1.6
Public Member Functions | List of all members
juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting > Class Template Reference

#include <juce_graphics.h>

Public Member Functions

 SolidColour (const Image::BitmapData &image, const PixelARGB colour)
 
forcedinline void setEdgeTableYPos (const int y) noexcept
 
forcedinline void handleEdgeTablePixel (const int x, const int alphaLevel) const noexcept
 
forcedinline void handleEdgeTablePixelFull (const int x) const noexcept
 
forcedinline void handleEdgeTableLine (const int x, const int width, const int alphaLevel) const noexcept
 
forcedinline void handleEdgeTableLineFull (const int x, const int width) const noexcept
 

Detailed Description

template<class PixelType, bool replaceExisting = false>
class juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >

Fills an edge-table with a solid colour.

Constructor & Destructor Documentation

template<class PixelType , bool replaceExisting = false>
juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::SolidColour ( const Image::BitmapData image,
const PixelARGB  colour 
)
inline

Member Function Documentation

template<class PixelType , bool replaceExisting = false>
forcedinline void juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::handleEdgeTableLine ( const int  x,
const int  width,
const int  alphaLevel 
) const
inlinenoexcept
template<class PixelType , bool replaceExisting = false>
forcedinline void juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::handleEdgeTableLineFull ( const int  x,
const int  width 
) const
inlinenoexcept
template<class PixelType , bool replaceExisting = false>
forcedinline void juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::handleEdgeTablePixel ( const int  x,
const int  alphaLevel 
) const
inlinenoexcept
template<class PixelType , bool replaceExisting = false>
forcedinline void juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::handleEdgeTablePixelFull ( const int  x) const
inlinenoexcept
template<class PixelType , bool replaceExisting = false>
forcedinline void juce::RenderingHelpers::EdgeTableFillers::SolidColour< PixelType, replaceExisting >::setEdgeTableYPos ( const int  y)
inlinenoexcept

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