/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* FUNCTIONS
* mlib_ImageConvClearEdge - Set edge of an image to a specific
* color. (VIS version)
*
* SYNOPSIS
* mlib_status mlib_ImageConvClearEdge(mlib_image *dst,
* mlib_s32 dx_l,
* mlib_s32 dx_r,
* mlib_s32 dy_t,
* mlib_s32 dy_b,
* const mlib_s32 *color,
* mlib_s32 cmask)
*
* ARGUMENT
* dst Pointer to an image.
* dx_l Number of columns on the left side of the
* image to be cleared.
* dx_r Number of columns on the right side of the
* image to be cleared.
* dy_t Number of rows on the top edge of the
* image to be cleared.
* dy_b Number of rows on the top edge of the
* image to be cleared.
* color Pointer to the color that the edges are set to.
* cmask Channel mask to indicate the channels to be convolved.
* Each bit of which represents a channel in the image. The
* channels corresponded to 1 bits are those to be processed.
*
* RESTRICTION
* dst can have 1, 2, 3 or 4 channels of MLIB_BYTE or MLIB_SHORT or MLIB_INT
* data type.
*
* DESCRIPTION
* Set edge of an image to a specific color. (VIS version)
* The unselected channels are not overwritten.
* If src and dst have just one channel,
* cmask is ignored.
*/
#include "mlib_image.h"
#include "vis_proto.h"
#include "mlib_ImageConvEdge.h"
/***************************************************************/
/***************************************************************/
mlib_s32 i, j, l; \
\
testchan = 1; \
for (l = chan - 1; l >= 0; l--) { \
testchan <<= 1; \
continue; \
} \
testchan <<= 1; \
for (j = 0; j < dx_l; j++) { \
} \
} \
for (j = 0; j < dx_r; j++) { \
} \
} \
} \
\
dst_width_t = dst_width; \
dst_width_b = dst_width; \
dst_width_t *= dy_t; \
dst_width_b *= dy_b; \
dst_height = 2; \
}
/***************************************************************/
{ \
testchan = 1; \
for (l = chan - 1; l >= 0; l--) { \
testchan <<= 1; \
continue; \
} \
testchan <<= 1; \
for (i = 0; i < dy_t; i++) { \
for (j = 0; j < dst_width_t; j++) { \
} \
} \
for (i = 0; i < dy_b; i++) { \
for (j = 0; j < dst_width_b; j++) { \
color_i; \
} \
} \
} \
return; \
}
/***************************************************************/
{
dx_r = 0;
}
dy_t = dst_height;
dy_b = 0;
}
switch (mlib_ImageGetType(dst)) {
case MLIB_BIT:
case MLIB_BYTE:
switch (mlib_ImageGetChannels(dst)) {
case 1:
break;
case 2:
break;
case 3:
break;
case 4:
break;
default:
return MLIB_FAILURE;
}
break;
case MLIB_SHORT:
case MLIB_USHORT:
switch (mlib_ImageGetChannels(dst)) {
case 1:
break;
case 2:
break;
case 3:
break;
case 4:
break;
default:
return MLIB_FAILURE;
}
break;
case MLIB_INT:
switch (mlib_ImageGetChannels(dst)) {
case 1:
break;
case 2:
break;
case 3:
break;
case 4:
break;
default:
return MLIB_FAILURE;
}
break;
default:
return MLIB_FAILURE;
}
return MLIB_SUCCESS;
}
/***************************************************************/
{
}
else {
}
}
/***************************************************************/
{
if (dst_width < 16)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 8)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 16)
for (i = 0; i < dy_t; i++) {
dpdst += 3;
}
}
else {
}
}
}
for (i = 0; i < dy_b; i++) {
dpdst += 3;
}
}
else {
}
}
}
}
/***************************************************************/
{
if (dst_width < 4)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 8)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 4)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 8)
for (i = 0; i < dy_t; i++) {
dpdst += 3;
}
}
else {
}
}
}
for (i = 0; i < dy_b; i++) {
dpdst += 3;
}
}
else {
}
}
}
}
/***************************************************************/
{
if (dst_width < 4)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 8)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 4)
for (i = 0; i < dy_t; i++) {
}
for (i = 0; i < dy_b; i++) {
}
}
/***************************************************************/
{
if (dst_width < 8)
for (i = 0; i < dy_t; i++) {
dpdst += 3;
}
}
else {
}
}
}
for (i = 0; i < dy_b; i++) {
dpdst += 3;
}
}
else {
}
}
}
}
/***************************************************************/
{
if (dst_width < 4)
for (i = 0; i < dy_t; i++) {
dpdst += 2;
}
}
}
for (i = 0; i < dy_b; i++) {
dpdst += 2;
}
}
}
}
/***************************************************************/