mediaLib Library Functions mlibImageIsNotAligned4(3MLIB)
NAME
mlibImageIsNotAligned4 - image query, four-byte aligned
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
int mlibImageIsNotAligned4(const mlibimage *img);
DESCRIPTION
The mlibImageIsNotAligned4() function tests for a specific
alignment of a mediaLib image structure.
PARAMETERS
The function takes the following arguments:
img Pointer to source image.
RETURN VALUES
Returns 0 if data address is four-byte aligned; otherwise,
returns nonzero.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageIsNotAligned2(3MLIB),
mlibImageIsNotAligned8(3MLIB),
mlibImageIsNotAligned64(3MLIB),
mlibImageIsNotHeight2X(3MLIB),
mlibImageIsNotHeight4X(3MLIB),
mlibImageIsNotHeight8X(3MLIB),
mlibImageIsNotOneDvector(3MLIB),
mlibImageIsNotStride8X(3MLIB),
mlibImageIsNotWidth2X(3MLIB),
mlibImageIsNotWidth4X(3MLIB),
mlibImageIsNotWidth8X(3MLIB),
mlibImageIsUserAllocated(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|