Lines Matching refs:bind
27 this->bind(abuilder, janchor_point, fAnchorPoint);
28 this->bind(abuilder, jscale , fScale);
29 this->bind(abuilder, jrotation , fRotation);
30 this->bind(abuilder, jskew , fSkew);
31 this->bind(abuilder, jskew_axis , fSkewAxis);
146 this->bind(abuilder, jtransform["a"], fAnchorPoint);
147 this->bind(abuilder, jtransform["p"], fPosition);
148 this->bind(abuilder, jtransform["s"], fScale);
152 this->bind(abuilder, jtransform["rx"], fRx);
153 this->bind(abuilder, jtransform["ry"], fRy);
154 this->bind(abuilder, jtransform["rz"], fRz);
155 this->bind(abuilder, jtransform["or"], fOrientation);