| 615 | } |
| 616 | |
| 617 | Matrix Pattern::getMatrix() const |
| 618 | { |
| 619 | Matrix result; |
| 620 | cairo_pattern_get_matrix( mCairoPattern, &result.getCairoMatrix() ); |
| 621 | return result; |
| 622 | } |
| 623 | |
| 624 | ///////////////////////////////////////////////////////////////////////////// |
| 625 | // Gradient |
no outgoing calls
no test coverage detected