Lines Matching defs:bidi
40 * doesn't change-- the render context, context, and bidi info for the context-- and gets
55 private Bidi bidi;
65 * @param bidi the bidi information for the paragraph text, or null if the
70 Bidi bidi,
74 this.bidi = bidi;
76 this.lineBidi = bidi;
90 return bidi;
118 if (bidi != null) {
119 lineBidi = bidi.createLineBidi(lineStart, lineLimit);
133 * the same bidi level (and thus the same directionality) as the character
135 * has the same bidi level for the current line.
149 int layoutFlags = flags & ~0x9; // remove bidi, line direction flags
175 int layoutFlags = flags & ~0x9; // remove bidi, line direction flags