Home
last modified time | relevance | path

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

/PHP-5.3/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()
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 Dgdft.c604 for (row = 0; row < bitmap.rows; row++) {
605 pc = row * bitmap.pitch;
613 for (col = 0; col < bitmap.width; col++, pc++) {
615 if (bitmap.pixel_mode == ft_pixel_mode_grays) {
619 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
659 for (row = 0; row < bitmap.rows; row++) {
661 pc = row * bitmap.pitch;
663 if (bitmap.pixel_mode==ft_pixel_mode_mono) {
673 for (col = 0; col < bitmap.width; col++, pc++) {
674 if (bitmap.pixel_mode == ft_pixel_mode_grays) {
[all …]
H A Dgd_wbmp.c109 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx()
153 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
H A Dwbmp.h32 int *bitmap; /* pointer to data: 0 = WHITE , 1 = BLACK */ member
/PHP-5.3/Zend/
H A Dzend_alloc.c1741 size_t bitmap = heap->large_free_bitmap >> index; in zend_mm_search_large_block() local
1744 if (bitmap == 0) { in zend_mm_search_large_block()
1748 if (UNEXPECTED((bitmap & 1) != 0)) { in zend_mm_search_large_block()
1793 bitmap = bitmap >> 1; in zend_mm_search_large_block()
1794 if (!bitmap) { in zend_mm_search_large_block()
1801 best_fit = p = heap->large_free_buckets[index + zend_mm_low_bit(bitmap)]; in zend_mm_search_large_block()
1822 size_t bitmap; in _zend_mm_alloc_int() local
1846 bitmap = heap->free_bitmap >> index; in _zend_mm_alloc_int()
1847 if (bitmap) { in _zend_mm_alloc_int()
1849 index += zend_mm_low_bit(bitmap); in _zend_mm_alloc_int()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic288 0 beshort 0x0f00 AmigaOS bitmap font
5148 >4 lelong 0x10000042 multi-bitmap image
6455 # Originally a bitmap:
8306 !:mime image/x-portable-bitmap
8312 !:mime image/x-portable-bitmap
8460 0 string %bitmap\0 FBM image data
8474 >14 leshort 12 PC bitmap, OS/2 1.x format
8498 #0 string BA PC bitmap array data
8709 >24 beshort 0 bitmap
12074 0 belong 0x137A2944 NeWS bitmap font
[all …]
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1074 -pbm image/x-portable-bitmap
1254 +pbm image/x-portable-bitmap
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1071 setting up an incorrect bitmap of starting bytes, but fortunately it could
1973 1. Change 7.3/28 was implemented for classes by looking at the bitmap. This
2723 containing an extended class (one that cannot be represented by a bitmap
2964 its own bitmap.
2968 \x0b, \x0c) from the [[:space:]] bitmap. Previously, however, the
2969 subtraction was done in the overall bitmap for a character class, meaning
4027 optimization. I've improved things by keeping a bitmap of backreferences with
4105 flags a bitmap indicating which of the following fields are set
4911 2. Get pcre_study() to generate a bitmap of initial characters for non-
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2492 have a single fixed starting character. A bitmap of possible starting
2494 which to start matching. (In 16-bit mode, the bitmap is used for 16-bit
2495 values less than 256. In 32-bit mode, the bitmap is used for 32-bit

Completed in 75 milliseconds