Home
last modified time | relevance | path

Searched refs:charsConsumed (Results 1 – 18 of 18) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFont.cpp142 m_walkerData.charsConsumed += identifier.unicodeStringLength; in walk()
152 ++m_walkerData.charsConsumed; in walk()
189 int charsConsumed; member
253 data.charsConsumed = 0; in floatWidthOfSubStringUsingSVGFont()
272 charsConsumed = data.charsConsumed; in floatWidthOfSubStringUsingSVGFont()
282 int charsConsumed; in floatWidthUsingSVGFont() local
284 … return floatWidthOfSubStringUsingSVGFont(this, run, 0, 0, run.length(), charsConsumed, glyphName); in floatWidthUsingSVGFont()
295 int charsConsumed; member
343 int charsConsumed; in drawTextUsingSVGFont() local
370 data.charsConsumed = 0; in drawTextUsingSVGFont()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/Transcoders/MacOSUnicodeConverter/
H A DMacOSUnicodeConverter.cpp582 charsEaten = charsConsumed; in transcodeTo()
630 return status == noErr && charsConsumed == srcCnt; in canTranscodeTo()
730 XMLSize_t charsConsumed = 0; in calcRequiredSize() local
733 charsConsumed, in calcRequiredSize()
736 src += charsConsumed; in calcRequiredSize()
737 srcCnt -= charsConsumed; in calcRequiredSize()
774 XMLSize_t charsConsumed = 0; in transcode() local
779 src += charsConsumed; in transcode()
780 srcCnt -= charsConsumed; in transcode()
958 XMLSize_t charsConsumed = 0; in transcode() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/Transcoders/MacOSUnicodeConverter/
H A DMacOSUnicodeConverter.cpp583 charsEaten = charsConsumed; in transcodeTo()
631 return status == noErr && charsConsumed == srcCnt; in canTranscodeTo()
731 XMLSize_t charsConsumed = 0; in calcRequiredSize() local
734 charsConsumed, in calcRequiredSize()
737 src += charsConsumed; in calcRequiredSize()
738 srcCnt -= charsConsumed; in calcRequiredSize()
775 XMLSize_t charsConsumed = 0; in transcode() local
780 src += charsConsumed; in transcode()
781 srcCnt -= charsConsumed; in transcode()
959 XMLSize_t charsConsumed = 0; in transcode() local
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGFont.cpp300 m_walkerData.charsConsumed += identifier.nameLength; in walk()
310 ++m_walkerData.charsConsumed; in walk()
348 int charsConsumed; member
415 data.charsConsumed = 0; in floatWidthOfSubStringUsingSVGFont()
433 charsConsumed = data.charsConsumed; in floatWidthOfSubStringUsingSVGFont()
443 int charsConsumed; in floatWidthUsingSVGFont() local
445 … return floatWidthOfSubStringUsingSVGFont(this, run, 0, 0, run.length(), charsConsumed, glyphName); in floatWidthUsingSVGFont()
450 …OfSubStringUsingSVGFont(this, run, extraCharsAvailable, 0, run.length(), charsConsumed, glyphName); in floatWidthUsingSVGFont()
456 int charsConsumed; member
505 int charsConsumed; in drawTextUsingSVGFont() local
[all …]
H A DSVGTextContentElement.cpp84 int charsConsumed = 0; in ANIMATED_PROPERTY_DEFINITIONS() local
89 … textLength += textBox->calculateGlyphWidth(style, newOffset, 0, charsConsumed, glyphName); in ANIMATED_PROPERTY_DEFINITIONS()
201 int charsConsumed; in chunkPortionCallback() local
206 …move(it->x + textBox->calculateGlyphWidth(style, newOffset, end - it, charsConsumed, glyphName), i… in chunkPortionCallback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DMailAddressCollection.cs71 internal string Encode(int charsConsumed, bool allowUnicode) { in Encode() argument
78 encodedAddresses = address.Encode(charsConsumed, allowUnicode); in Encode()
H A DMailAddress.cs210 internal string Encode(int charsConsumed, bool allowUnicode) in Encode() argument
232 … encoder = encoderFactory.GetEncoderForHeader(this.displayNameEncoding, false, charsConsumed); in Encode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DMailAddressCollection.cs83 internal string Encode(int charsConsumed, bool allowUnicode) in Encode() argument
93 encodedAddresses = address.Encode(charsConsumed, allowUnicode); in Encode()
H A DMailAddress.cs218 internal string Encode(int charsConsumed, bool allowUnicode) in Encode() argument
240 … encoder = s_encoderFactory.GetEncoderForHeader(_displayNameEncoding, false, charsConsumed); in Encode()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A DSVGInlineTextBox.cpp83 …phWidth(RenderStyle *style, int offset, int extraCharsAvailable, int &charsConsumed, String &glyph… in calculateGlyphWidth() argument
86 …lFont().floatWidth(renderText()->text(), offset, 1, extraCharsAvailable, charsConsumed, glyphName); in calculateGlyphWidth()
109 int charsConsumed; in calculateGlyphBoundaries() local
112 glyphWidth = calculateGlyphWidth(style, offset, 0, charsConsumed, glyphName); in calculateGlyphBoundaries()
114 … glyphWidth = calculateGlyphWidth(style, start() + end() - offset, 0, charsConsumed, glyphName); in calculateGlyphBoundaries()
H A DSVGInlineTextBox.h66 …phWidth(RenderStyle *style, int offset, int extraCharsAvailable, int &charsConsumed, String &glyph…
H A DSVGRootInlineBox.cpp747 int charsConsumed = 1; in cummulatedWidthOrHeightOfTextChunk() local
750 … float lastGlyphWidth = box->calculateGlyphWidth(style, offset, 0, charsConsumed, glyphName); in cummulatedWidthOrHeightOfTextChunk()
1184 int charsConsumed = 0; in buildLayoutInformationForTextBox() local
1185 for (unsigned i = 0; i < length; i += charsConsumed) { in buildLayoutInformationForTextBox()
1200 …Box->calculateGlyphWidth(style, textBox->end() - i, extraCharsAvailable, charsConsumed, glyphName); in buildLayoutInformationForTextBox()
1202 …eStr = String(textBox->renderText()->text()/*->characters()*/ + textBox->end() - i, charsConsumed); in buildLayoutInformationForTextBox()
1204 …x->calculateGlyphWidth(style, textBox->start() + i, extraCharsAvailable, charsConsumed, glyphName); in buildLayoutInformationForTextBox()
1206 …tr = String(textBox->renderText()->text()/*->characters()*/ + textBox->start() + i, charsConsumed); in buildLayoutInformationForTextBox()
1419 for (int k = 0; k < charsConsumed; ++k) { in buildLayoutInformationForTextBox()
H A Dfont.h314 …float floatWidth(QChar *str, int pos, int len, int extraCharsAvailable, int &charsConsumed, DOM::D…
H A Dfont.cpp784 …Width(QChar *str, int pos, int len, int /*extraCharsAvailable*/, int &charsConsumed, DOM::DOMStrin… in floatWidth() argument
786 charsConsumed = len; in floatWidth()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp197 float Font::width(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphNam… in width() argument
203 return floatWidthUsingSVGFont(run, extraCharsAvailable, charsConsumed, glyphName); in width()
206 charsConsumed = run.length(); in width()
H A DFont.h101 … float width(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
163 …float floatWidthUsingSVGFont(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& …
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/mx/core/
H A DFTETextField.as2918 var charsConsumed:int = 0;
2924 while (charsConsumed < textLength)
2981 charsConsumed += nextTextLine.rawTextLength;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1662366 is created on the stack (called data). One of its fields, charsConsumed, is
62371 behavior caused by it but it would lead to the charsConsumed field having a