Lines Matching defs:localCharIndex
146 const auto localCharIndex = charIndex - fCharIndexOffset;
148 const auto hasAllLocal = localCharIndex < fX.size() &&
149 localCharIndex < fY.size() &&
150 localCharIndex < fDx.size() &&
151 localCharIndex < fDy.size() &&
152 localCharIndex < fRotate.size();
157 if (localCharIndex < fX.size()) {
158 attrs[PosAttrs::kX] = fX[localCharIndex];
160 if (localCharIndex < fY.size()) {
161 attrs[PosAttrs::kY] = fY[localCharIndex];
163 if (localCharIndex < fDx.size()) {
164 attrs[PosAttrs::kDx] = fDx[localCharIndex];
166 if (localCharIndex < fDy.size()) {
167 attrs[PosAttrs::kDy] = fDy[localCharIndex];
184 if (localCharIndex < fRotate.size()) {
186 attrs[PosAttrs::kRotate] = fRotate[localCharIndex];