Lines Matching defs:up
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;
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.Style & U_PS_JOIN_MASK) {
1023 if (up.Style == U_PS_NULL) {
1042 r = SP_COLOR_U_TO_F( U_RGBAGetR(up.Color) );
1043 g = SP_COLOR_U_TO_F( U_RGBAGetG(up.Color) );
1044 b = SP_COLOR_U_TO_F( U_RGBAGetB(up.Color) );
1217 if(index >= d->n_obj)return(-1); // this is a big problem, percolate it back up so the program can get out of this gracefully
1612 // Really messed up WMF, have to set the page to something, make it A4 horizontal
1843 and show up in ScaleIn[XY]
3115 d.dc[0].font_name = strdup("Arial"); // Default font, set only on lowest level, it copies up from there WMF spec says device can pick whatever it wants
3117 // set up the size default for patterns in defs. This might not be referenced if there are no patterns defined in the drawing.
3133 // set up the text reassembly system