Lines Matching refs:cp
141 cairo_pattern_t *cp = NULL;
158 cp = cairo_pattern_create_mesh();
165 cairo_mesh_pattern_begin_patch( cp );
166 cairo_mesh_pattern_move_to( cp, patch.getPoint( 0, 0 )[X], patch.getPoint( 0, 0 )[Y] );
184 cairo_mesh_pattern_line_to( cp,
192 cairo_mesh_pattern_curve_to( cp,
206 cairo_mesh_pattern_set_control_point( cp, k, t[X], t[Y] );
216 cp, k,
223 cairo_mesh_pattern_end_patch( cp );
233 ink_cairo_pattern_set_matrix(cp, gs2user.inverse());
245 cairo_pattern_t *cp = cairo_pattern_create_radial(
248 sp_gradient_pattern_common_setup(cp, gr, bbox, opacity);
251 return cp;