Home
last modified time | relevance | path

Searched refs:GlyphCluster (Results 1 – 24 of 24) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dglyphcluster.cpp18 void GlyphCluster::append(GlyphLayout& gl) in append()
25 double GlyphCluster::width() const in width()
35 double GlyphCluster::ascent() const in ascent()
47 double GlyphCluster::descent() const in descent()
102 int GlyphCluster::firstChar() const in firstChar()
107 int GlyphCluster::lastChar() const in lastChar()
112 int GlyphCluster::visualIndex() const in visualIndex()
117 double GlyphCluster::scaleH() const in scaleH()
122 double GlyphCluster::scaleV() const in scaleV()
147 bool GlyphCluster::isEmpty() const in isEmpty()
[all …]
H A Dshapedtextfeed.cpp9 static bool logicalGlyphRunComp(const GlyphCluster &r1, const GlyphCluster &r2) in logicalGlyphRunComp()
14 static bool visualGlyphRunComp(const GlyphCluster &r1, const GlyphCluster &r2) in visualGlyphRunComp()
32 bool ShapedTextFeed::haveMoreText(int glyphPos, QList<GlyphCluster>& glyphs) in haveMoreText()
68 QList<GlyphCluster> ShapedTextFeed::putInVisualOrder(const QList<GlyphCluster>& glyphs, int start, … in putInVisualOrder()
71 QList<GlyphCluster> runs; in putInVisualOrder()
H A Dshapedtextfeed.h17 class GlyphCluster; variable
37 bool haveMoreText(int glyphPos, QList<GlyphCluster>& glyphs);
39 static QList<GlyphCluster> putInVisualOrder(const QList<GlyphCluster>& glyphs, int start, int end);
H A Dshapedtext.h58 const QList<GlyphCluster>& glyphs() const;
59 QList<GlyphCluster>& glyphs();
H A Dscreenpainter.h24 void drawGlyph(const GlyphCluster& gc) override;
25 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override;
H A Dshapedtext.cpp32 QList<GlyphCluster> m_glyphs;
98 const QList<GlyphCluster>& ShapedText::glyphs() const { return p_impl->m_glyphs; } in glyphs()
99 QList<GlyphCluster>& ShapedText::glyphs() { return p_impl->m_glyphs; } in glyphs()
H A Dglyphcluster.h9 class SCRIBUS_API GlyphCluster
12GlyphCluster(const CharStyle* style, LayoutFlags flags, int first, int last, const InlineFrame& o,…
H A Dboxes.h247 GlyphBox(const GlyphCluster& run) in GlyphBox()
266 GlyphCluster glyphRun() const { return m_glyphRun; } in glyphRun()
271 GlyphCluster m_glyphRun;
278 ObjectBox(const GlyphCluster& run, ITextContext* ctx) in ObjectBox()
H A Dtextlayoutpainter.h113 virtual void drawGlyph(const GlyphCluster& gc) = 0;
117 virtual void drawGlyphOutline(const GlyphCluster& gc, bool fill) = 0;
H A Ditextsource.h17 class GlyphCluster; variable
H A Dtextshaper.h15 class GlyphCluster; variable
H A Dscreenpainter.cpp47 void ScreenPainter::drawGlyph(const GlyphCluster& gc) in drawGlyph()
248 void ScreenPainter::drawGlyphOutline(const GlyphCluster& gc, bool fill) in drawGlyphOutline()
H A Dtextshaper.cpp430GlyphCluster run(&charStyle, flags, firstChar, lastChar, m_story.object(firstChar), result.glyphs(… in shape()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_pathtext.cpp169 const QList<GlyphCluster> glyphRuns = textShaper.shape(0, itemText.length()).glyphs(); in DrawObj_Item()
177 for (const GlyphCluster& run : glyphRuns) in DrawObj_Item()
219 const GlyphCluster &run = glyphRuns.at(firstRun); in DrawObj_Item()
238 const GlyphCluster &run = glyphRuns.at(i); in DrawObj_Item()
H A Dpageitem_textframe.cpp362 QList<GlyphCluster> glyphs;
736 const GlyphCluster& glyphCluster = glyphs.at(i); in justifyLine()
846 GlyphCluster& glyphCluster = glyphs[i]; in justifyLine()
859 GlyphCluster& lastRun = glyphs[i - 1]; in justifyLine()
901 GlyphCluster& glyphCluster = glyphs[i]; in fillInTabLeaders()
1036 void addBox(LineBox *lineBox, const GlyphCluster& run) in addBox()
1362 QList<GlyphCluster> glyphClusters; // = textShaper.shape(); in layout()
1429 GlyphCluster newRun = glyphClusters[i]; in layout()
2144 const GlyphCluster& nextCluster = glyphClusters[i + 1]; in layout()
2424 GlyphCluster& currentGlyph = current.glyphs[j]; in layout()
[all …]
H A Ddocumentchecker.cpp51 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
59 void drawGlyphOutline(const GlyphCluster& gc, bool) override in drawGlyphOutline()
H A Dscpageoutput.cpp973 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
1009 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override in drawGlyphOutline()
H A Dpslib.cpp79 void drawGlyph(const GlyphCluster& gc) override;
80 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override;
104 void PSPainter::drawGlyph(const GlyphCluster& gc) in drawGlyph()
137 void PSPainter::drawGlyphOutline(const GlyphCluster& gc, bool fill) in drawGlyphOutline()
H A Dscpainter.cpp1718 const QList<GlyphCluster> glyphRuns = textShaper.shape(0, story.length()).glyphs(); in drawText()
1721 for (const GlyphCluster &run : glyphRuns) in drawText()
H A Dscribusview.cpp2969 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
3027 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override in drawGlyphOutline()
H A Dpdflib_core.cpp152 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
261 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override in drawGlyphOutline()
H A Dscribusdoc.cpp4168 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
4193 void drawGlyphOutline(const GlyphCluster& gc, bool) override in drawGlyphOutline()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/svgexplugin/
H A Dsvgexplugin.cpp1159 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
1187 void drawGlyphOutline(const GlyphCluster& gc, bool hasFill) override in drawGlyphOutline()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/xpsexport/
H A Dxpsexplugin.cpp836 void drawGlyph(const GlyphCluster& gc) override in drawGlyph()
924 void drawGlyphOutline(const GlyphCluster& gc, bool fill) override in drawGlyphOutline()