Searched refs:nativeMatrix (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusmatrix.h | 34 lastStatus = DllExports::GdipCreateMatrix3(&rect, dstplg, &nativeMatrix); in Matrix() 44 lastStatus = DllExports::GdipCreateMatrix(&nativeMatrix); in Matrix() 56 SetStatus(DllExports::GdipCloneMatrix(nativeMatrix, &cloneMatrix)); in Clone() 70 DllExports::GdipDeleteMatrix(nativeMatrix); in ~Matrix() 84 return SetStatus(DllExports::GdipGetMatrixElements(nativeMatrix, m)); in GetElements() 96 return SetStatus(DllExports::GdipInvertMatrix(nativeMatrix)); in Invert() 103 SetStatus(DllExports::GdipIsMatrixIdentity(nativeMatrix, &result)); in IsIdentity() 111 SetStatus(DllExports::GdipIsMatrixInvertible(nativeMatrix, &result)); in IsInvertible() 217 GpMatrix *nativeMatrix; 220 Matrix(GpMatrix *matrix) : nativeMatrix(matrix), lastStatus(Ok) in Matrix() [all …]
|
H A D | gdipluspath.h | 390 GpMatrix *nativeMatrix = matrix ? getNat(matrix) : NULL; in Flatten() local 391 return SetStatus(DllExports::GdipFlattenPath(nativePath, nativeMatrix, flatness)); in Flatten() 523 GpMatrix *nativeMatrix = matrix ? getNat(matrix) : NULL; in Outline() local 524 return SetStatus(DllExports::GdipWindingModeOutline(nativePath, nativeMatrix, flatness)); in Outline() 562 return SetStatus(DllExports::GdipTransformPath(nativePath, matrix->nativeMatrix)); in Transform() 574 GpMatrix *nativeMatrix = matrix ? getNat(matrix) : NULL; in Warp() local 576 …nativePath, nativeMatrix, destPoints, count, srcRect.X, srcRect.Y, srcRect.Width, srcRect.Height, … in Warp()
|