Searched refs:_ctm (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-shape.cpp | 159 dc.transform(_ctm); 175 dc.transform(_ctm); 211 dc.transform(_ctm); 232 dc.transform(_ctm); 293 dc.transform(_ctm); 329 float const scale = _ctm.descrim(); 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);
|
H A D | drawing-image.cpp | 87 Geom::Rect r = bounds() * _ctm; 107 dc.transform(_ctm); 142 dc.transform(_ctm); 188 Geom::Point pick = p * _ctm.inverse(); 207 Geom::Point tp = p * _ctm.inverse();
|
H A D | drawing-text.cpp | 455 if (g->_ctm.isSingular()) continue; 456 dc.transform(g->_ctm); 472 // prepareFill / prepareStroke need to be called with _ctm in effect. 481 dc.transform(_ctm); 521 rotinv = g->_ctm.withoutTranslation().inverse(); 525 Geom::Point pt = g->_ctm.translation() * rotinv; 528 aff = g->_ctm; 556 dc.transform(_ctm); // Needed so that fill pattern rotates with text 584 if (g->_ctm.isSingular()) continue; 585 dc.transform(g->_ctm); [all...] |
H A D | drawing-item.h | 98 Geom::Affine ctm() const { return _ctm; } 193 Geom::Affine _ctm; ///< Total transform from item coords to display coords member in class:Inkscape::DrawingItem
|
H A D | drawing-item.cpp | 559 Geom::Affine ctm_change = _ctm.inverse() * child_ctx.ctm; 560 _ctm = child_ctx.ctm; 690 if (_ctm.isSingular(1e-18)) return RENDER_OK; 1120 score *= _filter->complexity(_ctm);
|
Completed in 72 milliseconds