Lines Matching refs:lu

1066 						foreach ($arr as $lu) {
1067 $LookupList[$lu] = $tag;
1292 foreach ($arr as $lu) {
1293 $LookupList[$lu] = $tag;
1299 foreach ($LookupList as $lu => $tag) {
1300 $Type = $this->GSUBLookups[$lu]['Type'];
1301 $Flag = $this->GSUBLookups[$lu]['Flag'];
1302 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1313 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1315 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1317 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1343 foreach ($arr as $lu) {
1344 $LookupList[$lu] = $tag;
1357 foreach ($LookupList as $lu => $tag) {
1358 $Type = $this->GSUBLookups[$lu]['Type'];
1359 $Flag = $this->GSUBLookups[$lu]['Flag'];
1360 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1366 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1368 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1370 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1400 foreach ($arr as $lu) {
1401 $LookupList[$lu] = $tag;
1407 foreach ($LookupList as $lu => $tag) {
1408 $Type = $this->GSUBLookups[$lu]['Type'];
1409 $Flag = $this->GSUBLookups[$lu]['Flag'];
1410 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1422 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1424 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1426 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $usetag, 0, $tagInt);
1457 foreach ($arr as $lu) {
1458 $LookupList[$lu] = $tag;
1464 foreach ($LookupList as $lu => $tag) {
1465 $Type = $this->GSUBLookups[$lu]['Type'];
1466 $Flag = $this->GSUBLookups[$lu]['Flag'];
1467 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1479 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1481 if (isset($this->GSLuCoverage[$lu][$c][$currGID])) {
1512 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $usetag, $is_old_spec, $tagInt);
1544 if (isset($this->GSLuCoverage[$lu][$c][$nextGID])) {
1546 $shift = $this->_applyGSUBsubtableSpecial($lu, $c, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGID, ($subtable_offset - $this->GSUB_offset), $Type, $this->GSLuCoverage[$lu][$c]);
1875 $lu = $LookupListIndex[$p];
1876 $luType = $this->GSUBLookups[$lu]['Type'];
1877 $luFlag = $this->GSUBLookups[$lu]['Flag'];
1878 $luMarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1884 foreach ($this->GSUBLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
1885 $shift = $this->_applyGSUBsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GSUB_offset), $luType, $luFlag, $luMarkFilteringSet, $this->GSLuCoverage[$lu][$luc], 1, $currentTag, $is_old_spec, $tagInt);
1984 $lu = $LookupListIndex[$p];
1985 $luType = $this->GSUBLookups[$lu]['Type'];
1986 $luFlag = $this->GSUBLookups[$lu]['Flag'];
1987 $luMarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1993 foreach ($this->GSUBLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
1994 $shift = $this->_applyGSUBsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GSUB_offset), $luType, $luFlag, $luMarkFilteringSet, $this->GSLuCoverage[$lu][$luc], 1, $currentTag, $is_old_spec, $tagInt);
2081 $lu = $SubstLookupRecord[$p]['LookupListIndex'];
2082 $luType = $this->GSUBLookups[$lu]['Type'];
2083 $luFlag = $this->GSUBLookups[$lu]['Flag'];
2084 $luMarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
2090 foreach ($this->GSUBLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
2091 $shift = $this->_applyGSUBsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GSUB_offset), $luType, $luFlag, $luMarkFilteringSet, $this->GSLuCoverage[$lu][$luc], 1, $currentTag, $is_old_spec, $tagInt);
2251 $lu = $LookupListIndex[$p];
2252 $luType = $this->GSUBLookups[$lu]['Type'];
2253 $luFlag = $this->GSUBLookups[$lu]['Flag'];
2254 $luMarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
2260 foreach ($this->GSUBLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
2261 $shift = $this->_applyGSUBsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GSUB_offset), $luType, $luFlag, $luMarkFilteringSet, $this->GSLuCoverage[$lu][$luc], 1, $currentTag, $is_old_spec, $tagInt);
2336 $lu = $SubstLookupRecord[$p]['LookupListIndex'];
2337 $luType = $this->GSUBLookups[$lu]['Type'];
2338 $luFlag = $this->GSUBLookups[$lu]['Flag'];
2339 $luMarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
2345 foreach ($this->GSUBLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
2346 $shift = $this->_applyGSUBsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GSUB_offset), $luType, $luFlag, $luMarkFilteringSet, $this->GSLuCoverage[$lu][$luc], 1, $currentTag, $is_old_spec, $tagInt);
3168 foreach ($LookupList as $lu => $tag) {
3169 $Type = $this->GPOSLookups[$lu]['Type'];
3170 $Flag = $this->GPOSLookups[$lu]['Flag'];
3172 if (isset($this->GPOSLookups[$lu]['MarkFilteringSet'])) {
3173 $MarkFilteringSet = $this->GPOSLookups[$lu]['MarkFilteringSet'];
3181 foreach ($this->GPOSLookups[$lu]['Subtables'] as $c => $subtable_offset) {
3183 if (isset($this->LuCoverage[$lu][$c][$currGID])) {
3186 $shift = $this->_applyGPOSsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GPOS_offset + $this->GSUB_length), $Type, $Flag, $MarkFilteringSet, $this->LuCoverage[$lu][$c], $tag, 0, $is_old_spec);
3863 $lu = $LookupListIndex[$p];
3864 $luType = $this->GPOSLookups[$lu]['Type'];
3865 $luFlag = $this->GPOSLookups[$lu]['Flag'];
3866 $luMarkFilteringSet = $this->GPOSLookups[$lu]['MarkFilteringSet'];
3872 foreach ($this->GPOSLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
3873 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);
4048 $lu = $LookupListIndex[$p];
4049 $luType = $this->GPOSLookups[$lu]['Type'];
4050 $luFlag = $this->GPOSLookups[$lu]['Flag'];
4051 $luMarkFilteringSet = $this->GPOSLookups[$lu]['MarkFilteringSet'];
4057 foreach ($this->GPOSLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
4058 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);
4130 $lu = $PosLookupRecord[$p]['LookupListIndex'];
4131 $luType = $this->GPOSLookups[$lu]['Type'];
4132 $luFlag = $this->GPOSLookups[$lu]['Flag'];
4133 if (isset($this->GPOSLookups[$lu]['MarkFilteringSet'])) {
4134 $luMarkFilteringSet = $this->GPOSLookups[$lu]['MarkFilteringSet'];
4143 foreach ($this->GPOSLookups[$lu]['Subtables'] as $luc => $lusubtable_offset) {
4144 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);