[Cairo] New functions for cairo_matrix

Duncan Mak duncan at ximian.com
Fri Nov 14 13:39:30 PST 2003


Hello Carl,

On Fri, 2003-11-14 at 16:03, Carl Worth wrote:
> On Nov 14, Duncan Mak wrote:
>  > cairo_status_t
>  > cairo_matrix_get_element (const cairo_matrix_t *matrix, int i, int j, 
>  > double *element)
> 
> There's nothing here that can't already be done by
> cairo_matrix_get_affine is there?
> 

Ah! I didn't see that.

I need to implement:

GpStatus GdipGetMatrixElements (GpMatrix *matrix, float *matrixOut);

I see that I can use get_affine to implement this.

By the way, here's the patch for cairo_matrix_equals.

Thanks,

Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cairo_matrix_equals.patch
Type: text/x-patch
Size: 2113 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20031114/eb9f5b00/cairo_matrix_equals.bin


More information about the cairo mailing list