Lines Matching refs:fAttributes
18 fAttributes.fX.set(x);
22 fAttributes.fY.set(y);
26 fAttributes.fWidth.set(w);
30 fAttributes.fHeight.set(h);
38 fAttributes.fPatternTransform.set(patternTransform);
117 inherit_if_needed(currentNode->fAttributes.fX , attrs->fX) |
118 inherit_if_needed(currentNode->fAttributes.fY , attrs->fY) |
119 inherit_if_needed(currentNode->fAttributes.fWidth , attrs->fWidth) |
120 inherit_if_needed(currentNode->fAttributes.fHeight , attrs->fHeight) |
121 inherit_if_needed(currentNode->fAttributes.fPatternTransform, attrs->fPatternTransform);