Searched refs:SP_CSS_WRITING_MODE_LR_TB (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | style-enums.h | 167 SP_CSS_WRITING_MODE_LR_TB, enumerator in enum:SPCSSWritingMode 516 {"lr-tb", SP_CSS_WRITING_MODE_LR_TB}, 519 {"lr", SP_CSS_WRITING_MODE_LR_TB}, 523 {"horizontal-tb", SP_CSS_WRITING_MODE_LR_TB}, // This is correct, 'direction' distinguishes between 'lr' and 'rl'.
|
H A D | style.cpp | 139 writing_mode( "writing-mode", enum_writing_mode, SP_CSS_WRITING_MODE_LR_TB ),
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Input.cpp | 133 case SP_CSS_WRITING_MODE_LR_TB:
|
/inkscape/src/widgets/ |
H A D | text-toolbar.cpp | 390 if (writing_mode == SP_CSS_WRITING_MODE_LR_TB || writing_mode == SP_CSS_WRITING_MODE_RL_TB) { 1347 if (query.writing_mode.computed == SP_CSS_WRITING_MODE_LR_TB) activeButton2 = 0;
|
/inkscape/src/ui/dialog/ |
H A D | text-edit.cpp | 389 if (query.writing_mode.computed == SP_CSS_WRITING_MODE_LR_TB) {
|
Completed in 82 milliseconds