Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_tga.c77 tga->bitmap = NULL; in gdImageCreateFromTgaCtx()
116 …*tpix = gdTrueColor(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap[bitm… in gdImageCreateFromTgaCtx()
119 register int a = tga->bitmap[bitmap_caret + 3]; in gdImageCreateFromTgaCtx()
121 …*tpix = gdTrueColorAlpha(tga->bitmap[bitmap_caret + 2], tga->bitmap[bitmap_caret + 1], tga->bitmap in gdImageCreateFromTgaCtx()
239 tga->bitmap = (int *) gdMalloc(image_block_size * sizeof(int)); in read_image_tga()
240 if (tga->bitmap == NULL) in read_image_tga()
260 tga->bitmap[buffer_caret] = (int) conversion_buffer[buffer_caret]; in read_image_tga()
318 …memcpy(tga->bitmap + bitmap_caret, decompression_buffer + buffer_caret, pixel_block_size * sizeof(… in read_image_tga()
334 …memcpy(tga->bitmap + bitmap_caret, decompression_buffer + buffer_caret, encoded_pixels * pixel_blo… in read_image_tga()
356 if (tga->bitmap) in free_tga()
[all …]
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 Dwbmp.h32 int *bitmap; /* pointer to data: 0 = WHITE , 1 = BLACK */ member
H A Dgd_tga.h27 int *bitmap; // bitmap data member
H A Dgd_wbmp.c118 wbmp->bitmap[pos] = WBMP_BLACK; in _gdImageWBMPCtx()
167 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch112 # display tga bitmap image information
/PHP-7.4/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.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます350 0 beshort 0x0f00 AmigaOS bitmap font
11857 # Originally a bitmap:
15469 >>0 string x \b, bitmap
15471 !:mime image/x-portable-bitmap
15490 >>0 string x \b, rawbits, bitmap
15492 !:mime image/x-portable-bitmap
15824 0 string %bitmap\0 FBM image data
15900 #0 string BA PC bitmap array data
16118 >24 beshort 0 bitmap
21363 !:mime image/x-win-bitmap
[all …]
H A Dmagic350 0 beshort 0x0f00 AmigaOS bitmap font
11857 # Originally a bitmap:
15469 >>0 string x \b, bitmap
15471 !:mime image/x-portable-bitmap
15490 >>0 string x \b, rawbits, bitmap
15492 !:mime image/x-portable-bitmap
15824 0 string %bitmap\0 FBM image data
15900 #0 string BA PC bitmap array data
16118 >24 beshort 0 bitmap
21363 !:mime image/x-win-bitmap
[all …]

Completed in 106 milliseconds