|
TuttleOFX
1
|
#include <boost/gil/image.hpp>#include <terry/numeric/operations.hpp>#include <terry/numeric/assign.hpp>#include <terry/numeric/operations_assign.hpp>

Go to the source code of this file.
Data Structures | |
| struct | terry::make_special_interval |
| struct | terry::make_alpha_blend |
| struct | terry::draw_line< view_t > |
Namespaces | |
| namespace | terry |
Enumerations | |
| enum | { terry::Left = ( 0x1 << 0 ), terry::Center = ( 0x1 << 1 ), terry::Right = ( 0x1 << 2 ), terry::Top = ( 0x1 << 3 ), terry::Middle = ( 0x1 << 4 ), terry::Bottom = ( 0x1 << 5 ), terry::FMiddle = ( 0x1 << 6 ), terry::FBottom = ( 0x1 << 7 ) } |
Functions | |
| template<typename GlyphView , typename View > | |
| void | terry::copy_and_convert_alpha_blended_pixels (const GlyphView &glyphView, const typename View::value_type &glyphColor, const View &dstView) |
| template<typename view_t , typename value_type > | |
| void | terry::wuline (const view_t &view, const value_type &pixel, int X0, int Y0, int X1, int Y1, int NumLevels, int IntensityBits) |