Home
last modified time | relevance | path

Searched refs:is_LTR (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp424 static constexpr bool is_LTR(UBiDiLevel level) { in is_LTR() function
443 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? start + i : end - 1 - i]; in append()
629 hb_direction_t direction = is_LTR(bidi->currentLevel()) ? HB_DIRECTION_LTR:HB_DIRECTION_RTL; in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp519 constexpr bool is_LTR(SkBidiIterator::Level level) { in is_LTR() function
535 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i in append()
1332 hb_direction_t direction = is_LTR(bidi.currentLevel()) ? HB_DIRECTION_LTR:HB_DIRECTION_RTL; in shape()