Lines Matching refs:Class

1905 			// Format 2: Class-based Context Glyph Substitution
1923 // Select $SubClassSet if currGlyph is in First Input Class
1958 // Class 0 contains all the glyphs NOT in the other classes
2109 // Format 2: Class-based Chaining Context Glyph Substitution p257
2133 // Select $ChainSubClassSet if currGlyph is in First Input Class
2183 // Class 0 contains all the glyphs NOT in the other classes
2204 // Class 0 contains all the glyphs NOT in the other classes
2226 // Class 0 contains all the glyphs NOT in the other classes
3398 // NB Class1Count includes Class 0 even though it is not defined by $ClassDef1
3539 $MarkRecord = $this->_getMarkRecord($MarkArray, $MarkPos); // e.g. Array ( [Class] => 0 [AnchorX] => -549 [AnchorY] => 1548 )
3540 //Mark Class is = $MarkRecord['Class']
3550 // Read BaseRecord we want for appropriate Class
3551 $nSkip = 2 * $MarkRecord['Class'];
3611 $MarkRecord = $this->_getMarkRecord($MarkArray, $MarkPos); // e.g. Array ( [Class] => 0 [AnchorX] => -549 [AnchorY] => 1548 )
3612 //Mark Class is = $MarkRecord['Class']
3639 $offset = $offsets[$component][$MarkRecord['Class']];
3703 $Mark1Record = $this->_getMarkRecord($Mark1Array, $Mark1Pos); // e.g. Array ( [Class] => 0 [AnchorX] => -549 [AnchorY] => 1548 )
3704 //Mark Class is = $Mark1Record['Class']
3714 // Read Mark2Record we want for appropriate Class
3715 $nSkip = 2 * $Mark1Record['Class'];
3805 // Select $PosClassSet if currGlyph is in First Input Class
3840 // Class 0 contains all the glyphs NOT in the other classes
3937 // Select $ChainPosClassSet if currGlyph is in First Input Class
3981 // Class 0 contains all the glyphs NOT in the other classes
4003 // Class 0 contains all the glyphs NOT in the other classes
4025 // Class 0 contains all the glyphs NOT in the other classes
4228 // $class0excl is the string of glyphs in all classes except Class 0 (GSUB 5.2, 6.2, GPOS 7.2, 8.2)
4243 } // If Class 0 specified, matches anything NOT in $bclass0excl
4262 } // If Input Class 0 specified, matches anything NOT in $class0excl
4281 } // If Class 0 specified, matches anything NOT in $lclass0excl
4296 // $class0excl is array of glyphs in all classes except Class 0 (GSUB 5.2, 6.2, GPOS 7.2, 8.2)
4311 } // If Class 0 specified, matches anything NOT in $bclass0excl
4330 } // If Input Class 0 specified, matches anything NOT in $class0excl
4349 } // If Class 0 specified, matches anything NOT in $lclass0excl
4461 $Class = $this->read_ushort();
4464 $MarkRecord = ['Class' => $Class, 'AnchorX' => $x, 'AnchorY' => $y];