Searched defs:bidiLevel (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h247 unsigned char bidiLevel() const { return m_bitfields.bidiEmbeddingLevel(); } function in class:WebCore::InlineBox
249 TextDirection direction() const { return bidiLevel() % 2 ? RTL : LTR; }
H A DRenderBlockLineLayout.cpp997 RootInlineBox* RenderBlockFlow::createLineBoxesFromBidiRuns(unsigned bidiLevel, BidiRunList<BidiRun>& bidiRuns, const InlineIterator& end, LineInfo& lineInfo, VerticalPositionCache& verticalPositionCache, BidiRun* trailingSpaceRun, WordMeasurements& wordMeasurements) argument
1009 lineBox->setBidiLevel(bidiLevel);
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h130 hb_uint8 bidiLevel; member in struct:__anon18891
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.h130 hb_uint8 bidiLevel; member in struct:__anon18947

Completed in 231 milliseconds