Classes | Functions
draw.hpp File Reference
#include <stdint.h>
#include <vector>
Include dependency graph for draw.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DrawColor
struct  DrawImage

Functions

void draw_box_rgb (int x0, int y0, int x1, int y1, DrawColor color, DrawImage *img)
void draw_gray_img_rgb (const uint8_t *gray_data, int gray_width, int gray_height, int gray_stride, int dest_x0, int dest_y0, DrawImage *rgb_img)
void draw_line_rgb (int x0, int y0, int x1, int y1, DrawColor color, DrawImage *img)

Function Documentation

void draw_box_rgb ( int  x0,
int  y0,
int  x1,
int  y1,
DrawColor  color,
DrawImage img 
)

Definition at line 124 of file draw.cpp.

void draw_gray_img_rgb ( const uint8_t *  gray_data,
int  gray_width,
int  gray_height,
int  gray_stride,
int  dest_x0,
int  dest_y0,
DrawImage rgb_img 
)

Definition at line 131 of file draw.cpp.

void draw_line_rgb ( int  x0,
int  y0,
int  x1,
int  y1,
DrawColor  color,
DrawImage img 
)

Definition at line 58 of file draw.cpp.



libfovis
Author(s): Albert Huang, Maurice Fallon
autogenerated on Thu Jun 6 2019 20:16:12