1mlib_ImageIsNotAligned2(3MLmIeBd)iaLib Library Functimolnisb_ImageIsNotAligned2(3MLIB)
2
3
4

NAME

6       mlib_ImageIsNotAligned2 - image query, two-byte aligned
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       int mlib_ImageIsNotAligned2(const mlib_image *img);
13
14

DESCRIPTION

16       The  mlib_ImageIsNotAligned2()  function tests for a specific alignment
17       of a mediaLib image structure.
18

PARAMETERS

20       The function takes the following arguments:
21
22       img    Pointer to source image.
23
24

RETURN VALUES

26       Returns 0 if data  address  is  two-byte  aligned;  otherwise,  returns
27       nonzero.
28

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │Interface Stability          │Committed                    │
39       ├─────────────────────────────┼─────────────────────────────┤
40       │MT-Level                     │MT-Safe                      │
41       └─────────────────────────────┴─────────────────────────────┘
42

SEE ALSO

44       mlib_ImageIsNotAligned4(3MLIB),         mlib_ImageIsNotAligned8(3MLIB),
45       mlib_ImageIsNotAligned64(3MLIB),        mlib_ImageIsNotHeight2X(3MLIB),
46       mlib_ImageIsNotHeight4X(3MLIB),         mlib_ImageIsNotHeight8X(3MLIB),
47       mlib_ImageIsNotOneDvector(3MLIB),       mlib_ImageIsNotStride8X(3MLIB),
48       mlib_ImageIsNotWidth2X(3MLIB),           mlib_ImageIsNotWidth4X(3MLIB),
49       mlib_ImageIsNotWidth8X(3MLIB),        mlib_ImageIsUserAllocated(3MLIB),
50       attributes(5)
51
52
53
54SunOS 5.11                        2 Mar 2007    mlib_ImageIsNotAligned2(3MLIB)
Impressum