Home | History | Annotate | Download | only in src

Lines Matching refs:tmpAttributes

983     face->tmpAttributes = 0;
1045 if (face->tmpAttributes)
1046 free(face->tmpAttributes);
1154 HB_GlyphAttributes *tmpAttributes;
1163 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
1164 if (!tmpAttributes)
1166 face->tmpAttributes = tmpAttributes;
1175 face->tmpAttributes[i] = item->attributes[i];
1240 attributes[i] = face->tmpAttributes[face->buffer->in_string[i].cluster];