#include <c4d_drawport.h>
|
| DrawPort () |
|
virtual | ~DrawPort () |
|
void | SetBaseBitmap (BaseBitmap *t_parent) |
|
BaseBitmap * | GetBaseBitmap () |
|
const BaseBitmap * | GetBaseBitmap () const |
|
DrawPortTypes | GetType () const |
|
Int32 | GetBw () |
|
Int32 | GetBh () |
|
Int32 | GetBt () |
|
Int32 | GetBpz () |
|
virtual Bool | CloneIt (DrawPort *dest) |
|
virtual void | ScaleIt (DrawPort *dest, Int32 hell, Bool sample, Bool highq, Bool colorcorrection) |
|
virtual void | Free () |
|
virtual IMAGERESULT | Init (Int32 x, Int32 y)=0 |
|
virtual Bool | SetPixel (Int32 x, Int32 y, Int32 red, Int32 green, Int32 blue, Int32 alpha)=0 |
|
virtual void | GetPixel (Int32 x, Int32 y, UInt16 *red, UInt16 *green, UInt16 *blue)=0 |
|
virtual Vector32 | GetPixelDirect (Int32 x, Int32 y) |
|
virtual Bool | SetLineDirect (Int32 y, void *data, Int32 depth) |
|
virtual Bool | SetPixelCntX (Int32 x, Int32 y, Int32 cnt, UChar *buffer, Int32 inc, COLORMODE srcmode, PIXELCNT flags) |
|
virtual void | GetPixelCntX (Int32 x, Int32 y, Int32 cnt, UChar *buffer, Int32 inc, COLORMODE dstmode, PIXELCNT flags, ColorProfileConvert *conversion) |
|
virtual Bool | SetPixelCntP (Int32 x, Int32 y, Int32 cnt, UChar *buffer, Int32 inc, PIXELCNT flags)=0 |
|
virtual void | GetPixelCntP (Int32 x, Int32 y, Int32 cnt, UChar *buffer, Int32 inc, PIXELCNT flags)=0 |
|
◆ DrawPort()
◆ ~DrawPort()
◆ Alloc()
◆ SetBaseBitmap()
◆ GetBaseBitmap() [1/2]
◆ GetBaseBitmap() [2/2]
◆ GetType()
◆ GetBw()
◆ GetBh()
◆ GetBt()
◆ GetBpz()
◆ CloneIt()
◆ ScaleIt()
◆ Free()
◆ Init()
◆ SetPixel()
◆ GetPixel()
◆ GetPixelDirect()
virtual Vector32 GetPixelDirect |
( |
Int32 |
x, |
|
|
Int32 |
y |
|
) |
| |
|
virtual |
◆ SetLineDirect()
◆ SetPixelCntX()
◆ GetPixelCntX()
◆ SetPixelCntP()
◆ GetPixelCntP()
◆ bw
◆ bh
◆ bt
◆ Bpz
◆ Bits
◆ type
◆ parent