#include <PNGArena.h>
Public Member Functions | |
| PNGView (PNGArena &a) | |
| png_byte & | operator() (int x, int y, int c) |
| png_byte | operator() (int x, int y, int c) const |
Protected Attributes | |
| PNGArena & | arena |
| std::vector< std::vector< png_byte * > > | blocks |
Friends | |
| JSONFormatter & | operator<< (JSONFormatter &, const PNGView &) |
Definition at line 69 of file PNGArena.h.
|
explicit |
Definition at line 164 of file PNGArena.cxx.
|
inline |
Definition at line 74 of file PNGArena.h.
|
inline |
Definition at line 84 of file PNGArena.h.
|
friend |
Definition at line 449 of file WebEVDServer.cxx.
|
protected |
Definition at line 97 of file PNGArena.h.
|
protected |
Definition at line 99 of file PNGArena.h.
1.8.11