| adr() const | ppl6::grafix::CDrawable | |
| adr(int x, int y) const | ppl6::grafix::CDrawable | |
| alphaPixel(int x, int y, const Color &c) | ppl6::grafix::CDrawable | |
| alphaPixel(const Point &p, const Color &c) | ppl6::grafix::CDrawable | |
| bitdepth() const | ppl6::grafix::CDrawable | |
| blendPixel(int x, int y, const Color &c, float brightness) | ppl6::grafix::CDrawable | |
| blendPixel(int x, int y, const Color &c, int brightness) | ppl6::grafix::CDrawable | |
| blt(const CDrawable &source, int x=0, int y=0) | ppl6::grafix::CDrawable | |
| blt(const CDrawable &source, const Rect &srect, int x=0, int y=0) | ppl6::grafix::CDrawable | |
| bltAlpha(const CDrawable &source, int x=0, int y=0) | ppl6::grafix::CDrawable | |
| bltAlpha(const CDrawable &source, const Rect &srect, int x=0, int y=0) | ppl6::grafix::CDrawable | |
| bltColorKey(const CDrawable &source, int x=0, int y=0, const Color &c=Color()) | ppl6::grafix::CDrawable | |
| bltColorKey(const CDrawable &source, const Rect &srect, int x=0, int y=0, const Color &c=Color()) | ppl6::grafix::CDrawable | |
| bltDiffuse(const CDrawable &source, int x=0, int y=0, const Color &c=Color()) | ppl6::grafix::CDrawable | |
| bltDiffuse(const CDrawable &source, const Rect &srect, int x=0, int y=0, const Color &c=Color()) | ppl6::grafix::CDrawable | |
| bytesPerPixel() const | ppl6::grafix::CDrawable | |
| CDrawable() | ppl6::grafix::CDrawable | |
| CDrawable(const CDrawable &other) | ppl6::grafix::CDrawable | |
| CDrawable(const CDrawable &other, const Rect &rect) | ppl6::grafix::CDrawable | |
| CDrawable(void *base, ppluint32 pitch, int width, int height, const RGBFormat &format) | ppl6::grafix::CDrawable | |
| CImage() | ppl6::grafix::CImage | |
| CImage(const CImage &other) | ppl6::grafix::CImage | |
| CImage(const CDrawable &other) | ppl6::grafix::CImage | |
| CImage(int width, int height, const RGBFormat &format) | ppl6::grafix::CImage | |
| CImage(const CString &Filename, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| CImage(CFileObject &file, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| CImage(const CMemoryReference &mem, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| circle(int x, int y, int rad, const Color &c, bool fill=false) | ppl6::grafix::CDrawable | |
| cls(const Color &c) | ppl6::grafix::CDrawable | |
| cls() | ppl6::grafix::CDrawable | |
| colorGradient(const Rect &rect, const Color &c1, const Color &c2, int direction) | ppl6::grafix::CDrawable | |
| colorGradient(int x1, int y1, int x2, int y2, const Color &c1, const Color &c2, int direction) | ppl6::grafix::CDrawable | |
| copy(const CDrawable &other) | ppl6::grafix::CImage | |
| copy(const CDrawable &other, const Rect &rect) | ppl6::grafix::CImage | |
| copy(const CImage &other) | ppl6::grafix::CImage | |
| create(int width, int height, const RGBFormat &format) | ppl6::grafix::CImage | |
| create(void *base, ppluint32 pitch, int width, int height, const RGBFormat &format) | ppl6::grafix::CImage | |
| draw(const CImageList &iml, int nr, int x, int y) | ppl6::grafix::CDrawable | |
| draw(const CImageList &iml, int nr, int x, int y, const Color &diffuse) | ppl6::grafix::CDrawable | |
| draw(const CSprite &sprite, int nr, int x, int y) | ppl6::grafix::CDrawable | |
| drawRect(const Rect &rect, const Color &c) | ppl6::grafix::CDrawable | |
| drawRect(int x1, int y1, int x2, int y2, const Color &c) | ppl6::grafix::CDrawable | |
| elipse(int x, int y, int radx, int rady, const Color &c, bool fill=false) | ppl6::grafix::CDrawable | |
| elipse(int x, int y, int radx, int rady, const Color &c, bool fill, const Color &fillcolor, int startangle, int endangle) | ppl6::grafix::CDrawable | |
| fillRect(const Rect &rect, const Color &c) | ppl6::grafix::CDrawable | |
| fillRect(int x1, int y1, int x2, int y2, const Color &c) | ppl6::grafix::CDrawable | |
| fitRect(int &x, int &y, Rect &r) | ppl6::grafix::CDrawable | |
| floodFill(int x, int y, const Color &color, const Color &border) | ppl6::grafix::CDrawable | |
| getData() | ppl6::grafix::CDrawable | |
| getDrawable() const | ppl6::grafix::CDrawable | |
| getDrawable(const Rect &rect) const | ppl6::grafix::CDrawable | |
| getDrawable(int x1, int y1, int x2, int y2) const | ppl6::grafix::CDrawable | |
| getFunctions() | ppl6::grafix::CDrawable | |
| getPixel(int x, int y) const | ppl6::grafix::CDrawable | |
| getPixel(const Point &p) const | ppl6::grafix::CDrawable | |
| height() const | ppl6::grafix::CDrawable | |
| invert(const Rect &rect, const Color &color1, const Color &color2) | ppl6::grafix::CDrawable | |
| isEmpty() const | ppl6::grafix::CDrawable | |
| line(int x1, int y1, int x2, int y2, const Color &c) | ppl6::grafix::CDrawable | |
| line(const Point &start, const Point &end, const Color &c) | ppl6::grafix::CDrawable | |
| lineAA(int x1, int y1, int x2, int y2, const Color &c, int strength=1) | ppl6::grafix::CDrawable | |
| lineAA(const Point &start, const Point &end, const Color &c, int strength=1) | ppl6::grafix::CDrawable | |
| load(const CString &Filename, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| load(CFileObject &file, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| load(const CMemoryReference &Mem, const RGBFormat &format=RGBFormat::unknown) | ppl6::grafix::CImage | |
| memory() const | ppl6::grafix::CImage | |
| myMemory | ppl6::grafix::CImage | private |
| negativ(const Rect &rect) | ppl6::grafix::CDrawable | |
| numBytes() const | ppl6::grafix::CImage | |
| operator CMemoryReference() const | ppl6::grafix::CImage | |
| operator=(const CDrawable &other) | ppl6::grafix::CImage | |
| operator=(const CImage &other) | ppl6::grafix::CImage | |
| pitch() const | ppl6::grafix::CDrawable | |
| print(const CFont &font, int x, int y, const CWString &text) | ppl6::grafix::CDrawable | |
| printf(const CFont &font, int x, int y, const char *fmt,...) | ppl6::grafix::CDrawable | |
| putPixel(int x, int y, const Color &c) | ppl6::grafix::CDrawable | |
| putPixel(const Point &p, const Color &c) | ppl6::grafix::CDrawable | |
| rect() const | ppl6::grafix::CDrawable | |
| rgb(const Color &c) const | ppl6::grafix::CDrawable | |
| rgb(int r, int g, int b, int alpha) const | ppl6::grafix::CDrawable | |
| rgbformat() const | ppl6::grafix::CDrawable | |
| size() const | ppl6::grafix::CDrawable | |
| width() const | ppl6::grafix::CDrawable | |
| xchange(const Rect &rect, const Color &color, const Color &replace) | ppl6::grafix::CDrawable | |
| ~CDrawable() | ppl6::grafix::CDrawable | |
| ~CImage() | ppl6::grafix::CImage | |