Searched refs:destX (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/
H A Dinterface.cpp955 int destX = 0; local
957 gtk_widget_translate_coordinates( widget, &(desktop->canvas->widget), x, y, &destX, &destY );
958 Geom::Point where( sp_canvas_window_to_world( desktop->canvas, Geom::Point( destX, destY ) ) );
1031 int destX = 0; local
1033 gtk_widget_translate_coordinates( widget, GTK_WIDGET(desktop->canvas), x, y, &destX, &destY );
1034 Geom::Point where( sp_canvas_window_to_world( desktop->canvas, Geom::Point( destX, destY ) ) );
1154 int destX = 0; local
1156 gtk_widget_translate_coordinates( widget, GTK_WIDGET(desktop->canvas), x, y, &destX, &destY );
1157 Geom::Point where( sp_canvas_window_to_world( desktop->canvas, Geom::Point( destX, destY ) ) );
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp759 const int destX = (rcClient.right - bitmap.bmWidth) / 2; local
765 BitBlt(dc, destX, 0, bitmap.bmWidth, bitmap.bmHeight,
774 HRGN hImageRgn = CreateRectRgn(destX, 0,
775 destX + bitmap.bmWidth, bitmap.bmHeight);
800 const int destX = (rcClient.right - IconSize) / 2; local
801 DrawIconEx(dc, destX, 0, pImpl->_preview_file_icon,

Completed in 38 milliseconds