Lines Matching defs:attrs
142 PosAttrs attrs;
154 attrs = fParent->resolve(charIndex);
158 attrs[PosAttrs::kX] = fX[localCharIndex];
161 attrs[PosAttrs::kY] = fY[localCharIndex];
164 attrs[PosAttrs::kDx] = fDx[localCharIndex];
167 attrs[PosAttrs::kDy] = fDy[localCharIndex];
186 attrs[PosAttrs::kRotate] = fRotate[localCharIndex];
187 attrs.setImplicitRotate(false);
188 } else if (!attrs.has(PosAttrs::kRotate) || attrs.isImplicitRotate()){
191 attrs[PosAttrs::kRotate] = fRotate.back();
192 attrs.setImplicitRotate(true);
196 if (!attrs.hasAny()) {
203 return attrs;