Searched defs:storeTransform (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dpure-transform.cpp105 storeTransform(best_original_point, best_snapped_point);
122 void PureTranslate::storeTransform(SnapCandidatePoint const original_point, SnappedPoint const snapped_point) {
159 void PureScale::storeTransform(SnapCandidatePoint const original_point, SnappedPoint snapped_point) { function in class:Inkscape::PureScale
256 void PureStretchConstrained::storeTransform(SnapCandidatePoint const original_point, SnappedPoint snapped_point) { function in class:PureStretchConstrained
307 void PureSkewConstrained::storeTransform(SnapCandidatePoint const original_point, SnappedPoint snapped_point) { function in class:PureSkewConstrained
338 void PureRotateConstrained::storeTransform(SnapCandidatePoint const original_point, SnappedPoint snapped_point) { function in class:PureRotateConstrained

Completed in 15 milliseconds