Searched refs:bitmap (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_supports.c | 50 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.0/ext/gd/libgd/ |
H A D | wbmp.c | 128 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 D | gdft.c | 639 for (row = 0; row < bitmap.rows; row++) { 640 pc = row * bitmap.pitch; 648 for (col = 0; col < bitmap.width; col++, pc++) { 650 if (bitmap.pixel_mode == ft_pixel_mode_grays) { 654 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 696 for (row = 0; row < bitmap.rows; row++) { 698 pc = row * bitmap.pitch; 700 if (bitmap.pixel_mode==ft_pixel_mode_mono) { 710 for (col = 0; col < bitmap.width; col++, pc++) { 711 if (bitmap.pixel_mode == ft_pixel_mode_grays) { [all …]
|
H A D | gd_wbmp.c | 109 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx() 153 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
|
H A D | wbmp.h | 32 int *bitmap; /* pointer to data: 0 = WHITE , 1 = BLACK */ member
|
/PHP-7.0/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 105 # 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.0/ext/fileinfo/tests/ |
H A D | magic | 318 0 beshort 0x0f00 AmigaOS bitmap font 8361 # Originally a bitmap: 10984 >>0 string x \b, bitmap 10986 !:mime image/x-portable-bitmap 11003 >>0 string x \b, rawbits, bitmap 11005 !:mime image/x-portable-bitmap 11314 0 string %bitmap\0 FBM image data 11390 #0 string BA PC bitmap array data 11602 >24 beshort 0 bitmap 11937 !:mime image/x-polar-monitor-bitmap [all …]
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2007 setting up an incorrect bitmap of starting bytes, but fortunately it could 2910 1. Change 7.3/28 was implemented for classes by looking at the bitmap. This 3660 containing an extended class (one that cannot be represented by a bitmap 3901 its own bitmap. 3905 \x0b, \x0c) from the [[:space:]] bitmap. Previously, however, the 3906 subtraction was done in the overall bitmap for a character class, meaning 4964 optimization. I've improved things by keeping a bitmap of backreferences with 5042 flags a bitmap indicating which of the following fields are set 5848 2. Get pcre_study() to generate a bitmap of initial characters for non-
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2599 have a single fixed starting character. A bitmap of possible starting 2601 which to start matching. (In 16-bit mode, the bitmap is used for 16-bit 2602 values less than 256. In 32-bit mode, the bitmap is used for 32-bit
|
Completed in 84 milliseconds