Lines Matching refs:back
151 …OSL_ENSURE( empty() || (back().mnPos <= rPortion.mnPos), "FontPortionModelList::appendPortion - wr… in appendPortion()
152 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
155 back().mnFontId = rPortion.mnFontId; in appendPortion()
309 OSL_ENSURE( empty() || ((back().mnPos <= rPortion.mnPos) && in appendPortion()
310 (back().mnBasePos + back().mnBaseLen <= rPortion.mnBasePos)), in appendPortion()
312 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
316 else if( back().mnPos == rPortion.mnPos ) in appendPortion()
318 back().mnBasePos = rPortion.mnBasePos; in appendPortion()
319 back().mnBaseLen = rPortion.mnBaseLen; in appendPortion()
561 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
592 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
619 if( rPortions.back().mnPos < nStrLen ) in createPhoneticPortions()