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

/inkscape/src/
H A Dsp-text.cpp711 bool update_x = false; local
714 case SP_ATTR_X: attr_vector = &attributes.x; update_x = true; break;
716 case SP_ATTR_DX: attr_vector = &attributes.dx; update_x = true; break;
735 if( (update_x || update_y) && style != NULL && viewport != NULL ) {
741 if( update_x )

Completed in 17 milliseconds