Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/X11/fonts
File: fsmasks.h
/*
[0] Fix | Delete
* Copyright 1990, 1991 Network Computing Devices;
[1] Fix | Delete
* Portions Copyright 1987 by Digital Equipment Corporation
[2] Fix | Delete
*
[3] Fix | Delete
* Permission to use, copy, modify, distribute, and sell this software and
[4] Fix | Delete
* its documentation for any purpose is hereby granted without fee, provided
[5] Fix | Delete
* that the above copyright notice appear in all copies and that both that
[6] Fix | Delete
* copyright notice and this permission notice appear in supporting
[7] Fix | Delete
* documentation, and that the names of Network Computing Devices or Digital
[8] Fix | Delete
* not be used in advertising or publicity pertaining to distribution
[9] Fix | Delete
* of the software without specific, written prior permission.
[10] Fix | Delete
* Network Computing Devices and Digital make no representations
[11] Fix | Delete
* about the suitability of this software for any purpose. It is provided
[12] Fix | Delete
* "as is" without express or implied warranty.
[13] Fix | Delete
*
[14] Fix | Delete
* NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH
[15] Fix | Delete
* REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
[16] Fix | Delete
* MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES
[17] Fix | Delete
* OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
[18] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[19] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
[20] Fix | Delete
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
[21] Fix | Delete
* THIS SOFTWARE.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
/*
[25] Fix | Delete
[26] Fix | Delete
Portions Copyright 1987, 1994, 1998 The Open Group
[27] Fix | Delete
[28] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[29] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[30] Fix | Delete
the above copyright notice appear in all copies and that both that
[31] Fix | Delete
copyright notice and this permission notice appear in supporting
[32] Fix | Delete
documentation.
[33] Fix | Delete
[34] Fix | Delete
The above copyright notice and this permission notice shall be included in
[35] Fix | Delete
all copies or substantial portions of the Software.
[36] Fix | Delete
[37] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[38] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[39] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[40] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[41] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[42] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[43] Fix | Delete
[44] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[45] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[46] Fix | Delete
in this Software without prior written authorization from The Open Group.
[47] Fix | Delete
[48] Fix | Delete
*/
[49] Fix | Delete
[50] Fix | Delete
[51] Fix | Delete
/*
[52] Fix | Delete
* masks & values used by the font lib and the font server
[53] Fix | Delete
*/
[54] Fix | Delete
[55] Fix | Delete
#ifndef _FSMASKS_H_
[56] Fix | Delete
#define _FSMASKS_H_
[57] Fix | Delete
[58] Fix | Delete
#include <X11/Xmd.h>
[59] Fix | Delete
[60] Fix | Delete
/* font format macros */
[61] Fix | Delete
#define BitmapFormatByteOrderMask (1L << 0)
[62] Fix | Delete
#define BitmapFormatBitOrderMask (1L << 1)
[63] Fix | Delete
#define BitmapFormatImageRectMask (3L << 2)
[64] Fix | Delete
#define BitmapFormatScanlinePadMask (3L << 8)
[65] Fix | Delete
#define BitmapFormatScanlineUnitMask (3L << 12)
[66] Fix | Delete
[67] Fix | Delete
#define BitmapFormatByteOrderLSB (0)
[68] Fix | Delete
#define BitmapFormatByteOrderMSB (1L << 0)
[69] Fix | Delete
#define BitmapFormatBitOrderLSB (0)
[70] Fix | Delete
#define BitmapFormatBitOrderMSB (1L << 1)
[71] Fix | Delete
[72] Fix | Delete
#define BitmapFormatImageRectMin (0L << 2)
[73] Fix | Delete
#define BitmapFormatImageRectMaxWidth (1L << 2)
[74] Fix | Delete
#define BitmapFormatImageRectMax (2L << 2)
[75] Fix | Delete
[76] Fix | Delete
#define BitmapFormatScanlinePad8 (0L << 8)
[77] Fix | Delete
#define BitmapFormatScanlinePad16 (1L << 8)
[78] Fix | Delete
#define BitmapFormatScanlinePad32 (2L << 8)
[79] Fix | Delete
#define BitmapFormatScanlinePad64 (3L << 8)
[80] Fix | Delete
[81] Fix | Delete
#define BitmapFormatScanlineUnit8 (0L << 12)
[82] Fix | Delete
#define BitmapFormatScanlineUnit16 (1L << 12)
[83] Fix | Delete
#define BitmapFormatScanlineUnit32 (2L << 12)
[84] Fix | Delete
#define BitmapFormatScanlineUnit64 (3L << 12)
[85] Fix | Delete
[86] Fix | Delete
#define BitmapFormatMaskByte (1L << 0)
[87] Fix | Delete
#define BitmapFormatMaskBit (1L << 1)
[88] Fix | Delete
#define BitmapFormatMaskImageRectangle (1L << 2)
[89] Fix | Delete
#define BitmapFormatMaskScanLinePad (1L << 3)
[90] Fix | Delete
#define BitmapFormatMaskScanLineUnit (1L << 4)
[91] Fix | Delete
[92] Fix | Delete
typedef CARD32 fsBitmapFormat;
[93] Fix | Delete
typedef CARD32 fsBitmapFormatMask;
[94] Fix | Delete
[95] Fix | Delete
#endif /* _FSMASKS_H_ */
[96] Fix | Delete
[97] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function