Home
last modified time | relevance | path

Searched refs:layoutInterface (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestSvgText.cpp365 QCOMPARE(chunkShape->layoutInterface()->numChars(), 17); in testSimpleText()
380 chunkShape->layoutInterface()->collectSubChunks(); in testSimpleText()
428 QCOMPARE(baseShape->layoutInterface()->numChars(), 41); in testComplexText()
436 QCOMPARE(chunk->layoutInterface()->numChars(), 7); in testComplexText()
453 chunk->layoutInterface()->collectSubChunks(); in testComplexText()
467 QCOMPARE(chunk->layoutInterface()->numChars(), 3); in testComplexText()
481 chunk->layoutInterface()->collectSubChunks(); in testComplexText()
494 QCOMPARE(chunk->layoutInterface()->numChars(), 7); in testComplexText()
501 chunk->layoutInterface()->collectSubChunks(); in testComplexText()
513 QCOMPARE(chunk->layoutInterface()->numChars(), 24); in testComplexText()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgTextChunkShape.cpp145 result += chunkShape->layoutInterface()->numChars(); in numChars()
166 numCharsPassed += chunkShape->layoutInterface()->numChars(); in relativeCharPos()
263 result += chunkShape->layoutInterface()->collectSubChunks(); in collectSubChunks()
348 if (d->layoutInterface->isTextNode()) { in outline()
410 if (layoutInterface()->isTextNode()) { in saveHtml()
462 if (layoutInterface()->isTextNode()) { in saveHtml()
475 if (isRootTextNode() && layoutInterface()->isTextNode()) { in saveHtml()
513 if (layoutInterface()->isTextNode()) { in saveSvg()
560 if (layoutInterface()->isTextNode()) { in saveSvg()
822 return d->layoutInterface->isTextNode(); in isTextNode()
[all …]
H A DKoSvgTextChunkShape_p.h60 QScopedPointer<LayoutInterface> layoutInterface; variable
H A DKoSvgTextChunkShape.h145 KoSvgTextChunkShapeLayoutInterface* layoutInterface() const;
H A DKoSvgTextShape.cpp424 QVector<TextChunk> textChunks = mergeIntoChunks(layoutInterface()->collectSubChunks()); in relayout()
572 chunkShape->layoutInterface()->clearAssociatedOutline(); in clearAssociatedOutlines()
H A DKoSvgText.cpp430 m_shape->layoutInterface()->addAssociatedOutline(rect); in addCharacterRect()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Improve/Design/
H A DMailThemeController.php521 foreach ($theme->getLayouts() as $layoutInterface) {
522 if ($layoutInterface->getName() == $layoutName
523 && $layoutInterface->getModuleName() == $module
525 $layout = $layoutInterface;