Home
last modified time | relevance | path

Searched refs:startCP (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkTransferFunctionRepresentation.cpp212 QPointF startPos = this->mapPointToScene(startCP); in computeCurve()
260 delete startCP; in computeCurve()
261 startCP = nextCP; in computeCurve()
263 if (startCP) in computeCurve()
265 delete startCP; in computeCurve()
310 d->Gradient.setColorAt(startPos, this->color(startCP)); in computeGradient()
341 delete startCP; in computeGradient()
342 startCP = nextCP; in computeGradient()
345 d->Gradient.setColorAt(startPos, this->color(startCP)); in computeGradient()
346 if (startCP) in computeGradient()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dfunctordata.h60 type( t ), autoNumbered( autoNum ), startCP( start ), limCP( lim ) {} in FootnoteData()
64 unsigned int startCP; member
75 startCP( start ), limCP( lim ), name(nameRef) {} in BookmarkData()
77 unsigned int startCP; member
89 startCP( start ), limCP( lim ) in AnnotationData()
93 unsigned int startCP; member
H A Dparser9x.cpp235 if ( data.limCP - data.startCP == 0 ) { in parseFootnote()
242 U32 offset = m_fib.ccpText + data.startCP; in parseFootnote()
261 if ( data.limCP - data.startCP == 0 ) { in parseAnnotation()
265 saveState( data.limCP - data.startCP, Annotation ); in parseAnnotation()
268 U32 offset = m_fib.ccpText + m_fib.ccpFtn + m_fib.ccpHdd + data.startCP; in parseAnnotation()
874 U32 startCP = currentStart + chunk.m_position.offset + index; in processChunk() local
880 m_footnotes->check(startCP); in processChunk()
893 m_bookmarks->check(startCP); in processChunk()
910 if ( (disruption >= startCP) && (disruption < (startCP + length)) ) { in processChunk()
916 U32 disLen = disruption - startCP; in processChunk()
[all …]
/dports/devel/icu-lx/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/devel/icu/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp198 uint32_t startCP, endCP; in parseFile() local
218 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
232 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
242 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
262 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
264 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/gennorm2/
H A Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
278 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
288 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
308 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
310 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dfunctordata.h54 type( t ), autoNumbered( autoNum ), startCP( start ), limCP( lim ) {} in FootnoteData()
58 unsigned int startCP; member
H A Dparser9x.cpp208 if ( data.limCP - data.startCP == 0 ) // shouldn't happen, but well... in parseFootnote()
211 … saveState( data.limCP - data.startCP, data.type == FootnoteData::Footnote ? Footnote : Endnote ); in parseFootnote()
214 U32 offset = m_fib.ccpText + data.startCP; in parseFootnote()
687 U32 startCP = currentStart + chunk.m_position.offset + index; in processChunk() local
689 if ( disruption >= startCP && disruption < startCP + length ) { in processChunk()
691 … wvlog << "startCP=" << startCP << " len=" << length << " disruption=" << disruption << std::endl; in processChunk()
693 U32 disLen = disruption - startCP; in processChunk()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtexthandler.cpp521 if ((data.limCP - data.startCP) > 0) { in bookmarkStart()
555 if ((data.limCP - data.startCP)) { in bookmarkEnd()