Home
last modified time | relevance | path

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

/PHP-5.5/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.c606 for (row = 0; row < bitmap.rows; row++) {
607 pc = row * bitmap.pitch;
615 for (col = 0; col < bitmap.width; col++, pc++) {
617 if (bitmap.pixel_mode == ft_pixel_mode_grays) {
621 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
661 for (row = 0; row < bitmap.rows; row++) {
663 pc = row * bitmap.pitch;
665 if (bitmap.pixel_mode==ft_pixel_mode_mono) {
675 for (col = 0; col < bitmap.width; col++, pc++) {
676 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.5/Zend/
H A Dzend_alloc.c1811 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.5/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-5.5/ext/fileinfo/tests/
H A Dmagic286 0 beshort 0x0f00 AmigaOS bitmap font
5682 >4 lelong 0x10000042 multi-bitmap image
7385 # Originally a bitmap:
9842 !:mime image/x-portable-bitmap
9860 !:mime image/x-portable-bitmap
10021 0 string %bitmap\0 FBM image data
10043 >4 leshort <1981 Award BIOS bitmap
10085 #0 string BA PC bitmap array data
10297 >24 beshort 0 bitmap
10576 !:mime image/x-polar-monitor-bitmap
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1074 -pbm image/x-portable-bitmap
1254 +pbm image/x-portable-bitmap
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2007 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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2599 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 98 milliseconds