Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_source_supports.c50 zip_int64_t bitmap; in zip_source_make_command_bitmap() local
53 bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); in zip_source_make_command_bitmap()
63 bitmap |= ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd); in zip_source_make_command_bitmap()
67 return bitmap; in zip_source_make_command_bitmap()
/PHP-7.2/ext/gd/libgd/
H A Dwbmp.c128 if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL) in createwbmp()
137 for (i = 0; i < width * height; wbmp->bitmap[i++] = color); in createwbmp()
198 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp()
221 wbmp->bitmap[pos] = WBMP_WHITE; in readwbmp()
225 wbmp->bitmap[pos] = WBMP_BLACK; in readwbmp()
274 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp()
299 gdFree (wbmp->bitmap); in freewbmp()
317 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
H A Dgdft.c640 for (row = 0; row < bitmap.rows; row++) {
641 pc = row * bitmap.pitch;
649 for (col = 0; col < bitmap.width; col++, pc++) {
651 if (bitmap.pixel_mode == ft_pixel_mode_grays) {
655 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
703 for (row = 0; row < bitmap.rows; row++) {
705 pc = row * bitmap.pitch;
707 if (bitmap.pixel_mode==ft_pixel_mode_mono) {
717 for (col = 0; col < bitmap.width; col++, pc++) {
718 if (bitmap.pixel_mode == ft_pixel_mode_grays) {
[all …]
H A Dgd_wbmp.c111 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx()
155 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
H A Dwbmp.h32 int *bitmap; /* pointer to data: 0 = WHITE , 1 = BLACK */ member
/PHP-7.2/ext/fileinfo/
H A Dmagicdata.patch63 >>>0 string x \b, bitmap
65 !:mime image/x-portable-bitmap
87 >>>0 string x \b, rawbits, bitmap
89 !:mime image/x-portable-bitmap
218 # display tga bitmap image information
/PHP-7.2/ext/standard/html_tables/mappings/
H A DROMAN.TXT105 # Before Mac OS 8.5, the ROM bitmap versions of the fonts Chicago,
109 # the full character set, as with the bitmap and TrueType versions
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic316 0 beshort 0x0f00 AmigaOS bitmap font
10265 # Originally a bitmap:
13426 >>>0 string x \b, bitmap
13428 !:mime image/x-portable-bitmap
13447 >>>0 string x \b, rawbits, bitmap
13449 !:mime image/x-portable-bitmap
13763 0 string %bitmap\0 FBM image data
13839 #0 string BA PC bitmap array data
14055 >24 beshort 0 bitmap
18170 !:mime image/x-win-bitmap
[all …]
H A Dmagic私はガラスを食べられます316 0 beshort 0x0f00 AmigaOS bitmap font
10265 # Originally a bitmap:
13426 >>>0 string x \b, bitmap
13428 !:mime image/x-portable-bitmap
13447 >>>0 string x \b, rawbits, bitmap
13449 !:mime image/x-portable-bitmap
13763 0 string %bitmap\0 FBM image data
13839 #0 string BA PC bitmap array data
14055 >24 beshort 0 bitmap
18170 !:mime image/x-win-bitmap
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog2193 setting up an incorrect bitmap of starting bytes, but fortunately it could
3096 1. Change 7.3/28 was implemented for classes by looking at the bitmap. This
3846 containing an extended class (one that cannot be represented by a bitmap
4087 its own bitmap.
4091 \x0b, \x0c) from the [[:space:]] bitmap. Previously, however, the
4092 subtraction was done in the overall bitmap for a character class, meaning
5150 optimization. I've improved things by keeping a bitmap of backreferences with
5228 flags a bitmap indicating which of the following fields are set
6034 2. Get pcre_study() to generate a bitmap of initial characters for non-
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt2598 have a single fixed starting character. A bitmap of possible starting
2600 which to start matching. (In 16-bit mode, the bitmap is used for 16-bit
2601 values less than 256. In 32-bit mode, the bitmap is used for 32-bit

Completed in 229 milliseconds