Lines Matching refs:maLayoutArgs
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()
143 return ext_std::make_pair(mnEnd, maLayoutArgs.mnLength); in propertyRange()