Home | History | Annotate | Download | only in rendering

Lines Matching defs:charsConsumed

807                 int charsConsumed = 1;
810 float lastGlyphWidth = box->calculateGlyphWidth(style, offset, 0, charsConsumed, glyphName);
1211 int charsConsumed = 0;
1212 for (unsigned i = 0; i < length; i += charsConsumed) {
1226 glyphWidth = svgTextBox->calculateGlyphWidth(style, textBox->end() - i, extraCharsAvailable, charsConsumed, glyphName);
1228 unicodeStr = String(textBox->textRenderer()->text()->characters() + textBox->end() - i, charsConsumed);
1230 glyphWidth = svgTextBox->calculateGlyphWidth(style, textBox->start() + i, extraCharsAvailable, charsConsumed, glyphName);
1232 unicodeStr = String(textBox->textRenderer()->text()->characters() + textBox->start() + i, charsConsumed);
1430 for (int k = 0; k < charsConsumed; ++k) {