reserved for hardware-accelerated drawing - ends drawing batch
reserved for hardware-accelerated drawing - begins drawing batch
cleanup resources
draw source buffer rectangle contents to destination buffer
draw 8bit alpha image - usually font glyph using specified color (clipping is applied)
draw source buffer rectangle contents to destination buffer rectangle applying rescaling
fill the whole buffer with solid color (no clipping applied)
fill rectangle with solid color (clipping is applied)
resize buffer
returns current height
get current scene (exists only between beforeDrawing() and afterDrawing() calls
returns current width
unique ID of drawbug instance, for using with hardware accelerated rendering for caching
get nine patch information pointer, null if this is not a nine patch image buffer
set nine patch information pointer, null if this is not a nine patch image buffer
check whether there is nine-patch information available for drawing buffer
override to detect nine patch using image 1-pixel border; returns true if 9-patch markup is found in image.
returns current width
returns current height
returns clipping rectangle, when clipRect.isEmpty == true -- means no clipping.
returns clipping rectangle, or (0,0,dx,dy) when no clipping.
sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.
sets new clipping rectangle, when clipRect.isEmpty == true -- means no clipping.
apply clipRect and buffer bounds clipping to rectangle
apply clipRect and buffer bounds clipping to rectangle; if clippinup applied to first rectangle, reduce second rectangle bounds proportionally.
reserved for hardware-accelerated drawing - begins drawing batch
reserved for hardware-accelerated drawing - ends drawing batch
returns buffer bits per pixel
resize buffer
fill the whole buffer with solid color (no clipping applied)
fill rectangle with solid color (clipping is applied)
draw 8bit alpha image - usually font glyph using specified color (clipping is applied)
draw source buffer rectangle contents to destination buffer
draw source buffer rectangle contents to destination buffer rectangle applying rescaling
draw unscaled image at specified coordinates
create drawbuf with copy of current buffer with changed colors (returns this if not supported)
drawing buffer - image container which allows to perform some drawing operations