Lines Matching refs:_curve
36 , _curve(NULL)
43 if (_curve)
44 _curve->unref();
52 if (_curve) {
53 _curve->unref();
54 _curve = NULL;
57 _curve = curve;
93 if (_curve) {
94 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
116 if (_curve) {
117 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
138 if (!_curve ||
140 _curve->is_empty() ||
164 dc.path(_curve->get_pathvector());
182 dc.path(_curve->get_pathvector());
201 if (!_curve || !_style) return RENDER_OK;
212 dc.path(_curve->get_pathvector());
243 dc.path(_curve->get_pathvector());
282 if (!_curve) return;
294 dc.path(_curve->get_pathvector());
307 if (!_curve) return NULL;
346 pathv_matrix_point_bbox_wind_distance(_curve->get_pathvector(), _ctm, p, NULL, needfill? &wind : NULL, &dist, 0.5, &viewbox);
348 pathv_matrix_point_bbox_wind_distance(_curve->get_pathvector(), _ctm, p, NULL, needfill? &wind : NULL, &dist, 0.5, NULL);