Searched refs:maLayoutArgs (Results 1 – 2 of 2) sorted by relevance
52 return maLayoutArgs.mnLength; in getLength()67 size_t copy_count = std::min(size_t(maLayoutArgs.mnLength), char_count); in fetch()68 std::copy(maLayoutArgs.mpStr + offset, maLayoutArgs.mpStr + offset + copy_count, char_buffer); in fetch()83 maLayoutArgs.ResetPos(); in getCharProperties()84 bool rtl = maLayoutArgs.mnFlags & SAL_LAYOUT_BIDI_RTL; in getCharProperties()85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties()96 if (lim > 0 && nCharIdx >= lim && nCharIdx < maLayoutArgs.mnEndCharPos) in getCharProperties()137 if (nCharIdx < unsigned(maLayoutArgs.mnMinCharPos)) in propertyRange()138 return ext_std::make_pair(0, maLayoutArgs.mnMinCharPos); in propertyRange()141 return ext_std::make_pair(maLayoutArgs.mnMinCharPos, mnEnd); in propertyRange()[all …]
88 const ImplLayoutArgs & getLayoutArgs() const { return maLayoutArgs; } in getLayoutArgs()97 ImplLayoutArgs maLayoutArgs; member in TextSourceAdaptor103 : maLayoutArgs(la), in TextSourceAdaptor()110 return maLayoutArgs; in operator ImplLayoutArgs&()115 mnEnd += aNewArgs.mnMinCharPos - maLayoutArgs.mnMinCharPos; in switchLayoutArgs()116 maLayoutArgs = aNewArgs; in switchLayoutArgs()
Completed in 18 milliseconds