Home | History | Annotate | Download | only in src

Lines Matching refs:properties

1814   /* Glyphs not having the right GDEF properties will be ignored, i.e.,
1815 gpi->last won't be reset (contrary to user defined properties). */
5881 HB_UInt* properties = gpos->LookupList.Properties;
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
5908 /* Contrary to properties defined in GDEF, user-defined properties
5957 HB_UInt* properties;
5970 properties = gpos->LookupList.Properties;
5980 properties[lookup_index] |= property;
5992 HB_UInt* properties;
6000 properties = gpos->LookupList.Properties;
6003 properties[i] = 0;