Lines Matching refs:AttributeValues

51 import sun.font.AttributeValues;
409 private transient AttributeValues values;
459 * Return the AttributeValues object associated with this
463 * set in the AttributeValues object.
465 * <p>Since the AttributeValues object is mutable, and it
469 private AttributeValues getAttributeValues() {
471 AttributeValues valuesTmp = new AttributeValues();
645 private Font(AttributeValues values, String oldName, int oldStyle,
694 initFromValues(AttributeValues.fromMap(attributes, RECOGNIZED_MASK));
720 private static final int RECOGNIZED_MASK = AttributeValues.MASK_ALL
721 & ~AttributeValues.getMask(EFONT);
727 AttributeValues.getMask(EFAMILY, EWEIGHT, EWIDTH, EPOSTURE, ESIZE,
740 AttributeValues.getMask(ECHAR_REPLACEMENT, EFOREGROUND, EBACKGROUND,
748 AttributeValues.getMask(ETRANSFORM, ESUPERSCRIPT, EWIDTH);
753 private void initFromValues(AttributeValues values) {
791 AttributeValues values = ((AttributeMap)attributes).getValues();
809 AttributeValues values = font.getAttributeValues().clone();
1087 AttributeValues values = getAttributeValues();
1753 AttributeValues extras =
1754 AttributeValues.fromSerializableHashtable(fRequestedAttributes);
1755 if (!AttributeValues.is16Hashtable(fRequestedAttributes)) {
1868 AttributeValues newValues = getAttributeValues().clone();
1887 AttributeValues newValues = getAttributeValues().clone();
1905 AttributeValues newValues = getAttributeValues().clone();
1921 AttributeValues newValues = getAttributeValues().clone();
1937 AttributeValues newValues = getAttributeValues().clone();
1957 AttributeValues newValues = getAttributeValues().clone();
2667 private static void applyTransform(AffineTransform trans, AttributeValues values) {
2674 private static void applyStyle(int style, AttributeValues values) {