Gnash  0.8.11dev
Variables
testr_gtk.cpp File Reference
#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
 

Variable Documentation

§ color

const VGfloat color[4] = {0.4, 0.1, 1.0, 1.0}

§ fill

VGPaint fill

§ paint

VGPaint paint

§ path

VGPath path

§ white_color

const VGfloat white_color[4] = {1.0, 1.0, 1.0, 1.0}