Lines Matching refs:back
155 …OSL_ENSURE( empty() || (back().mnPos <= rPortion.mnPos), "FontPortionModelList::appendPortion - wr… in appendPortion()
156 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
159 back().mnFontId = rPortion.mnFontId; in appendPortion()
313 OSL_ENSURE( empty() || ((back().mnPos <= rPortion.mnPos) && in appendPortion()
314 (back().mnBasePos + back().mnBaseLen <= rPortion.mnBasePos)), in appendPortion()
316 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
320 else if( back().mnPos == rPortion.mnPos ) in appendPortion()
322 back().mnBasePos = rPortion.mnBasePos; in appendPortion()
323 back().mnBaseLen = rPortion.mnBaseLen; in appendPortion()
565 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
596 if( rPortions.back().mnPos < nStrLen ) in createTextPortions()
623 if( rPortions.back().mnPos < nStrLen ) in createPhoneticPortions()