Searched refs:display (Results 1 - 25 of 43) sorted by relevance

12

/inkscape/src/debug/
H A Dlog-display-config.cpp2 * Inkscape::Debug::log_display_config - log display configuration
18 #include "debug/log-display-config.h"
59 Display() : ConfigurationEvent("display") {}
61 GdkDisplay *display=gdk_display_get_default(); local
63 GdkScreen *screen = gdk_display_get_screen(display, 0);
66 gint n_screens = gdk_display_get_n_screens(display);
68 GdkScreen *screen = gdk_display_get_screen(display, i);
/inkscape/src/
H A Dsp-clippath.cpp18 #include "display/drawing.h"
19 #include "display/drawing-group.h"
47 this->display = NULL;
69 while (this->display) {
71 this->display = sp_clippath_view_list_remove(this->display, this->display);
113 for (SPClipPathView *v = this->display; v != NULL; v = v->next) {
149 for (SPClipPathView *v = this->display; v != NULL; v = v->next) {
201 display
[all...]
H A Dsp-mask.cpp18 #include "display/drawing.h"
19 #include "display/drawing-group.h"
47 this->display = NULL;
69 while (this->display) {
71 this->display = sp_mask_view_list_remove(this->display, this->display);
123 for (SPMaskView *v = this->display; v != NULL; v = v->next) {
155 for (SPMaskView *v = this->display; v != NULL; v = v->next) {
235 this->display
[all...]
H A Dsp-item.cpp22 #include "display/drawing-item.h"
95 display = NULL;
139 return style->display.computed == SP_CSS_DISPLAY_NONE;
143 style->display.set = TRUE;
144 style->display.value = ( hide ? SP_CSS_DISPLAY_NONE : SP_CSS_DISPLAY_INLINE );
145 style->display.computed = style->display.value;
146 style->display.inherit = FALSE;
153 for ( SPItemView *view(display) ; view ; view = view->next ) {
222 return (style->display
[all...]
H A Dege-color-prof-tracker.cpp61 #define GDK_DISPLAY_XDISPLAY(display)
70 GdkWindow* gdk_window_lookup_for_display (GdkDisplay *display,
75 Display* gdk_x11_display_get_xdisplay (GdkDisplay *display);
84 const gchar* gdk_x11_get_xatom_name_for_display (GdkDisplay *display,
275 GdkDisplay* display = gdk_display_get_default(); local
278 GdkScreen* screen = (screenNum < 1) ? gdk_display_get_screen(display, screenNum) : 0;
280 gint numScreens = gdk_display_get_n_screens(display);
281 GdkScreen* screen = (screenNum < (guint)numScreens) ? gdk_display_get_screen(display, screenNum) : 0;
498 Status stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp );
500 GdkDisplay* display local
[all...]
H A Dsvg-view.cpp17 #include "display/canvas-arena.h"
18 #include "display/drawing-group.h"
106 GdkDisplay *display = gdk_display_get_default(); local
107 GdkCursor *cursor = gdk_cursor_new_for_display(display, GDK_HAND2);
H A Dsp-clippath.h46 SPClipPathView *display; member in class:SPClipPath
H A Dsp-mask.h45 SPMaskView *display; member in class:SPMask
H A Ddesktop-events.cpp35 #include "display/canvas-axonomgrid.h"
36 #include "display/canvas-grid.h"
37 #include "display/guideline.h"
38 #include "display/snap-indicator.h"
46 #include "display/sp-canvas.h"
526 GdkDisplay *display = gdk_display_get_default(); local
535 GdkCursor *guide_cursor = gdk_cursor_new_for_display(display, cursor_type);
575 GdkDisplay *display = gdk_display_get_default(); local
576 GdkCursor *guide_cursor = gdk_cursor_new_for_display(display, GDK_EXCHANGE);
597 GdkDisplay *display local
627 Glib::RefPtr<Gdk::Display> display = Gdk::Display::get_default(); local
[all...]
H A Dsp-symbol.cpp22 #include "display/drawing-group.h"
81 for (SPItemView *v = this->display; v != NULL; v = v->next) {
H A Dsp-shape.cpp33 #include "display/drawing-shape.h"
34 #include "display/curve.h"
97 for (SPItemView *v = this->display; v != NULL; v = v->next) {
147 for (SPItemView *v = ((SPItem *) (this))->display; v != NULL; v = v->next) {
165 for (SPItemView *v = this->display; v != NULL; v = v->next) {
177 for (SPItemView *v = this->display; v != NULL; v = v->next) {
192 for (SPItemView *v = this->display; v != NULL; v = v->next) {
197 for (SPItemView *v = this->display; v != NULL; v = v->next) {
406 for (SPItemView *v = this->display; v != NULL; v = v->next) {
798 for (SPItemView* v = display;
[all...]
H A Ddevice-manager.cpp15 #include <gdkmm/display.h>
329 Glib::RefPtr<Gdk::Display> display = Gdk::Display::get_default();
332 Glib::RefPtr<Gdk::DeviceManager> dm = display->get_device_manager();
335 std::vector< Glib::RefPtr<Gdk::Device> > devList = display->list_devices();
671 Glib::RefPtr<Gdk::Display> display = Gdk::Display::get_default(); local
673 Glib::RefPtr<Gdk::DeviceManager> dm = display->get_device_manager();
676 std::vector< Glib::RefPtr<Gdk::Device> > devList = display->list_devices();
H A Dinkview.cpp431 GdkDisplay *display = gdk_display_get_default(); local
432 GdkCursor *waiting = gdk_cursor_new_for_display(display, GDK_WATCH);
440 GdkCursor *waiting = gdk_cursor_new_for_display(display, GDK_WATCH);
H A Dsp-use.cpp22 #include "display/drawing-group.h"
540 for (SPItemView *v = this->display; v != NULL; v = v->next) {
635 for (SPItemView *v = this->display; v != NULL; v = v->next) {
643 for (SPItemView *v = this->display; v != NULL; v = v->next) {
659 for (SPItemView *v = this->display; v != NULL; v = v->next) {
H A Dsp-item-group.cpp25 #include "display/drawing-group.h"
26 #include "display/curve.h"
97 for (v = this->display; v != NULL; v = v->next) {
112 for (v = this->display; v != NULL; v = v->next) {
143 for ( v = item->display ; v != NULL ; v = v->next ) {
189 for (SPItemView *v = this->display; v != NULL; v = v->next) {
623 for ( view = this->display ; view ; view = view->next ) {
H A Dknot.cpp20 #include "display/sodipodi-ctrl.h"
130 GdkDisplay *display = gdk_display_get_default(); local
131 GdkDeviceManager *dm = gdk_display_get_device_manager(display);
134 if ((this->flags & SP_KNOT_GRABBED) && gdk_display_device_is_grabbed(display, device)) {
384 knot->desktop->set_coordinate_status(knot->pos); // display the coordinate of knot, not cursor - they may be different!
H A Dsp-item.h156 SPItemView *display; member in class:SPItem
194 * Sets the display CSS property to `hidden' if \a val is true,
343 * Return the arenaitem corresponding to the given item in the display
H A Dstyle.h188 /** display */
189 SPIEnum display; member in class:SPStyle
/inkscape/src/ui/dialog/
H A Dtemplate-widget.h30 void display(TemplateLoadTab::TemplateData);
H A Dtemplate-widget.cpp87 void TemplateWidget::display(TemplateLoadTab::TemplateData data) function in class:Inkscape::UI::TemplateWidget
/inkscape/share/extensions/
H A DjessyInk.js209 masterSlide.style.display = "none";
241 JessyInkPresentationLayer.style.display = "inherit";
249 originalNode.style.display = "none";
294 clonedNode.style.display = "inherit";
372 node.style.display = "inherit";
492 node.style.display = "inherit";
497 node.style.display = "none";
746 slides[counter]["element"].style.display = "inherit";
753 slides[counter]["element"].style.display = "none";
821 /** Function to display th
[all...]
/inkscape/src/ui/tools/
H A Dtool-base.cpp34 #include "display/sp-canvas.h"
149 GdkDisplay *display = gdk_display_get_default(); local
150 GdkCursor *cursor = gdk_cursor_new_for_display(display, cursor_type);
175 GdkDisplay *display = gdk_display_get_default(); local
176 if (gdk_display_supports_cursor_alpha(display) && gdk_display_supports_cursor_color(display)) {
197 this->cursor = gdk_cursor_new_from_pixbuf(display, pixbuf, this->hot_x, this->hot_y);
211 this->cursor = gdk_cursor_new_from_pixbuf(display,
/inkscape/src/libcroco/
H A Dcr-style.h251 /**box display type*/
252 enum CRDisplayType display ; member in struct:_CRStyle
/inkscape/doc/
H A Dkeys.css187 display: block;
/inkscape/
H A Ddistro53 -h, --help display this help and exit

Completed in 60 milliseconds

12