Searched refs:update_y (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-text.cpp712 bool update_y = false; local
715 case SP_ATTR_Y: attr_vector = &attributes.y; update_y = true; break;
717 case SP_ATTR_DY: attr_vector = &attributes.dy; update_y = true; break;
735 if( (update_x || update_y) && style != NULL && viewport != NULL ) {
743 if( update_y )

Completed in 85 milliseconds