Searched refs:bitmap (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/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() 195 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp() 218 wbmp->bitmap[pos] = WBMP_WHITE; in readwbmp() 222 wbmp->bitmap[pos] = WBMP_BLACK; in readwbmp() 271 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp() 296 gdFree (wbmp->bitmap); in freewbmp() 314 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
|
H A D | gdft.c | 640 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)); 697 for (row = 0; row < bitmap.rows; row++) { 699 pc = row * bitmap.pitch; 701 if (bitmap.pixel_mode==ft_pixel_mode_mono) { 711 for (col = 0; col < bitmap.width; col++, pc++) { 712 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-5.6/Zend/ |
H A D | zend_alloc.c | 1811 size_t bitmap = heap->large_free_bitmap >> index; in zend_mm_search_large_block() local 1814 if (bitmap == 0) { in zend_mm_search_large_block() 1818 if (UNEXPECTED((bitmap & 1) != 0)) { in zend_mm_search_large_block() 1863 bitmap = bitmap >> 1; in zend_mm_search_large_block() 1864 if (!bitmap) { in zend_mm_search_large_block() 1871 best_fit = p = heap->large_free_buckets[index + zend_mm_low_bit(bitmap)]; in zend_mm_search_large_block() 1897 size_t bitmap; in _zend_mm_alloc_int() local 1922 bitmap = heap->free_bitmap >> index; in _zend_mm_alloc_int() 1923 if (bitmap) { in _zend_mm_alloc_int() 1925 index += zend_mm_low_bit(bitmap); in _zend_mm_alloc_int()
|
/PHP-5.6/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-5.6/ext/fileinfo/tests/ |
H A D | magic | 286 0 beshort 0x0f00 AmigaOS bitmap font 5965 >4 lelong 0x10000042 multi-bitmap image 7922 # Originally a bitmap: 10482 !:mime image/x-portable-bitmap 10500 !:mime image/x-portable-bitmap 10661 0 string %bitmap\0 FBM image data 10683 >4 leshort <1981 Award BIOS bitmap 10737 #0 string BA PC bitmap array data 10949 >24 beshort 0 bitmap 11265 !:mime image/x-polar-monitor-bitmap [all …]
|
/PHP-5.6/sapi/thttpd/ |
H A D | thttpd_patch | 1074 -pbm image/x-portable-bitmap 1254 +pbm image/x-portable-bitmap
|
/PHP-5.6/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-5.6/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 89 milliseconds