Home | History | Annotate | Download | only in plugins

Lines Matching refs:ASSIGN

143 #define ASSIGN(obj, name)   (obj)->name = anp_##name
148 ASSIGN(i, newMatrix);
149 ASSIGN(i, deleteMatrix);
150 ASSIGN(i, getFlags);
151 ASSIGN(i, copy);
152 ASSIGN(i, get3x3);
153 ASSIGN(i, set3x3);
154 ASSIGN(i, setIdentity);
155 ASSIGN(i, preTranslate);
156 ASSIGN(i, postTranslate);
157 ASSIGN(i, preScale);
158 ASSIGN(i, postScale);
159 ASSIGN(i, preSkew);
160 ASSIGN(i, postSkew);
161 ASSIGN(i, preRotate);
162 ASSIGN(i, postRotate);
163 ASSIGN(i, preConcat);
164 ASSIGN(i, postConcat);
165 ASSIGN(i, invert);
166 ASSIGN(i, mapPoints);