Gnash
0.8.11dev
|
#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} |
Referenced by gnash::Renderer_cairo::apply_line_style(), gnash::colorFromHexString(), gnash::renderer::openvg::OpenVGBitmap::createLinearBitmap(), gnash::renderer::openvg::Renderer_ovg::draw_poly(), gnash::Renderer_cairo::drawGlyph(), gnash::Renderer_cairo::drawLine(), gnash::renderer::openvg::Renderer_ovg::drawLine(), gnash::DynamicShape::lineStyle(), gnash::AddStyles::operator()(), gnash::renderer::openvg::StyleHandler::operator()(), gnash::movie_root::set_background_color(), gnash::MovieClip::set_background_color(), gnash::StaticText::setSelectionColor(), gnash::GtkGui::showMouse(), and test_renderer().
VGPaint fill |
VGPaint paint |
VGPath path |
Referenced by gnash::SWF::Subshape::addPath(), gnash::renderer::openvg::closepath(), gnash::RcInitFile::expandPath(), gnash::findObject(), gnash::findTarget(), gnash::StreamProvider::getStream(), gnash::DisplayObject::getTarget(), gnash::DisplayObject::getTargetPath(), gnash::getVariable(), gnash::OverwriteExisting::operator()(), gnash::IncrementalRename::operator()(), gnash::parsePath(), gnash::renderer::openvg::preparepath(), gnash::renderer::openvg::Renderer_ovg::printVGPath(), gnash::DumpGui::run(), gnash::PathParser::run(), gnash::RcInitFile::setLocalSandboxPath(), gnash::setVariable(), and gnash::renderer::openvg::startpath().
const VGfloat white_color[4] = {1.0, 1.0, 1.0, 1.0} |