#include <iostream>#include <string>#include <cstdlib>#include <vector>#include <map>#include <cassert>#include <regex.h>#include <boost/assign/list_of.hpp>#include "log.h"#include "SWFMatrix.h"#include "Renderer.h"#include "Transform.h"#include "GnashVaapiImage.h"#include "GnashVaapiImageProxy.h"Variables | |
| const VGfloat | white_color [4] = {1.0, 1.0, 1.0, 1.0} |
| const VGfloat | color [4] = {0.4, 0.1, 1.0, 1.0} |
| VGPath | path |
| VGPaint | paint |
| VGPaint | fill |
| const VGfloat color[4] = {0.4, 0.1, 1.0, 1.0} |
| VGPaint fill |
Referenced by gnash::sound::Mkit_sound_handler::fetchSamples(), and test_renderer().
| VGPaint paint |
| VGPath path |
| const VGfloat white_color[4] = {1.0, 1.0, 1.0, 1.0} |
1.7.1