libvisual
0.5.0
|
This is the complete list of members for LV::Video, including all inherited members.
allocate_buffer() | LV::Video | |
blit(VideoConstPtr const &src, int x, int y, bool alpha) | LV::Video | |
blit(Rect const &drect, VideoConstPtr const &src, Rect const &srect, bool alpha) | LV::Video | |
blit_scale(Rect const &drect, VideoConstPtr const &src, Rect const &srect, bool alpha, VisVideoScaleMethod scale_method) (defined in LV::Video) | LV::Video | |
compare_attrs(VideoConstPtr const &src) const | LV::Video | |
compare_attrs_ignore_pitch(VideoConstPtr const &src) const | LV::Video | |
compose(VideoConstPtr const &src, int x, int y, VisVideoComposeFunc func) (defined in LV::Video) | LV::Video | |
compose(Rect const &drect, VideoConstPtr const &src, Rect const &srect, VisVideoComposeFunc func) (defined in LV::Video) | LV::Video | |
compose_scale(Rect const &drect, VideoConstPtr const &src, Rect const &srect, VisVideoScaleMethod scale_method, VisVideoComposeFunc func) (defined in LV::Video) | LV::Video | |
convert_depth(VideoConstPtr const &src) | LV::Video | |
copy_attrs(VideoConstPtr const &src) | LV::Video | |
create() | LV::Video | static |
create(int width, int height, VisVideoDepth depth) | LV::Video | static |
create_from_file(std::string const &path) | LV::Video | static |
create_from_stream(std::istream &input) | LV::Video | static |
create_scale_depth(VideoConstPtr const &src, int width, int height, VisVideoDepth depth, VisVideoScaleMethod scale_method) (defined in LV::Video) | LV::Video | static |
create_sub(VideoConstPtr const &src, Rect const &srect) (defined in LV::Video) | LV::Video | static |
create_sub(Rect const &drect, VideoConstPtr const &src, Rect const &srect) (defined in LV::Video) | LV::Video | static |
fill_alpha(uint8_t alpha) | LV::Video | |
fill_alpha(uint8_t alpha, Rect const &area) (defined in LV::Video) | LV::Video | |
fill_color(Color const &color) | LV::Video | |
fill_color(Color const &color, Rect const &area) (defined in LV::Video) | LV::Video | |
flip_pixel_bytes(VideoConstPtr const &src) | LV::Video | |
free_buffer() | LV::Video | |
get_bpp() const | LV::Video | |
get_buffer() const | LV::Video | |
get_compose_function(VideoConstPtr const &src, bool alpha) (defined in LV::Video) | LV::Video | |
get_depth() const | LV::Video | |
get_extents() const | LV::Video | |
get_height() const | LV::Video | |
get_palette() const | LV::Video | |
get_palette() | LV::Video | |
get_pitch() const | LV::Video | |
get_pixel_ptr(int x, int y) const | LV::Video | |
get_pixels() const | LV::Video | |
get_size() const | LV::Video | |
get_width() const | LV::Video | |
has_allocated_buffer() const | LV::Video | |
intrusive_ptr_add_ref (defined in LV::Video) | LV::Video | friend |
intrusive_ptr_release (defined in LV::Video) | LV::Video | friend |
mirror(VideoConstPtr const &src, VisVideoMirrorOrient orient) (defined in LV::Video) | LV::Video | |
operator=(Video const &)=delete (defined in LV::Video) | LV::Video | |
rotate(VideoConstPtr const &src, VisVideoRotateDegrees degrees) (defined in LV::Video) | LV::Video | |
scale(VideoConstPtr const &src, VisVideoScaleMethod method) | LV::Video | |
scale_depth(VideoConstPtr const &src, VisVideoScaleMethod method) | LV::Video | |
set_attrs(int width, int height, int pitch, VisVideoDepth depth) | LV::Video | |
set_compose_colorkey(Color const &color) (defined in LV::Video) | LV::Video | |
set_compose_function(VisVideoComposeFunc func) (defined in LV::Video) | LV::Video | |
set_compose_surface(uint8_t alpha) (defined in LV::Video) | LV::Video | |
set_compose_type(VisVideoComposeType type) (defined in LV::Video) | LV::Video | |
set_depth(VisVideoDepth depth) | LV::Video | |
set_extents(Rect area) (defined in LV::Video) | LV::Video | |
set_palette(Palette const &palette) | LV::Video | |
set_palette(Palette &&palette) | LV::Video | |
set_pitch(int pitch) | LV::Video | |
Video(Video const &)=delete (defined in LV::Video) | LV::Video | |
wrap(void *buffer, bool owner, int width, int height, VisVideoDepth depth, int pitch=0) (defined in LV::Video) | LV::Video | static |
~Video() | LV::Video |