Lines Matching refs:property
1018 HB_UShort index, property;
1028 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) )
1578 HB_UShort index, property;
1591 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) )
1604 flags, &property ) )
1797 HB_UShort index, property;
1817 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) )
1823 if ( property == HB_GDEF_MARK )
2219 HB_UShort i, j, mark_index, base_index, property, class;
2242 flags, &property ) )
2258 &property );
2262 if ( !( property == HB_GDEF_MARK || property & HB_LOOKUP_FLAG_IGNORE_SPECIAL_MARKS ) )
2271 if ( property != HB_GDEF_BASE_GLYPH )
2626 HB_UShort i, j, mark_index, lig_index, property, class;
2653 if ( CHECK_Property( gpos->gdef, IN_CURITEM(), flags, &property ) )
2668 &property );
2672 if ( !( property == HB_GDEF_MARK || property & HB_LOOKUP_FLAG_IGNORE_SPECIAL_MARKS ) )
2682 if ( property != HB_GDEF_LIGATURE )
2953 HB_UShort i, j, mark1_index, mark2_index, property, class;
2977 flags, &property ) )
2996 &property );
3000 if ( !( property == HB_GDEF_MARK || property & HB_LOOKUP_FLAG_IGNORE_SPECIAL_MARKS ) )
3005 if ( property == (flags & 0xFF00) )
3799 HB_UShort index, property;
3810 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
3830 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
3864 HB_UShort index, property;
3879 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
3925 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
3975 HB_UShort index, i, j, property;
3984 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
3997 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5007 HB_UShort index, property;
5020 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
5052 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5081 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5100 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5136 HB_UShort index, property;
5160 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
5223 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5255 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5285 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5341 HB_UShort index, i, j, property;
5354 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
5378 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5399 while ( j > buffer->in_pos && CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5421 while ( CHECK_Property( gdef, IN_ITEM( j ), flags, &property ) )
5949 HB_UInt property )
5977 properties[lookup_index] |= property;