- i_render_new(im, width) =category Blit tools
-
Allocate a new
i_renderobject and initialize it. - i_render_delete(r) =category Blit tools
-
Release an
i_renderobject. - i_render_color(r, x, y, width, source, color) =category Blit tools
-
Render the given color with the coverage specified by
source[0]tosource[width-1].Renders in normal combine mode.
- i_render_fill(r, x, y, width, source, fill) =category Blit tools
-
Render the given fill with the coverage in
source[0]throughsource[width-1]. - i_render_line(r, x, y, width, source, fill) =category Blit tools
-
Render the given fill with the coverage in
source[0]throughsource[width-1]. - i_render_linef(r, x, y, width, source, fill) =category Blit tools
-
Render the given fill with the coverage in
source[0]throughsource[width-1]. - i_get_combine(combine, color_func, fcolor_func)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 39:
'=item' outside of any '=over'
=over without closing =back