Home
last modified time | relevance | path

Searched refs:IToStr (Results 1 – 21 of 21) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/svgexplugin/
H A Dsvgexplugin.cpp682 QString ID = "Filter" + IToStr(m_filterCount); in processDropShadow()
708 ob4.setAttribute("id", "feMerge" + IToStr(m_filterCount)); in processDropShadow()
1628 grad.setAttribute("id", "Grad" + IToStr(m_gradCount)); in processArrows()
1793 grad.setAttribute("id", "Grad" + IToStr(m_gradCount)); in processArrows()
1846 QString maskID = "Mask" + IToStr(m_maskCount); in handleMask()
1936 grad.setAttribute("id", "Grad" + IToStr(m_gradCount)); in handleMask()
2059 grad.setAttribute("id", "Grad" + IToStr(m_gradCount)); in getFillStyle()
2082 fill = "fill:url(#Grad" + IToStr(m_gradCount) + ");"; in getFillStyle()
2181 stroke += IToStr(static_cast<int>(*it)) + " "; in getStrokeStyle()
2297 grad.setAttribute("id", "Grad" + IToStr(m_gradCount)); in getStrokeStyle()
[all …]
H A Dsvgexplugin.h134 QString IToStr(int c);
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpslib.cpp498 QString PSLib::IToStr(int c) in IToStr() function in PSLib
547 …bbox = "%%BoundingBox: " + IToStr(qRound(x)) + " " + IToStr(qRound(y)) + " " + IToStr(qRound(width… in PS_begin_doc()
552 …bbox = "%%BoundingBox: " + IToStr(qRound(x)) + " " + IToStr(qRound(y)) + " " + IToStr(qRound(heigh… in PS_begin_doc()
791 PutStream("%%Page: " + IToStr(PageIndex) + " " + IToStr(PageIndex) + "\n"); in PS_begin_page()
797 …PutStream("%%PageBoundingBox: 0 0 " + IToStr(qRound(maxBoxX)) + " " + IToStr(qRound(maxBoxY)) + "\… in PS_begin_page()
803 …PutStream("%%PageBoundingBox: 0 0 " + IToStr(qRound(maxBoxY)) + " " + IToStr(qRound(maxBoxX)) + "\… in PS_begin_page()
1393 PutStream(" /ImageMatrix [" + IToStr(w) + " 0 0 " + IToStr(-h) + " 0 " + IToStr(h) + "]\n"); in PS_image()
1405 PutStream(" /ImageMatrix [" + IToStr(w) + " 0 0 " + IToStr(-h) + " 0 " + IToStr(h) + "]\n"); in PS_image()
1427 PutStream(" /Width " + IToStr(w) + "\n"); in PS_image()
1428 PutStream(" /Height " + IToStr(h) + "\n"); in PS_image()
[all …]
H A Dpslib.h177 QString IToStr(int c);
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/xpsexport/
H A Dxpsexplugin.h115 QString IToStr(int c);
H A Dxpsexplugin.cpp2642 QString XPSExPlug::IToStr(int c) in IToStr() function in XPSExPlug
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DStringExtrasTest.cpp207 TEST(StringExtras, IToStr) { in TEST() argument
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DStringExtrasTest.cpp207 TEST(StringExtras, IToStr) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtras, IToStr) { in TEST() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtras, IToStr) { in TEST() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtras, IToStr) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument
/dports/editors/fpc-ide/fpc-3.2.2/rtl/amicommon/
H A Dathreads.pp93 function IToStr(const i: LongInt): String;
130 …SysDebugLn('FPC AThreads: thread ID:'+IToHStr(ti^.threadID)+' added, now '+IToStr(AThreadListLen)+…
469 …g subthread on entry, ID:'+hexStr(threadInfo)+', resumed only to exit: '+IToStr(ord(exitSuspend)));
532 SysDebugLn('FPC AThreads: Starting new thread... Stack size: '+IToStr(threadInfo^.stackLen));
559 threadInfo^.name:=GetAThreadBaseName+' #'+IToStr(threadInfo^.num);
/dports/lang/fpc-source/fpc-3.2.2/rtl/amicommon/
H A Dathreads.pp93 function IToStr(const i: LongInt): String;
130 …SysDebugLn('FPC AThreads: thread ID:'+IToHStr(ti^.threadID)+' added, now '+IToStr(AThreadListLen)+…
469 …g subthread on entry, ID:'+hexStr(threadInfo)+', resumed only to exit: '+IToStr(ord(exitSuspend)));
532 SysDebugLn('FPC AThreads: Starting new thread... Stack size: '+IToStr(threadInfo^.stackLen));
559 threadInfo^.name:=GetAThreadBaseName+' #'+IToStr(threadInfo^.num);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/amicommon/
H A Dathreads.pp93 function IToStr(const i: LongInt): String;
130 …SysDebugLn('FPC AThreads: thread ID:'+IToHStr(ti^.threadID)+' added, now '+IToStr(AThreadListLen)+…
469 …g subthread on entry, ID:'+hexStr(threadInfo)+', resumed only to exit: '+IToStr(ord(exitSuspend)));
532 SysDebugLn('FPC AThreads: Starting new thread... Stack size: '+IToStr(threadInfo^.stackLen));
559 threadInfo^.name:=GetAThreadBaseName+' #'+IToStr(threadInfo^.num);
/dports/lang/fpc/fpc-3.2.2/rtl/amicommon/
H A Dathreads.pp93 function IToStr(const i: LongInt): String;
130 …SysDebugLn('FPC AThreads: thread ID:'+IToHStr(ti^.threadID)+' added, now '+IToStr(AThreadListLen)+…
469 …g subthread on entry, ID:'+hexStr(threadInfo)+', resumed only to exit: '+IToStr(ord(exitSuspend)));
532 SysDebugLn('FPC AThreads: Starting new thread... Stack size: '+IToStr(threadInfo^.stackLen));
559 threadInfo^.name:=GetAThreadBaseName+' #'+IToStr(threadInfo^.num);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DStringExtrasTest.cpp211 TEST(StringExtrasTest, IToStr) { in TEST() argument