Searched defs:mp (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libcola/ |
H A D | conjugate_gradient.cpp | 29 const double* mp = &matrix[0]; local 33 res += *mp++ * vec[j];
|
/inkscape/src/ |
H A D | sp-use-reference.cpp | 33 static void sp_usepath_move_compensate(Geom::Affine const *mp, SPItem *original, SPUsePath *self); 131 sp_usepath_move_compensate(Geom::Affine const *mp, SPItem *original, SPUsePath *self) argument 142 Geom::Affine m(*mp); 165 (void)mp;
|
H A D | sp-use.cpp | 412 void SPUse::move_compensate(Geom::Affine const *mp) { argument 430 Geom::Affine m(*mp);
|
H A D | sp-offset.cpp | 76 static void sp_offset_move_compensate(Geom::Affine const *mp, SPItem *original, SPOffset *self); 1036 static void sp_offset_move_compensate(Geom::Affine const *mp, SPItem */*original*/, SPOffset *self) argument 1041 Geom::Affine m(*mp);
|
H A D | seltrans.cpp | 324 bool mp = m.snapprefs.isTargetSnappable(SNAPTARGET_BBOX_MIDPOINT); local 334 getBBoxPoints(b, &_bbox_points, false, c, emp, mp); 338 getBBoxPoints(selection->bounds(_snap_bbox_type), &_bbox_points, false, c, emp, mp);
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.cpp | 178 Geom::Point mp = Geom::Point(a.mx0 * b->min()[Geom::X] + a.mx1 * b->max()[Geom::X], local 196 Geom::Point const mp_rel( mp - sp );
|
H A D | filedialogimpl-win32.cpp | 1193 METAFILEPICT mp; local 1215 mp.mm = MM_ANISOTROPIC; 1216 mp.xExt = 1000; 1217 mp.yExt = 1000; 1218 mp.hMF = NULL; 1222 hemf = SetWinMetaFileBits( nSize, lpvData, hDC, &mp ); 1251 mp.mm = MM_ANISOTROPIC; 1252 mp.xExt = ((PAPMHEADER)lpvData)->bbox.Right - ((PAPMHEADER)lpvData)->bbox.Left; 1253 mp.xExt = ( mp [all...] |
Completed in 32 milliseconds