Searched defs:up (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 291 double up; /**< to top */ 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 | wmf-print.cpp | 257 U_PEN up = U_PEN_set(U_PS_SOLID, 1, colorref_set(0, 0, 0)); local 259 rec = wcreatepenindirect_set(&Pen, wht, up); 265 up = U_PEN_set(U_PS_NULL, 1, colorref_set(0, 0, 0)); 266 rec = wcreatepenindirect_set(&hpen_null, wht, up); 315 wmf_free(&wt); // clean up 316 wmf_htable_free(&wht); // clean up 445 // SVG text has no background attribute, so OPAQUE mode ALWAYS cancels after the next draw, otherwise it would mess up future text output. 532 U_PEN up; local 607 up = U_PEN_set(penstyle | modstyle, linewidth, penColor); 608 rec = wcreatepenindirect_set(&pen, wht, up); [all...] |
H A D | wmf-inout.cpp | 30 //#include <png.h> //This must precede text_reassemble.h or it blows up in pngconf.h when compiling 381 /* Set up an object in the defs for this background, if there is not one already there */ 397 // this is the pattern, its name will show up in Inkscape's pattern selector 963 U_PEN up; local 970 (void) U_WMRCREATEPENINDIRECT_get(record, &up); 971 width = up.Widthw[0]; // width is stored in the first 16 bits of the 32. 973 switch (up.Style & U_PS_STYLE_MASK) { 979 int penstyle = (up.Style & U_PS_STYLE_MASK); 1007 switch (up.Style & U_PS_ENDCAP_MASK) { 1014 switch (up [all...] |
H A D | text_reassemble.c | 24 15. Clean up. 570 \brief Initialize an FT_INFO structure. Sets up a freetype library to use in this context. 879 alt.weight = 1; /* new ones start with this weight, it can only go up */ 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.) */ 1382 (br_dst->yur + rp_dst->up ), 1386 (br_src->yur + rp_src->up )); 1400 (rp_dst->up), 1404 (rp_src->up)); 1904 TR_rt_pad_set(RT_PAD *rt_pad, double up, double down, double left, double right) argument [all...] |
/inkscape/src/libavoid/ |
H A D | orthogonal.cpp | 451 void *up = (u->v) ? (void *) u->v : local 455 return up < vp; 503 // made up of ConnDirDown (for visibility towards lower position values) 572 // made up of ConnDirDown (for visibility towards lower position values) 795 // Add visibility edge(s) for this segment up until an intersection. 1291 // Clean up neighbour pointers. 1415 // Clean up neighbour pointers. 1446 // Set up the events for the vertical sweep. 1500 // We have cleaned up, so we can now break out of loop. 1521 // Set up th [all...] |
Completed in 30 milliseconds