Lines Matching refs:gint

74                    gint * start_offset, gint * end_offset )  in adjust_boundaries()
78 gint start = 0, end = 0; in adjust_boundaries()
263 gint start_offset, in text_wrapper_get_text()
264 gint end_offset) in text_wrapper_get_text()
315 gint offset, in text_wrapper_get_text_after_offset()
317 gint *start_offset, in text_wrapper_get_text_after_offset()
318 gint *end_offset) in text_wrapper_get_text_after_offset()
337 gint offset, in text_wrapper_get_text_at_offset()
339 gint *start_offset, in text_wrapper_get_text_at_offset()
340 gint *end_offset) in text_wrapper_get_text_at_offset()
377 gint offset) in text_wrapper_get_character_at_offset()
379 gint start, end; in text_wrapper_get_character_at_offset()
396 gint offset, in text_wrapper_get_text_before_offset()
398 gint *start_offset, in text_wrapper_get_text_before_offset()
399 gint *end_offset) in text_wrapper_get_text_before_offset()
416 static gint
419 gint offset = -1; in text_wrapper_get_caret_offset()
439 gint offset) in text_wrapper_set_caret_offset()
456 const gint nTextMarkupType, in handle_text_markup_as_run_attribute()
457 const gint offset, in handle_text_markup_as_run_attribute()
459 gint *start_offset, in handle_text_markup_as_run_attribute()
460 gint *end_offset ) in handle_text_markup_as_run_attribute()
462 const gint nTextMarkupCount( pTextMarkup->getTextMarkupCount( nTextMarkupType ) ); in handle_text_markup_as_run_attribute()
465 for ( gint nTextMarkupIndex = 0; in handle_text_markup_as_run_attribute()
471 const gint nStartOffsetTextMarkup = aTextSegment.SegmentStart; in handle_text_markup_as_run_attribute()
472 const gint nEndOffsetTextMarkup = aTextSegment.SegmentEnd; in handle_text_markup_as_run_attribute()
533 gint offset, in text_wrapper_get_run_attributes()
534 gint *start_offset, in text_wrapper_get_run_attributes()
535 gint *end_offset) in text_wrapper_get_run_attributes()
653 gint offset, in text_wrapper_get_character_extents()
654 gint *x, in text_wrapper_get_character_extents()
655 gint *y, in text_wrapper_get_character_extents()
656 gint *width, in text_wrapper_get_character_extents()
657 gint *height, in text_wrapper_get_character_extents()
667 gint origin_x = 0; in text_wrapper_get_character_extents()
668 gint origin_y = 0; in text_wrapper_get_character_extents()
692 static gint
695 gint rv = 0; in text_wrapper_get_character_count()
713 static gint
715 gint x, in text_wrapper_get_offset_at_point()
716 gint y, in text_wrapper_get_offset_at_point()
723 gint origin_x = 0; in text_wrapper_get_offset_at_point()
724 gint origin_y = 0; in text_wrapper_get_offset_at_point()
744 static gint
747 gint rv = 0; in text_wrapper_get_n_selections()
767 gint selection_num, in text_wrapper_get_selection()
768 gint *start_offset, in text_wrapper_get_selection()
769 gint *end_offset) in text_wrapper_get_selection()
792 gint start_offset, in text_wrapper_add_selection()
793 gint end_offset) in text_wrapper_add_selection()
812 gint selection_num) in text_wrapper_remove_selection()
830 gint selection_num, in text_wrapper_set_selection()
831 gint start_offset, in text_wrapper_set_selection()
832 gint end_offset) in text_wrapper_set_selection()