Home | History | Annotate | Download | only in minikin

Lines Matching defs:isRtl

71     bool isRtl;  // The direction of the bidi run containing or ending in this candidate
75 bool isRtl)
83 isRtl(isRtl) {}
101 bool isRtl) {
104 HyphenationType::BREAK_AND_DONT_INSERT_HYPHEN, isRtl);
110 bool isRtl) {
112 isRtl);
118 bool isRtl) {
120 HyphenationType::DONT_BREAK, isRtl);
188 float hyphenPenalty, bool isRtl, OptimizeContext* out) {
195 proc.effectiveSpaceCount, isRtl);
200 proc.effectiveSpaceCount, hyIter->type, isRtl);
219 const bool isRtl = run->isRtl();
255 proc, hyphenPenalty, isRtl, &result);
261 penalty, proc.rawSpaceCount, proc.effectiveSpaceCount, isRtl);