Lines Matching refs:attribute_set

1146 attribute_set_prepend( AtkAttributeSet* attribute_set,  in attribute_set_prepend()  argument
1156 return g_slist_prepend(attribute_set, at); in attribute_set_prepend()
1159 return attribute_set; in attribute_set_prepend()
1170 AtkAttributeSet* attribute_set = NULL; in attribute_set_new_from_property_values() local
1180 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_BG_COLOR, in attribute_set_new_from_property_values()
1183 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_FG_COLOR, in attribute_set_new_from_property_values()
1186 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_INVISIBLE, in attribute_set_new_from_property_values()
1189 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_UNDERLINE, in attribute_set_new_from_property_values()
1192 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STRIKETHROUGH, in attribute_set_new_from_property_values()
1195 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_SIZE, in attribute_set_new_from_property_values()
1198 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_WEIGHT, in attribute_set_new_from_property_values()
1201 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_FAMILY_NAME, in attribute_set_new_from_property_values()
1204 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_VARIANT, in attribute_set_new_from_property_values()
1207 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STYLE, in attribute_set_new_from_property_values()
1210 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_SCALE, in attribute_set_new_from_property_values()
1213 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_LANGUAGE, in attribute_set_new_from_property_values()
1216 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_DIRECTION, in attribute_set_new_from_property_values()
1219 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_STRETCH, in attribute_set_new_from_property_values()
1225 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_font_effect, in attribute_set_new_from_property_values()
1231 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_decoration, in attribute_set_new_from_property_values()
1238 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_rotation, in attribute_set_new_from_property_values()
1244 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_shadow, in attribute_set_new_from_property_values()
1250 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_writing_mode, in attribute_set_new_from_property_values()
1256 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_vertical_align, in attribute_set_new_from_property_values()
1260 return attribute_set; in attribute_set_new_from_property_values()
1262 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_LEFT_MARGIN, in attribute_set_new_from_property_values()
1265 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_RIGHT_MARGIN, in attribute_set_new_from_property_values()
1268 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_INDENT, in attribute_set_new_from_property_values()
1271 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_PIXELS_ABOVE_LINES, in attribute_set_new_from_property_values()
1274 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_PIXELS_BELOW_LINES, in attribute_set_new_from_property_values()
1277 attribute_set = attribute_set_prepend(attribute_set, ATK_TEXT_ATTR_JUSTIFICATION, in attribute_set_new_from_property_values()
1283 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_paragraph_style, in attribute_set_new_from_property_values()
1289 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_line_height, in attribute_set_new_from_property_values()
1295 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_tab_interval, in attribute_set_new_from_property_values()
1301 attribute_set = attribute_set_prepend(attribute_set, atk_text_attribute_tab_stops, in attribute_set_new_from_property_values()
1308 attribute_set = attribute_set_prepend( attribute_set, atk_text_attribute_mm_to_pixel_ratio, in attribute_set_new_from_property_values()
1312 return attribute_set; in attribute_set_new_from_property_values()
1316 AtkAttributeSet* attribute_set_prepend_misspelled( AtkAttributeSet* attribute_set ) in attribute_set_prepend_misspelled() argument
1321 attribute_set = attribute_set_prepend( attribute_set, atk_text_attribute_misspelled, in attribute_set_prepend_misspelled()
1324 return attribute_set; in attribute_set_prepend_misspelled()
1328 AtkAttributeSet* attribute_set_prepend_tracked_change_insertion( AtkAttributeSet* attribute_set ) in attribute_set_prepend_tracked_change_insertion() argument
1335 attribute_set = attribute_set_prepend( attribute_set, in attribute_set_prepend_tracked_change_insertion()
1339 return attribute_set; in attribute_set_prepend_tracked_change_insertion()
1342 AtkAttributeSet* attribute_set_prepend_tracked_change_deletion( AtkAttributeSet* attribute_set ) in attribute_set_prepend_tracked_change_deletion() argument
1349 attribute_set = attribute_set_prepend( attribute_set, in attribute_set_prepend_tracked_change_deletion()
1353 return attribute_set; in attribute_set_prepend_tracked_change_deletion()
1356 AtkAttributeSet* attribute_set_prepend_tracked_change_formatchange( AtkAttributeSet* attribute_set ) in attribute_set_prepend_tracked_change_formatchange() argument
1363 attribute_set = attribute_set_prepend( attribute_set, in attribute_set_prepend_tracked_change_formatchange()
1367 return attribute_set; in attribute_set_prepend_tracked_change_formatchange()
1417 AtkAttributeSet* attribute_set, in attribute_set_map_to_property_values() argument
1424 for( GSList * item = attribute_set; item != NULL; item = g_slist_next( item ) ) in attribute_set_map_to_property_values()