Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayoutCore.cpp384 for (int run_ix = isRtl ? items.size() - 1 : 0; in LayoutPiece() local
385 isRtl ? run_ix >= 0 : run_ix < static_cast<int>(items.size()); in LayoutPiece()
386 isRtl ? --run_ix : ++run_ix) { in LayoutPiece()
387 FontCollection::Run& run = items[run_ix]; in LayoutPiece()