jdk/src/java.desktop/share/native/libawt/sun/java2d/loops/ByteBinary4Bit.c
changeset 25859 3317bb8137f4
parent 5506 202f599c92aa
equal deleted inserted replaced
25858:836adbf7a2cd 25859:3317bb8137f4
       
     1 /*
       
     2  * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.  Oracle designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Oracle in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22  * or visit www.oracle.com if you need additional information or have any
       
    23  * questions.
       
    24  */
       
    25 
       
    26 #include "ByteBinary4Bit.h"
       
    27 
       
    28 #include "IntArgb.h"
       
    29 
       
    30 /*
       
    31  * This file declares, registers, and defines the various graphics
       
    32  * primitive loops to manipulate surfaces of type "ByteBinary4Bit".
       
    33  *
       
    34  * See also LoopMacros.h
       
    35  */
       
    36 
       
    37 RegisterFunc RegisterByteBinary4Bit;
       
    38 
       
    39 DECLARE_SOLID_FILLRECT(ByteBinary4Bit);
       
    40 DECLARE_SOLID_FILLSPANS(ByteBinary4Bit);
       
    41 DECLARE_SOLID_DRAWLINE(ByteBinary4Bit);
       
    42 DECLARE_XOR_FILLRECT(ByteBinary4Bit);
       
    43 DECLARE_XOR_FILLSPANS(ByteBinary4Bit);
       
    44 DECLARE_XOR_DRAWLINE(ByteBinary4Bit);
       
    45 DECLARE_SOLID_DRAWGLYPHLIST(ByteBinary4Bit);
       
    46 DECLARE_SOLID_DRAWGLYPHLISTAA(ByteBinary4Bit);
       
    47 DECLARE_XOR_DRAWGLYPHLIST(ByteBinary4Bit);
       
    48 
       
    49 DECLARE_CONVERT_BLIT(ByteBinary4Bit, ByteBinary4Bit);
       
    50 DECLARE_CONVERT_BLIT(ByteBinary4Bit, IntArgb);
       
    51 DECLARE_CONVERT_BLIT(IntArgb, ByteBinary4Bit);
       
    52 DECLARE_XOR_BLIT(IntArgb, ByteBinary4Bit);
       
    53 
       
    54 DECLARE_ALPHA_MASKBLIT(ByteBinary4Bit, IntArgb);
       
    55 DECLARE_ALPHA_MASKBLIT(IntArgb, ByteBinary4Bit);
       
    56 DECLARE_ALPHA_MASKFILL(ByteBinary4Bit);
       
    57 
       
    58 NativePrimitive ByteBinary4BitPrimitives[] = {
       
    59     REGISTER_SOLID_FILLRECT(ByteBinary4Bit),
       
    60     REGISTER_SOLID_FILLSPANS(ByteBinary4Bit),
       
    61     REGISTER_SOLID_LINE_PRIMITIVES(ByteBinary4Bit),
       
    62     REGISTER_XOR_FILLRECT(ByteBinary4Bit),
       
    63     REGISTER_XOR_FILLSPANS(ByteBinary4Bit),
       
    64     REGISTER_XOR_LINE_PRIMITIVES(ByteBinary4Bit),
       
    65     REGISTER_SOLID_DRAWGLYPHLIST(ByteBinary4Bit),
       
    66     REGISTER_SOLID_DRAWGLYPHLISTAA(ByteBinary4Bit),
       
    67     REGISTER_XOR_DRAWGLYPHLIST(ByteBinary4Bit),
       
    68 
       
    69     REGISTER_CONVERT_BLIT(ByteBinary4Bit, ByteBinary4Bit),
       
    70     REGISTER_CONVERT_BLIT(ByteBinary4Bit, IntArgb),
       
    71     REGISTER_CONVERT_BLIT(IntArgb, ByteBinary4Bit),
       
    72     REGISTER_XOR_BLIT(IntArgb, ByteBinary4Bit),
       
    73 
       
    74     REGISTER_ALPHA_MASKBLIT(ByteBinary4Bit, IntArgb),
       
    75     REGISTER_ALPHA_MASKBLIT(IntArgb, ByteBinary4Bit),
       
    76     REGISTER_ALPHA_MASKFILL(ByteBinary4Bit),
       
    77 };
       
    78 
       
    79 jboolean RegisterByteBinary4Bit(JNIEnv *env)
       
    80 {
       
    81     return RegisterPrimitives(env, ByteBinary4BitPrimitives,
       
    82                               ArraySize(ByteBinary4BitPrimitives));
       
    83 }
       
    84 
       
    85 DEFINE_BYTE_BINARY_SOLID_FILLRECT(ByteBinary4Bit)
       
    86 
       
    87 DEFINE_BYTE_BINARY_SOLID_FILLSPANS(ByteBinary4Bit)
       
    88 
       
    89 DEFINE_BYTE_BINARY_SOLID_DRAWLINE(ByteBinary4Bit)
       
    90 
       
    91 DEFINE_BYTE_BINARY_XOR_FILLRECT(ByteBinary4Bit)
       
    92 
       
    93 DEFINE_BYTE_BINARY_XOR_FILLSPANS(ByteBinary4Bit)
       
    94 
       
    95 DEFINE_BYTE_BINARY_XOR_DRAWLINE(ByteBinary4Bit)
       
    96 
       
    97 DEFINE_BYTE_BINARY_SOLID_DRAWGLYPHLIST(ByteBinary4Bit)
       
    98 
       
    99 DEFINE_BYTE_BINARY_SOLID_DRAWGLYPHLISTAA(ByteBinary4Bit, 3ByteRgb)
       
   100 
       
   101 DEFINE_BYTE_BINARY_XOR_DRAWGLYPHLIST(ByteBinary4Bit)
       
   102 
       
   103 DEFINE_BYTE_BINARY_CONVERT_BLIT(ByteBinary4Bit, ByteBinary4Bit, 1IntRgb)
       
   104 
       
   105 DEFINE_BYTE_BINARY_CONVERT_BLIT(ByteBinary4Bit, IntArgb, 1IntArgb)
       
   106 
       
   107 DEFINE_BYTE_BINARY_CONVERT_BLIT(IntArgb, ByteBinary4Bit, 1IntRgb)
       
   108 
       
   109 DEFINE_BYTE_BINARY_XOR_BLIT(IntArgb, ByteBinary4Bit)
       
   110 
       
   111 DEFINE_BYTE_BINARY_ALPHA_MASKBLIT(ByteBinary4Bit, IntArgb, 4ByteArgb)
       
   112 
       
   113 DEFINE_BYTE_BINARY_ALPHA_MASKBLIT(IntArgb, ByteBinary4Bit, 4ByteArgb)
       
   114 
       
   115 DEFINE_BYTE_BINARY_ALPHA_MASKFILL(ByteBinary4Bit, 4ByteArgb)