Home
last modified time | relevance | path

Searched defs:lastCharacter (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutAttributesBuilder.cpp48 UChar lastCharacter = ' '; in buildLayoutAttributesForTextRenderer() local
68 UChar lastCharacter = ' '; in buildLayoutAttributesForForSubtree() local
86 … processRenderSVGInlineText(RenderSVGInlineText* text, unsigned& atCharacter, UChar& lastCharacter) in processRenderSVGInlineText()
104 …tLayoutAttributesBuilder::collectTextPositioningElements(RenderObject* start, UChar& lastCharacter) in collectTextPositioningElements()
DSVGTextLayoutEngineSpacing.cpp88 UChar lastCharacter = m_lastCharacter; in calculateCSSSpacing() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DLatin1TextIterator.h33 …Latin1TextIterator(const LChar* characters, int currentCharacter, int lastCharacter, int /*endChar… in Latin1TextIterator() argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
DSurrogatePairAwareTextIterator.cpp33 …airAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endChar… in SurrogatePairAwareTextIterator()
DTextBreakIterator.h82 UChar lastCharacter() const in lastCharacter() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h488 inline void nextCharacter(UChar& currentCharacter, UChar& lastCharacter, UChar& secondToLastCharact… in nextCharacter()
600 UChar lastCharacter = m_renderTextInfo.m_lineBreakIterator.lastCharacter(); in handleText() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp640 UChar32 lastCharacter = character; in collectCandidateRuns() local