1mlib_ImageFlipX_Fp(3MLIB) mediaLib Library Functions mlib_ImageFlipX_Fp(3MLIB)
2
3
4

NAME

6       mlib_ImageFlipX_Fp - X-axis flip
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_ImageFlipX_Fp(mlib_image *dst, const mlib_image *src);
13
14

DESCRIPTION

16       The mlib_ImageFlipX_Fp() function flips a floating-point image on its X
17       axis.
18
19
20       The width and height of the destination image can be different from the
21       width and height of the source image. The center of the source image is
22       mapped to the center of the destination image.
23

PARAMETERS

25       The function takes the following arguments:
26
27       dst    Pointer to destination image.
28
29
30       src    Pointer to source image.
31
32

RETURN VALUES

34       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
35       MLIB_FAILURE.
36

ATTRIBUTES

38       See attributes(5) for descriptions of the following attributes:
39
40
41
42
43       ┌─────────────────────────────┬─────────────────────────────┐
44       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
45       ├─────────────────────────────┼─────────────────────────────┤
46       │Interface Stability          │Committed                    │
47       ├─────────────────────────────┼─────────────────────────────┤
48       │MT-Level                     │MT-Safe                      │
49       └─────────────────────────────┴─────────────────────────────┘
50

SEE ALSO

52       mlib_ImageFlipAntiDiag(3MLIB),        mlib_ImageFlipAntiDiag_Fp(3MLIB),
53       mlib_ImageFlipMainDiag(3MLIB),        mlib_ImageFlipMainDiag_Fp(3MLIB),
54       mlib_ImageFlipX(3MLIB),       mlib_ImageFlipY(3MLIB),       mlib_Image‐
55       FlipY_Fp(3MLIB),        mlib_ImageRotate90(3MLIB),        mlib_ImageRo‐
56       tate90_Fp(3MLIB),       mlib_ImageRotate180(3MLIB),       mlib_ImageRo‐
57       tate180_Fp(3MLIB),      mlib_ImageRotate270(3MLIB),       mlib_ImageRo‐
58       tate270_Fp(3MLIB), attributes(5)
59
60
61
62SunOS 5.11                        2 Mar 2007         mlib_ImageFlipX_Fp(3MLIB)
Impressum