Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php19 const OT_M = 7; /* Matra or Dependent Vowel */ define in Mpdf\\Shaper\\Indic
125 $cat = self::OT_M;
187 } elseif ($cat == self::OT_M) {
623 if ($info[$i]['indic_category'] == self::OT_M) {
959 while ($new_pos > $start && !(self::is_one_of($info[$new_pos], (self::FLAG(self::OT_M) | self::FLAG(self::OT_H) | self::FLAG(self::OT_COENG))))) {
1121 if ($info[$i]['indic_category'] == self::OT_M) {
1169 !(self::is_one_of($info[$new_pos - 1], self::FLAG(self::OT_M) | self::FLAG(self::OT_H) | self::FLAG(self::OT_COENG)))) {
1175 if ($new_pos > $start && $info[$new_pos - 1]['indic_category'] == self::OT_M) {
1178 if ($info[$i]['indic_category'] == self::OT_M) {
H A DSea.php40 const OT_M = 7; define in Mpdf\\Shaper\\Sea
143 if ($cat == self::OT_M) { // definitely "OT_M" in HarfBuzz - although this does not seem to have been defined ? should be OT_MR
H A DMyanmar.php17 const OT_M = 7; /* Matra or Dependent Vowel */ define in Mpdf\\Shaper\\Myanmar
236 if ($cat == self::OT_M) {