Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DDartTypes.h91 UnaryFunction directional_for_each(C& c, bool forwards, UnaryFunction f) { in directional_for_each() function
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1038 directional_for_each(runs, !reversed, [&](decltype(runs[0]) r) { in iterateThroughClustersInGlyphsOrder()
1047 directional_for_each(trailed, reversed != run.leftToRight(), [&](Cluster& cluster) { in iterateThroughClustersInGlyphsOrder()