Lines Matching full:reversedchars
1105 // This is a cheap heuristic for /ReversedChars which seems to
1108 // "ReversedChars" is how PDF deals with RTL text.
1120 bool reversedChars() const { return fReversedChars; }
1507 if (clusterator.reversedChars()) {
1508 out->writeText("/ReversedChars BMC\n");
1510 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } );