Searched defs:fill_first (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Ddrawing-text.cpp497 bool fill_first = false; local
501 fill_first = true;
558 if (has_td_fill && fill_first) {
568 if (has_td_fill && !fill_first) {
596 if (has_fill && fill_first) {
606 if (has_fill && !fill_first) {
626 if (has_td_fill && fill_first) {
636 if (has_td_fill && !fill_first) {

Completed in 44 milliseconds