Home
last modified time | relevance | path

Searched defs:TextFragment (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLText.cpp71 TextFragment::TextFragment() noexcept in TextFragment() function in ml::TextFragment
78 TextFragment::TextFragment(const char* pChars) noexcept in TextFragment() function in ml::TextFragment
92 TextFragment::TextFragment(const char* pChars, size_t len) noexcept in TextFragment() function in ml::TextFragment
102 TextFragment::TextFragment(CodePoint c) noexcept in TextFragment() function in ml::TextFragment
127 TextFragment::TextFragment(const TextFragment& a) noexcept in TextFragment() function in ml::TextFragment
150 TextFragment::TextFragment(TextFragment&& b) noexcept { moveDataFromOther(b); } in TextFragment() function in ml::TextFragment
160 TextFragment::TextFragment(const TextFragment& a, const TextFragment& b) noexcept in TextFragment() function in ml::TextFragment
165 TextFragment::TextFragment(const TextFragment& t1, const TextFragment& t2, in TextFragment() function in ml::TextFragment
172 TextFragment::TextFragment(const TextFragment& t1, const TextFragment& t2, const TextFragment& t3, in TextFragment() function in ml::TextFragment
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/text/
H A DTextFragment.java77 public class TextFragment implements Serializable { class
112 public TextFragment(final String text) { in TextFragment() method in TextFragment
122 public TextFragment(final String text, final Font font) { in TextFragment() method in TextFragment
133 public TextFragment(final String text, final Font font, final Paint paint) { in TextFragment() method in TextFragment
145 public TextFragment(final String text, final Font font, final Paint paint, in TextFragment() method in TextFragment
/dports/www/wt/wt-4.6.1/src/Wt/
H A DFontSupport.h304 struct TextFragment { struct
305 TextFragment(std::string fontPath, in TextFragment() argument
322 …void layoutText(const WFont &f, std::vector<TextFragment> &v, const std::wstring &s, double &width… argument
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dcustomtext.h32 class TextFragment; // A formatted text document fragment variable
128 inline TextFragment(const QTextCursor& c) in TextFragment() function
137 inline TextFragment(const TextFragment& other) in TextFragment() function
147 TextFragment() {}; in TextFragment() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/shared_highlighting/core/common/
H A Dtext_fragment.cc45 TextFragment::TextFragment(const std::string& text_start) in TextFragment() function in shared_highlighting::TextFragment
48 TextFragment::TextFragment(const std::string& text_start, in TextFragment() function in shared_highlighting::TextFragment
57 TextFragment::TextFragment(const TextFragment& other) in TextFragment() function in shared_highlighting::TextFragment
H A Dtext_fragments_utils.h15 class TextFragment; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Drend_font.cpp485 struct TextFragment struct
487 TextFragmentPass pass; argument
489 const char *text;
490 int x;
491 int y;
492 int alignFlags;
493 uint16_t textFlags;
494 int initialCount;
496 int length;
497 int width;
[all …]
/dports/textproc/clucene/clucene-core-2.3.3.4/src/contribs-lib/CLucene/highlighter/
H A DScorer.h29 class TextFragment; in CL_NS_USE() local
H A DQueryScorer.h33 class TextFragment; variable
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Data/
H A DTextFragment.php23 class TextFragment class
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DTextFragment.java31 public interface TextFragment { interface
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/highlighter/
H A DTextFragment.cpp12 TextFragment::TextFragment(const StringBufferPtr& markedUpText, int32_t textStartPos, int32_t fragN… in TextFragment() function in Lucene::TextFragment
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/View/test/
H A DTextRendererTest.php23 use Fossology\Lib\Data\TextFragment; alias
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/ui/
H A Doneshot.php25 use Fossology\Lib\Data\TextFragment; alias
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/View/
H A DTextRenderer.php24 use Fossology\Lib\Data\TextFragment; alias
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCharacterData.h122 const nsTextFragment& TextFragment() const { return mText; } in TextFragment() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DCharacterData.h120 const nsTextFragment& TextFragment() const { return mText; } in TextFragment() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCharacterData.h122 const nsTextFragment& TextFragment() const { return mText; } in TextFragment() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/markers/
H A Ddocument_marker.h127 static MarkerTypes TextFragment() { return MarkerTypes(kTextFragment); } in TextFragment() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/markers/
H A Ddocument_marker.h127 static MarkerTypes TextFragment() { return MarkerTypes(kTextFragment); } in TextFragment() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCharacterData.h126 const nsTextFragment& TextFragment() const { return mText; } in TextFragment() function
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dui-view.php22 use Fossology\Lib\Data\TextFragment; alias
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DTextSegment.java92 static class TextFragment { class in TextSegment
97 public TextFragment(short index, short length) { in TextFragment() method in TextSegment.TextFragment
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltText.h111 } TextFragment; typedef
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtextbase.h340 friend class TextFragment; variable

12