Searched defs:down (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/widgets/ |
H A D | button.cpp | 206 void sp_button_toggle_set_down(SPButton *button, gboolean down) argument 210 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), (unsigned int)down);
|
H A D | desktop-widget.cpp | 1086 bool down = SP_BUTTON_IS_DOWN(dtw->guides_lock); local 1092 if ( down != nv->lockguides ) { 1093 nv->lockguides = down; 1095 if (down) { 1108 bool down = SP_BUTTON_IS_DOWN(dtw->cms_adjust); local 1109 if ( down != dtw->canvas->_enable_cms_display_adj ) { 1110 dtw->canvas->_enable_cms_display_adj = down; 1113 prefs->setBool("/options/displayprofile/enable", down); 1114 if (down) { 1148 * Shuts down th [all...] |
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 292 double down; /**< to bottom */ member in struct:__anon78 320 void TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right);
|
H A D | text_reassemble.c | 32 NOTE ON COORDINATES: x is positive to the right, y is positive down. So (0,0) is the upper left corner, and the 649 FcFini(); /* shut down FontConfig, release memory, patterns must have already been released or boom! */ 1355 ((br_dst->yur - rp_dst->up) > (br_src->yll + rp_src->down) ) || /* dst fully below (Y is positive DOWN) */ 1356 ((br_dst->yll + rp_dst->down) < (br_src->yur - rp_src->up) ) /* dst fully above (Y is positive DOWN) */ 1365 (For a vertical alphabet the same method could be used for up/down.) */ 1380 (br_dst->yll - rp_dst->down ), 1384 (br_src->yll - rp_src->down ), 1398 (rp_dst->down), 1402 (rp_src->down), 1460 /* lines in the wrong vertical order, no paragraph possible (Y is positive down) */ 1904 TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right) argument [all...] |
Completed in 22 milliseconds