Searched refs:aTextSegment (Results 1 – 2 of 2) sorted by relevance
76 accessibility::TextSegment aTextSegment; in adjust_boundaries() local110 aTextSegment = pText->getTextBehindIndex(rTextSegment.SegmentEnd, in adjust_boundaries()112 if( aTextSegment.SegmentText.getLength() > 0 ) in adjust_boundaries()113 end = aTextSegment.SegmentStart; in adjust_boundaries()124 aTextSegment = pText->getTextBeforeIndex(rTextSegment.SegmentStart, in adjust_boundaries()126 if( aTextSegment.SegmentText.getLength() > 0 ) in adjust_boundaries()127 start = aTextSegment.SegmentEnd; in adjust_boundaries()324 …accessibility::TextSegment aTextSegment = pText->getTextBehindIndex(offset, text_type_from_boundar… in text_wrapper_get_text_after_offset() local325 return adjust_boundaries(pText, aTextSegment, boundary_type, start_offset, end_offset); in text_wrapper_get_text_after_offset()359 … accessibility::TextSegment aTextSegment = pMultiLineText->getTextAtLineWithCaret(); in text_wrapper_get_text_at_offset() local[all …]
188 void CorrectTextSegment( TextSegment& aTextSegment,358 void AccessibleStaticTextBase_Impl::CorrectTextSegment( TextSegment& aTextSegment, in CorrectTextSegment() argument362 if( aTextSegment.SegmentStart != -1 && in CorrectTextSegment()363 aTextSegment.SegmentEnd != -1 ) in CorrectTextSegment()371 aTextSegment.SegmentStart += nOffset; in CorrectTextSegment()372 aTextSegment.SegmentEnd += nOffset; in CorrectTextSegment()