All Classes |Grouped Classes |Index

Function draw_pixels

Draw pixel buffer on gc.

	virtual void CL_GraphicContextProvider::draw_pixels(
		CL_GraphicContext & gc,
		float x,
		float y,
		float zoom_x,
		float zoom_y,
		const CL_PixelBuffer & pixel_buffer,
		const CL_Rect & src_rect,
		const CL_Colorf & color);