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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp65 Direction _block_progression; member in class:Inkscape::Text::Layout::Calculator
315 if (_directions_are_orthogonal(_block_progression, text_source->styleGetBlockProgression())) {
366 if (_block_progression == LEFT_TO_RIGHT || _block_progression == RIGHT_TO_LEFT) {
488 if( _block_progression == RIGHT_TO_LEFT ) {
491 } else if ( _block_progression == LEFT_TO_RIGHT ) {
547 if( _block_progression == RIGHT_TO_LEFT ) {
550 } else if (_block_progression == LEFT_TO_RIGHT ) {
621 new_span.block_progression = _block_progression;
644 if (!Layout::_directions_are_orthogonal(following_span_progression, _block_progression)) {
[all...]

Completed in 27 milliseconds