![]() |
Iridescence 1.00
Embedded Graphic Framework
|
This is the complete list of members for DsSurface, including all inherited members.
| blend(int32_t x, int32_t y, const DsSurface &src, DsAlphaMode alpha_mode, DsColor color) | DsSurface | |
| blend(int32_t x, int32_t y, const DsSurface &src, const DsRect &src_area, DsAlphaMode alpha_mode, DsColor color) | DsSurface | inline |
| blendAligned(const DsSurface &src, DsAlphaMode alpha_mode, DsColor color, const DsRect &boundary, const DsAlignment &alignment, const DsPoint &offset=DsPoint(0, 0)) | DsSurface | |
| clear(DsColor color) | DsSurface | |
| copy(int32_t x, int32_t y, const DsSurface &src, DsAlphaMode alpha_mode, DsColor color) | DsSurface | |
| copy(int32_t x, int32_t y, const DsSurface &src, const DsRect &src_area, DsAlphaMode alpha_mode, DsColor color) | DsSurface | inline |
| doesPaletteHaveAlpha(void) const | DsSurface | |
| DsRenderer (defined in DsSurface) | DsSurface | friend |
| DsScreen (defined in DsSurface) | DsSurface | friend |
| DsSurface(int32_t width, int32_t height, const DsRotation &rotation, DsColorMode cmode, bool palette_has_alpha, size_t palette_size, ds_malloc_t fb_malloc, ds_free_t fb_free, uint32_t alignment=32, size_t extra_data=0) | DsSurface | |
| DsSurface(uint32_t *stream, size_t size) | DsSurface | |
| DsSurface(const DsSurface &src) | DsSurface | |
| DsView (defined in DsSurface) | DsSurface | friend |
| getBpp(void) const | DsSurface | |
| getColorMode(void) const | DsSurface | |
| getFrameBufferSize(void) const | DsSurface | |
| getPalette(void) | DsSurface | |
| getPaletteSize(void) const | DsSurface | |
| getPhysicalHeight(void) const | DsSurface | |
| getPhysicalWidth(void) const | DsSurface | |
| getPitch(void) const | DsSurface | |
| getPitchPx(void) const | DsSurface | |
| getPixels(void) | DsSurface | |
| getRegion(void) const | DsSurface | |
| getRotation(void) const | DsSurface | |
| getSize(void) const | DsSurface | |
| getSubSurface(const DsRect &rect) const | DsSurface | |
| getUser(void) | DsSurface | |
| invert(void) | DsSurface | |
| putPixel(int32_t x, int32_t y, DsColor color) | DsSurface | |
| replaceAlpha(const DsSurface &alpha_only_src) | DsSurface | |
| replaceColor(DsColor match_color, bool match_mask_a, bool match_mask_r, bool match_mask_g, bool match_mask_b, DsColor new_color, bool new_mask_a, bool new_mask_r, bool new_mask_g, bool new_mask_b) | DsSurface | |
| replaceColor(const DsSurface &src, bool replace_a, bool replace_r, bool replace_g, bool replace_b) | DsSurface | |
| rotateFrameBuffer(DsRotation rotation) | DsSurface | |
| rotateRect(DsRect &rect) const | DsSurface | |
| rotateRect(DsFRect &rect) const | DsSurface | |
| rotateWH(int32_t &w, int32_t &h) const | DsSurface | |
| rotateWH(float &w, float &h) const | DsSurface | |
| rotateXY(int32_t &x, int32_t &y) const | DsSurface | |
| rotateXY(float &x, float &y) const | DsSurface | |
| saveStream(uint32_t *stream) | DsSurface | |
| setUser(void *user) | DsSurface | |
| unrotateRect(DsRect &rect) const | DsSurface | |
| unrotateRect(DsFRect &rect) const | DsSurface | |
| ~DsSurface() | DsSurface |