Gnash
0.8.11dev
|
#include <Renderer_cairo.h>
Public Member Functions | |
Renderer_cairo () | |
Implementation of Renderer_cairo class. More... | |
~Renderer_cairo () | |
std::string | description () const |
Return a description of this renderer. More... | |
CachedBitmap * | createCachedBitmap (std::unique_ptr< image::GnashImage > im) |
Given an image, returns a pointer to a CachedBitmap class that can later be passed to FillStyleX_bitmap(), to set a bitmap fill style. More... | |
void | drawVideoFrame (image::GnashImage *baseframe, const Transform &xform, const SWFRect *bounds, bool smooth) |
Draws a video frame. More... | |
virtual geometry::Range2d< int > | world_to_pixel (const SWFRect &worldbounds) const |
Converts world coordinates to pixel coordinates. More... | |
virtual point | pixel_to_world (int x, int y) const |
Converts pixel coordinates to world coordinates (TWIPS) More... | |
void | set_color (const rgba &c) |
void | set_invalidated_regions (const InvalidatedRanges &ranges) |
Sets the update region (called prior to begin_display). More... | |
virtual Renderer * | startInternalRender (image::GnashImage &) |
Setup the renderer to draw to an internal buffer. More... | |
virtual void | endInternalRender () |
Finish internal rendering. More... | |
virtual void | begin_display (const rgba &bg_color, int viewport_width, int viewport_height, float x0, float x1, float y0, float y1) |
Bracket the displaying of a frame from a movie. More... | |
virtual void | end_display () |
void | set_scale (float xscale, float yscale) |
Sets the x/y scale for the movie. More... | |
void | set_translation (float xoff, float yoff) |
void | drawLine (const std::vector< point > &coords, const rgba &color, const SWFMatrix &mat) |
Draw a line-strip directly, using a thin, solid line. More... | |
void | draw_poly (const std::vector< point > &corners, const rgba &fill, const rgba &outline, const SWFMatrix &mat, bool masked) |
Draw a simple, solid filled polygon with a thin (~1 pixel) outline. More... | |
void | set_antialiased (bool enable) |
void | begin_submit_mask () |
void | end_submit_mask () |
void | disable_mask () |
void | add_path (cairo_t *cr, const Path &cur_path) |
void | apply_line_style (const LineStyle &style, const SWFCxForm &cx, const SWFMatrix &mat) |
void | draw_outlines (const PathVec &path_vec, const std::vector< LineStyle > &line_styles, const SWFCxForm &cx, const SWFMatrix &mat) |
std::vector< PathVec::const_iterator > | find_subshapes (const PathVec &path_vec) |
void | draw_subshape (const PathVec &path_vec, const SWFMatrix &mat, const SWFCxForm &cx, const std::vector< FillStyle > &FillStyles, const std::vector< LineStyle > &line_styles) |
void | draw_mask (const PathVec &path_vec) |
void | add_paths (const PathVec &path_vec) |
void | apply_matrix_to_paths (std::vector< Path > &paths, const SWFMatrix &mat) |
Takes a path and translates it using the given SWFMatrix. More... | |
void | drawShape (const SWF::ShapeRecord &shape, const Transform &xform) |
void | drawGlyph (const SWF::ShapeRecord &rec, const rgba &color, const SWFMatrix &mat) |
Draws a glyph (font character). More... | |
void | set_context (cairo_t *context) |
unsigned int | getBitsPerPixel () const |
bool | getPixel (rgba &color_return, int x, int y) const |
bool | initTestBuffer (unsigned width, unsigned height) |
![]() | |
Renderer () | |
virtual | ~Renderer () |
void | setQuality (Quality q) |
virtual void | renderToImage (std::unique_ptr< IOChannel >, FileType, int) const |
Draw the current rendering buffer to an image file. More... | |
geometry::Range2d< int > | world_to_pixel (const geometry::Range2d< int > &wb) const |
geometry::Range2d< int > | pixel_to_world (const geometry::Range2d< int > &pixelbounds) const |
virtual bool | bounds_in_clipping_area (const geometry::Range2d< int > &) const |
Checks if the given bounds are (partially) in the current drawing clipping area. More... | |
virtual RenderImages::const_iterator | getFirstRenderImage () const |
virtual RenderImages::const_iterator | getLastRenderImage () const |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< GnashVaapiImageProxy > | RenderImage |
typedef std::vector< RenderImage > | RenderImages |
![]() | |
Quality | _quality |
Kept in parallel with movie_root's setting. More... | |
RenderImages | _render_images |
gnash::Renderer_cairo::Renderer_cairo | ( | ) |
Implementation of Renderer_cairo class.
Referenced by gnash::renderer::cairo::create_handler().
gnash::Renderer_cairo::~Renderer_cairo | ( | ) |
void gnash::Renderer_cairo::add_path | ( | cairo_t * | cr, |
const Path & | cur_path | ||
) |
References gnash::Edge::ap, gnash::Path::ap, gnash::Edge::cp, gnash::Path::m_edges, gnash::Edge::straight(), gnash::geometry::Point2d::x, x, gnash::geometry::Point2d::y, and y.
Referenced by add_paths(), and draw_outlines().
void gnash::Renderer_cairo::add_paths | ( | const PathVec & | path_vec | ) |
References add_path().
Referenced by end_submit_mask().
void gnash::Renderer_cairo::apply_line_style | ( | const LineStyle & | style, |
const SWFCxForm & | cx, | ||
const SWFMatrix & | mat | ||
) |
References _, gnash::CAP_NONE, gnash::CAP_ROUND, gnash::CAP_SQUARE, color, gnash::LineStyle::endCapStyle(), gnash::LineStyle::get_color(), gnash::LineStyle::getThickness(), gnash::JOIN_BEVEL, gnash::JOIN_MITER, gnash::JOIN_ROUND, gnash::LineStyle::joinStyle(), LOG_ONCE, gnash::log_unimpl(), gnash::LineStyle::miterLimitFactor(), gnash::LineStyle::scaleThicknessHorizontally(), gnash::LineStyle::scaleThicknessVertically(), set_color(), gnash::LineStyle::startCapStyle(), and gnash::SWFCxForm::transform().
Referenced by draw_outlines().
void gnash::Renderer_cairo::apply_matrix_to_paths | ( | std::vector< Path > & | paths, |
const SWFMatrix & | mat | ||
) |
Takes a path and translates it using the given SWFMatrix.
References gnash::key::_1, gnash::renderer::opengl::for_each(), and gnash::Path::transform().
Referenced by drawShape().
|
virtual |
Bracket the displaying of a frame from a movie.
Set up to render a full frame from a movie and fills the background. Sets up necessary transforms, to scale the movie to fit within the given dimensions. Call end_display() when you're done. Most of the arguments are only for the ogl renderer. See documentation in that class. Do not use these arguments for new renderers!
Implements gnash::Renderer.
References gnash::geometry::Range2d< T >::getMaxX(), gnash::geometry::Range2d< T >::getMaxY(), gnash::geometry::Range2d< T >::getMinX(), gnash::geometry::Range2d< T >::getMinY(), gnash::geometry::SnappingRanges2d< T >::getRange(), gnash::geometry::Range2d< T >::isNull(), gnash::geometry::Range2d< T >::isWorld(), gnash::rgba::m_a, set_color(), gnash::geometry::SnappingRanges2d< T >::size(), x, and y.
|
virtual |
Masks
Masks are defined by drawing calls enclosed by begin_submit_mask() and end_submit_mask(). Between these two calls, no drawing is to occur. The shapes rendered between the two calls define the visible region of the mask. Graphics that are irrelevant in the context of a mask (lines and fill styles, for example) should be ignored. After use, disable_mask() is called to remove the mask. Masks may be nested. That is, end_submit_mask() may be followed by a call to begin_submit_mask(). The resulting mask shall be an intersection of the previously created mask. disable_mask() shall result in the disabling or destruction of the last created mask.
Implements gnash::Renderer.
|
virtual |
Given an image, returns a pointer to a CachedBitmap class that can later be passed to FillStyleX_bitmap(), to set a bitmap fill style.
==================================================================
Implements gnash::Renderer.
References gnash::image::TYPE_RGB, and gnash::image::TYPE_RGBA.
|
inlinevirtual |
Return a description of this renderer.
Implements gnash::Renderer.
References gnash::key::c, x, and y.
|
virtual |
Implements gnash::Renderer.
void gnash::Renderer_cairo::draw_mask | ( | const PathVec & | path_vec | ) |
Referenced by drawShape().
void gnash::Renderer_cairo::draw_outlines | ( | const PathVec & | path_vec, |
const std::vector< LineStyle > & | line_styles, | ||
const SWFCxForm & | cx, | ||
const SWFMatrix & | mat | ||
) |
References add_path(), and apply_line_style().
Referenced by draw_subshape().
|
virtual |
Draw a simple, solid filled polygon with a thin (~1 pixel) outline.
This can't be used for Flash shapes but is intended for internal drawings like bounding boxes (editable text fields) and similar. The polygon should not contain self-intersections. If you do not wish a outline or a fill, then simply set the alpha value to zero.
The polygon need NOT be closed (ie: this function will automatically add an additional vertex to close it.
When masked==false, then any potential mask currently active will be ignored, otherwise it is respected.
Implements gnash::Renderer.
References gnash::rgba::m_a, set_color(), x, and y.
void gnash::Renderer_cairo::draw_subshape | ( | const PathVec & | path_vec, |
const SWFMatrix & | mat, | ||
const SWFCxForm & | cx, | ||
const std::vector< FillStyle > & | FillStyles, | ||
const std::vector< LineStyle > & | line_styles | ||
) |
References draw_outlines().
Referenced by drawGlyph(), and drawShape().
|
virtual |
Draws a glyph (font character).
Glyphs are defined just like shape characters with the difference that they do not have any fill or line styles. Instead, the shape must be drawn using the given color (solid fill). Please note that although the glyph paths may indicate subshapes, the renderer is to ignore that information.
def | |
mat | |
color |
Implements gnash::Renderer.
References draw_subshape(), gnash::SWF::ShapeRecord::getBounds(), gnash::SWFRect::is_null(), and gnash::SWF::ShapeRecord::subshapes().
|
virtual |
Draw a line-strip directly, using a thin, solid line.
Can be used to draw empty boxes and cursors.
an array of 16-bit signed integer coordinates. Even indices (and 0) are x coordinates, while uneven ones are y coordinates.
the number of x-y coordinates (vertices).
the color to be used to draw the line strip.
the SWFMatrix to be used to transform the vertices.
Implements gnash::Renderer.
References gnash::key::e, gnash::key::i, set_color(), x, and y.
|
virtual |
Implements gnash::Renderer.
References apply_matrix_to_paths(), gnash::Transform::colorTransform, draw_mask(), draw_subshape(), gnash::Transform::matrix, and gnash::SWF::ShapeRecord::subshapes().
|
virtual |
Draws a video frame.
==================================================================
The frame has already been decoded and is available in RGB format only.
frame | The RGB video buffer frame. Ownership of the buffer is left to the caller. |
mat | The SWFMatrix with world coordinates used to retrieve the x and y coordinate of the video object. The scaling of the SWFMatrix only refers to the Flash instance, not to the video inside that instance. When a video object is placed on the stage and the loaded video is smaller, then the SWFMatrix is still an "identity matrix". However, if the video object is scaled via ActionScript, for example, then the SWFMatrix will change. This means the renderer has to find the correct scaling for the video inside the bounds. |
bounds | The minX/minY fields of this SWFRect are always zero. The width and height determine the size of the Flash video instance on the stage (in TWIPS) prior to SWFMatrix transformations. |
Implements gnash::Renderer.
References _, gnash::Renderer::_quality, gnash::SWFRect::get_x_min(), gnash::SWFRect::get_y_min(), gnash::geometry::Range2d< T >::getMinX(), gnash::geometry::Range2d< T >::getMinY(), gnash::SWFRect::getRange(), gnash::key::h, gnash::SWFRect::height(), gnash::image::GnashImage::height(), gnash::geometry::Range2d< T >::height(), gnash::log_error(), LOG_ONCE, gnash::Transform::matrix, gnash::QUALITY_BEST, gnash::QUALITY_HIGH, gnash::QUALITY_LOW, gnash::QUALITY_MEDIUM, gnash::SWFMatrix::transform(), gnash::image::GnashImage::type(), gnash::image::TYPE_RGBA, test::w, gnash::SWFRect::width(), gnash::image::GnashImage::width(), and gnash::geometry::Range2d< T >::width().
|
virtual |
Implements gnash::Renderer.
|
virtual |
Implements gnash::Renderer.
References add_paths().
|
inlinevirtual |
Finish internal rendering.
Any rendering after this function has been called must apply to the external buffer.
Implements gnash::Renderer.
References color, gnash::renderer::DirectFB::create_handler(), fill, height, gnash::renderer::cairo::set_context(), and width.
std::vector<PathVec::const_iterator> gnash::Renderer_cairo::find_subshapes | ( | const PathVec & | path_vec | ) |
unsigned int gnash::Renderer_cairo::getBitsPerPixel | ( | ) | const |
bool gnash::Renderer_cairo::getPixel | ( | rgba & | color_return, |
int | x, | ||
int | y | ||
) | const |
References gnash::SWFMatrix::a(), gnash::SWFMatrix::b(), gnash::SWFMatrix::c(), gnash::GradientRecord::color, gnash::SWFMatrix::d(), gnash::rgba::m_a, gnash::rgba::m_b, gnash::rgba::m_g, gnash::rgba::m_r, gnash::GradientRecord::ratio, gnash::GradientFill::record(), gnash::GradientFill::recordCount(), gnash::SWFCxForm::transform(), gnash::SWFMatrix::tx(), and gnash::SWFMatrix::ty().
bool gnash::Renderer_cairo::initTestBuffer | ( | unsigned | width, |
unsigned | height | ||
) |
References set_context().
|
virtual |
Converts pixel coordinates to world coordinates (TWIPS)
Implements gnash::Renderer.
void gnash::Renderer_cairo::set_antialiased | ( | bool | enable | ) |
References __FUNCTION__, LOG_ONCE, and gnash::log_unimpl().
void gnash::Renderer_cairo::set_color | ( | const rgba & | c | ) |
References gnash::rgba::m_a, gnash::rgba::m_b, gnash::rgba::m_g, and gnash::rgba::m_r.
Referenced by apply_line_style(), begin_display(), draw_poly(), and drawLine().
void gnash::Renderer_cairo::set_context | ( | cairo_t * | context | ) |
Referenced by initTestBuffer(), and gnash::renderer::cairo::set_context().
|
virtual |
Sets the update region (called prior to begin_display).
==================================================================
The renderer might do clipping and leave the region outside these bounds unchanged, but he is allowed to change them if that makes sense. After rendering a frame the area outside the invalidated region can be undefined and is not used.
It is not required for all renderers. Parameters are world coordinates (TWIPS).
For more info see page Detection of updated regions.
Reimplemented from gnash::Renderer.
|
virtual |
Sets the x/y scale for the movie.
==================================================================
Reimplemented from gnash::Renderer.
|
virtual |
Sets the x/y offset for the movie in pixels. This applies to all graphics drawn except the background, which must be drawn for the entire canvas, regardless of the translation.
Reimplemented from gnash::Renderer.
|
inlinevirtual |
Setup the renderer to draw to an internal buffer.
Implementations are free to return a new renderer if they choose.
Implements gnash::Renderer.
|
virtual |
Converts world coordinates to pixel coordinates.
==================================================================
Implements gnash::Renderer.
References gnash::SWFRect::get_x_max(), gnash::SWFRect::get_x_min(), gnash::SWFRect::get_y_max(), and gnash::SWFRect::get_y_min().