Searched refs:lastCharacter (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextLayoutAttributesBuilder.cpp | 44 UChar lastCharacter = '\0'; in buildLayoutAttributesForTextSubtree() local 45 collectTextPositioningElements(textRoot, atCharacter, lastCharacter); in buildLayoutAttributesForTextSubtree() 57 lastCharacter = '\0'; in buildLayoutAttributesForTextSubtree() 58 propagateLayoutAttributes(textRoot, allAttributes, atCharacter, lastCharacter); in buildLayoutAttributesForTextSubtree() 104 … processRenderSVGInlineText(RenderSVGInlineText* text, unsigned& atCharacter, UChar& lastCharacter) in processRenderSVGInlineText() argument 115 if (characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharacter)) in processRenderSVGInlineText() 118 lastCharacter = currentCharacter; in processRenderSVGInlineText() 123 …r::collectTextPositioningElements(RenderObject* start, unsigned& atCharacter, UChar& lastCharacter) in collectTextPositioningElements() argument 129 processRenderSVGInlineText(toRenderSVGInlineText(child), atCharacter, lastCharacter); in collectTextPositioningElements() 141 collectTextPositioningElements(child, atCharacter, lastCharacter); in collectTextPositioningElements() [all …]
|
D | SVGTextLayoutEngineSpacing.cpp | 79 const UChar* lastCharacter = m_lastCharacter; in calculateCSSKerningAndSpacing() local 86 if (currentCharacter && lastCharacter && m_font.wordSpacing()) { in calculateCSSKerningAndSpacing() 87 if (Font::treatAsSpace(*currentCharacter) && !Font::treatAsSpace(*lastCharacter)) in calculateCSSKerningAndSpacing()
|
D | SVGTextLayoutAttributesBuilder.h | 62 void collectTextPositioningElements(RenderObject*, unsigned& atCharacter, UChar& lastCharacter); 64 …Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const;
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityTable.h | 34 UChar lastCharacter() const { return entity[length - 1]; } in lastCharacter() function
|
D | HTMLEntityParser.cpp | 235 if (entitySearch.mostRecentMatch()->lastCharacter() == ';' in consumeHTMLEntity()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 78676 (WebCore::HTMLEntityTableEntry::lastCharacter):
|