Searched defs:lastCharacter (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutAttributesBuilder.cpp | 48 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()
|
D | SVGTextLayoutEngineSpacing.cpp | 88 UChar lastCharacter = m_lastCharacter; in calculateCSSSpacing() local
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Latin1TextIterator.h | 33 …Latin1TextIterator(const LChar* characters, int currentCharacter, int lastCharacter, int /*endChar… in Latin1TextIterator() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | SurrogatePairAwareTextIterator.cpp | 33 …airAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endChar… in SurrogatePairAwareTextIterator()
|
D | TextBreakIterator.h | 82 UChar lastCharacter() const in lastCharacter() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 488 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/ |
D | HarfBuzzShaper.cpp | 640 UChar32 lastCharacter = character; in collectCandidateRuns() local
|