Searched refs:lastRun (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRuby.cpp185 RenderRubyRun* lastRun = lastRubyRun(this); local
186 if (!lastRun || lastRun->hasRubyText()) {
187 lastRun = RenderRubyRun::staticCreateRubyRun(this);
188 RenderInline::addChild(lastRun);
190 lastRun->addChild(child);
292 RenderRubyRun* lastRun = lastRubyRun(this); local
293 if (!lastRun || lastRun->hasRubyText()) {
294 lastRun
[all...]
H A DRenderBlockLineLayout.cpp308 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
697 bool shouldReorder = trailingSpaceRun != (direction == LTR ? bidiRuns.lastRun() : bidiRuns.firstRun());
/external/icu4c/layoutex/
H A DParagraphLayout.cpp1031 le_int32 lastRun = getCharRun(runEnd); local
1032 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1033 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1038 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1;
1197 const VisualRun *lastRun = getVisualRun(fRunCount - 1); local
1199 if (lastRun == NULL) {
1203 le_int32 glyphCount = lastRun->getGlyphCount();
1204 const float *positions = lastRun->getPositions();
/external/webkit/Source/WebCore/platform/text/
H A DBidiRunList.h46 Run* lastRun() const { return m_lastRun; } function in class:WebCore::BidiRunList
H A DBidiResolver.h491 m_runs.setLogicallyLastRun(m_runs.lastRun());
858 m_runs.setLogicallyLastRun(m_runs.lastRun());
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp427 bool lastRun = r + 1 == runCount; local
444 bool lastGlyph = lastRun && i + 1 == glyphCount;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 300 milliseconds