Searched refs:is_LTR (Results 1 – 2 of 2) sorted by relevance
424 static constexpr bool is_LTR(UBiDiLevel level) { in is_LTR() function443 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()
519 constexpr bool is_LTR(SkBidiIterator::Level level) { in is_LTR() function535 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()