Home
last modified time | relevance | path

Searched refs:endTextPosition (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtext.cpp242 int16 endTextPosition = -1; in readAllStyles() local
248 endTextPosition = i; in readAllStyles()
250 if ((endTextPosition - startTextPosition - 1) > 0) { in readAllStyles()
251 …parseStyle(Common::String(txt.c_str() + startTextPosition + 1), endTextPosition - startTextPositio… in readAllStyles()
357 uint endTextPosition = i; in drawTextWithWordWrapping() local
362 if ((endTextPosition - startTextPosition - 1) > 0) { in drawTextWithWordWrapping()
363 …ate.parseStyle(Common::String(text.c_str() + startTextPosition + 1), endTextPosition - startTextPo… in drawTextWithWordWrapping()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/text/
H A Dtext.cpp241 int16 endTextPosition = -1; in readAllStyles() local
247 endTextPosition = i; in readAllStyles()
249 if ((endTextPosition - startTextPosition - 1) > 0) { in readAllStyles()
250 …parseStyle(Common::String(txt.c_str() + startTextPosition + 1), endTextPosition - startTextPositio… in readAllStyles()
356 uint endTextPosition = i; in drawTextWithWordWrapping() local
361 if ((endTextPosition - startTextPosition - 1) > 0) { in drawTextWithWordWrapping()
362 …ate.parseStyle(Common::String(text.c_str() + startTextPosition + 1), endTextPosition - startTextPo… in drawTextWithWordWrapping()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgwriter.hxx274 void endTextPosition();
H A Dsvgwriter.cxx1293 endTextPosition(); in endTextParagraph()
1303 endTextPosition(); in startTextPosition()
1315 void SVGTextWriter::endTextPosition() in endTextPosition() function in SVGTextWriter
1412 endTextPosition(); in writeBitmapPlaceholder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgwriter.hxx259 void endTextPosition();
H A Dsvgwriter.cxx1357 endTextPosition(); in endTextParagraph()
1367 endTextPosition(); in startTextPosition()
1379 void SVGTextWriter::endTextPosition() in endTextPosition() function in SVGTextWriter
1477 endTextPosition(); in writeBitmapPlaceholder()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DAbstractCommentParser.java627 …protected boolean parseHtmlTag(int previousPosition, int endTextPosition) throws InvalidInputExcep…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DAbstractCommentParser.java681 …protected boolean parseHtmlTag(int previousPosition, int endTextPosition) throws InvalidInputExcep…