Lines Matching defs:SetStatus

85         SetStatus(DllExports::GdipCloneMatrix(nativeMatrix,

96 return SetStatus(DllExports::GdipGetMatrixElements(nativeMatrix, m));
106 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
133 return SetStatus(DllExports::GdipSetMatrixElements(nativeMatrix,
140 return SetStatus(DllExports::GdipMultiplyMatrix(nativeMatrix,
149 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, offsetX, offsetY, order));
156 return SetStatus(DllExports::GdipScaleMatrix(nativeMatrix, scaleX, scaleY, order));
162 return SetStatus(DllExports::GdipRotateMatrix(nativeMatrix, angle, order));
171 SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, center.X, center.Y, order));
172 SetStatus(DllExports::GdipRotateMatrix(nativeMatrix, angle, order));
173 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, - center.X, - center.Y, order));
177 SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, - center.X, - center.Y, order));
178 SetStatus(DllExports::GdipRotateMatrix(nativeMatrix, angle, order));
179 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, center.X, center.Y, order));
187 return SetStatus(DllExports::GdipShearMatrix(nativeMatrix, shearX, shearY, order));
192 return SetStatus(DllExports::GdipInvertMatrix(nativeMatrix));
199 return SetStatus(DllExports::GdipTransformMatrixPoints(nativeMatrix, pts, count));
205 return SetStatus(DllExports::GdipTransformMatrixPointsI(nativeMatrix,
213 return SetStatus(DllExports::GdipVectorTransformMatrixPoints(nativeMatrix, pts, count));
219 return SetStatus(DllExports::GdipVectorTransformMatrixPointsI(nativeMatrix,
228 SetStatus(DllExports::GdipIsMatrixInvertible(nativeMatrix, &result));
237 SetStatus(DllExports::GdipIsMatrixIdentity(nativeMatrix, &result));
246 SetStatus(DllExports::GdipIsMatrixEqual(nativeMatrix,
274 SetStatus(NotImplemented);
281 SetStatus(NotImplemented);
298 Status SetStatus(Status status) const