Searched refs:run_ix (Results 1 – 1 of 1) sorted by relevance
315 for (int run_ix = isRtl ? items.size() - 1 : 0; in LayoutPiece() local316 isRtl ? run_ix >= 0 : run_ix < static_cast<int>(items.size()); in LayoutPiece()317 isRtl ? --run_ix : ++run_ix) { in LayoutPiece()318 FontCollection::Run& run = items[run_ix]; in LayoutPiece()