gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <PixelBuffer.h>
Public Member Functions | |
PixelBuffer (int width, int height, GLenum format, GLenum type) | |
~PixelBuffer () | |
int | getWidth () |
int | getHeight () |
int | getNumComp () |
int | getDataSize () |
GLenum | getFormat () |
GLenum | getType () |
void * | getPixels () |
void | copyPixels (int x, int y, PixelBuffer *buffer) |
void | fill (int offscreen) |
Private Attributes | |
int | _width |
int | _height |
int | _numComp |
int | _dataSize |
GLenum | _format |
GLenum | _type |
unsigned char * | _pixels |
Definition at line 32 of file PixelBuffer.h.
|
inline |
|
inline |
Definition at line 69 of file PixelBuffer.h.
|
inline |
|
inline |
Definition at line 95 of file PixelBuffer.h.
Referenced by CreateOutputFile().
|
inline |
Definition at line 73 of file PixelBuffer.h.
Referenced by copyPixels().
|
inline |
Definition at line 74 of file PixelBuffer.h.
Referenced by copyPixels(), create_ppm(), and create_yuv().
|
inline |
Definition at line 71 of file PixelBuffer.h.
Referenced by copyPixels(), create_gif(), create_ppm(), create_yuv(), and print_pgf().
|
inline |
Definition at line 72 of file PixelBuffer.h.
Referenced by copyPixels(), and create_gif().
|
inline |
Definition at line 76 of file PixelBuffer.h.
Referenced by copyPixels(), create_gif(), create_ppm(), create_yuv(), and CreateOutputFile().
|
inline |
Definition at line 75 of file PixelBuffer.h.
Referenced by copyPixels(), create_ppm(), and create_yuv().
|
inline |
Definition at line 70 of file PixelBuffer.h.
Referenced by copyPixels(), create_gif(), create_ppm(), create_yuv(), and print_pgf().
|
private |
Definition at line 34 of file PixelBuffer.h.
Referenced by copyPixels(), getDataSize(), and PixelBuffer().
|
private |
Definition at line 35 of file PixelBuffer.h.
Referenced by copyPixels(), fill(), getFormat(), and PixelBuffer().
|
private |
Definition at line 34 of file PixelBuffer.h.
Referenced by copyPixels(), fill(), getHeight(), and PixelBuffer().
|
private |
Definition at line 34 of file PixelBuffer.h.
Referenced by copyPixels(), getNumComp(), and PixelBuffer().
|
private |
Definition at line 36 of file PixelBuffer.h.
Referenced by copyPixels(), fill(), getPixels(), PixelBuffer(), and ~PixelBuffer().
|
private |
Definition at line 35 of file PixelBuffer.h.
Referenced by copyPixels(), fill(), getType(), and PixelBuffer().
|
private |
Definition at line 34 of file PixelBuffer.h.
Referenced by copyPixels(), fill(), getWidth(), and PixelBuffer().