Home
last modified time | relevance | path

Searched defs:currentCharacter (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp82 int currentCharacter = m_currentCharacter; in advance() local
235 UChar32 WidthIterator::normalizeVoicingMarks(int currentCharacter) in normalizeVoicingMarks()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp70 …ngAndSpacing(const SVGRenderStyle* style, SVGElement* lengthContext, const UChar* currentCharacter) in calculateCSSKerningAndSpacing()
DSVGTextLayoutAttributesBuilder.cpp114 const UChar& currentCharacter = characters[textPosition]; in processRenderSVGInlineText() local
201 const UChar& currentCharacter = characters[textPosition]; in propagateLayoutAttributes() local
DSVGTextLayoutEngine.cpp505 const UChar* currentCharacter = characters + m_visualCharacterOffset; in layoutTextOnLineOrPath() local
/external/proguard/src/proguard/
DWordReader.java215 char currentCharacter = currentLine.charAt(currentIndex); in nextWord() local
/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp236 ALWAYS_INLINE const UChar* Lexer::currentCharacter() const in currentCharacter() function in JSC::Lexer