Searched refs:usebk (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 282 int usebk; /**< On output write the background color under the text */ member in struct:__anon77 375 int trinfo_load_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor); 378 int trinfo_check_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor);
|
H A D | metafile-print.h | 86 bool usebk; member in class:Inkscape::Extension::Internal::PrintMetafile
|
H A D | text_reassemble.c | 1537 tri->usebk = BKCLR_NONE; 1604 /* Do NOT modify: qe, use_kern, usebk, load_flags, kern_mode, or bkcolor. Set the rest back to their defaults */ 1645 \param usebk 0 for no background, anything else uses background color 1648 int trinfo_load_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor){ argument 1652 if((usebk < BKCLR_NONE) || (usebk > BKCLR_ALL)){ status = 2; } 1654 status = trinfo_check_bk(tri, usebk, bkcolor); 1655 tri->usebk = usebk; 1666 \param usebk 1669 trinfo_check_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor) argument [all...] |
H A D | wmf-print.cpp | 149 use_stroke = use_fill = simple_shape = usebk = false; 446 if (usebk) { 899 if (usebk) { // OPAQUE was set, revert to TRANSPARENT 900 usebk = false;
|
H A D | emf-print.cpp | 152 use_stroke = use_fill = simple_shape = usebk = false; 457 if (usebk) { 592 if (usebk) { // OPAQUE mode ALWAYS cancels after the next draw, otherwise it would mess up future text output. 1482 if (usebk) { // OPAQUE was set, revert to TRANSPARENT 1483 usebk = false;
|
H A D | metafile-print.cpp | 255 usebk = true;
|
Completed in 31 milliseconds