Home
last modified time | relevance | path

Searched refs:charLength (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp197 int itemLength = shaping.charLength(); in characterToX()
201 int charLength = offset - item.iCharPos; in characterToX() local
204 hr = ScriptCPtoX(charLength, FALSE, itemLength, in characterToX()
236 int itemLength = shaping.charLength(); in xToCharacter()
285 if (shaping.charLength() == 0 || in draw()
286 fromChar >= shaping.charLength() || toChar <= 0) { in draw()
297 if (toChar >= shaping.charLength()) in draw()
325 if (toChar >= shaping.charLength()) in draw()
415 if (localOffset >= 0 && localOffset < shaping.charLength()) { in firstGlyphForCharacter()
789 for (int i = 0; i < shaping.charLength(); i++) { in adjustSpaceAdvances()
[all …]
DUniscribeHelper.h245 int charLength() const in charLength() function
/external/webkit/Source/WebCore/platform/text/gtk/
DTextBreakIteratorGtk.cpp210 int charLength = iterator->m_charIterator.getLength(); in setUpIterator() local
215 iterator->m_logAttrs = g_new0(PangoLogAttr, charLength + 1); in setUpIterator()
217 -1, 0, iterator->m_logAttrs, charLength + 1); in setUpIterator()
/external/icu4c/i18n/
Dtranslit.cpp574 int32_t charLength = in filteredTransliterate() local
576 passLimit += charLength; in filteredTransliterate()
580 uncommittedLength += charLength; in filteredTransliterate()
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm481 …MutableAttributedString* attrString, Node* node, const UChar* chars, int charLength, NSRange range)
489 checker->checkTextOfParagraph(chars, charLength, TextCheckingTypeSpelling, results);
499 while (charLength > 0) {
505 … checker->checkSpellingOfString(charData, charLength, &misspellingLocation, &misspellingLength);
511 charLength -= (misspellingLocation + misspellingLength);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654030 (WebCore::UniscribeHelper::Shaping::charLength):