Lines Matching defs:layout
284 Inkscape::Text::Layout const *layout = te_get_layout(this->text);
285 if (layout) {
286 if (!layout->isStartOfWord(this->text_sel_start))
288 if (!layout->isEndOfWord(this->text_sel_end))
316 Inkscape::Text::Layout const *layout = te_get_layout(this->text);
317 if (!layout) break;
325 if (!layout->isStartOfWord(new_end))
328 if (!layout->isEndOfWord(new_end))
351 Inkscape::Text::Layout const *layout = te_get_layout(item_ungrouped);
352 if (layout->inputTruncated()) {
858 Inkscape::Text::Layout const *layout = te_get_layout(this->text);
859 if (layout) {
860 this->text_sel_start = layout->begin();
861 this->text_sel_end = layout->end();
1418 Inkscape::Text::Layout const *layout = te_get_layout(this->text);
1419 if (layout)
1420 this->text_sel_start = this->text_sel_end = layout->end();
1458 const Inkscape::Text::Layout *layout = te_get_layout(this->text);
1459 if (layout == NULL) {
1482 layout->getSourceOfCharacter(it, &rawptr);
1502 Inkscape::Text::Layout const *layout = te_get_layout(tc->text);
1503 if (layout) { // undo can change the text length without us knowing it
1504 layout->validateIterator(&tc->text_sel_start);
1505 layout->validateIterator(&tc->text_sel_end);
1550 Inkscape::Text::Layout const *layout = te_get_layout(tc->text);
1551 int const nChars = layout->iteratorToCharIndex(layout->end());
1554 if (layout->inputTruncated()) {