Home
last modified time | relevance | path

Searched refs:grayscale (Results 1 – 25 of 28) sorted by relevance

12

/external/libpng/contrib/pngsuite/
DREADME20 grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
21 (1-8 bit) and grayscale or color images with alpha channel. You
26 basn0g01.png 1-bit grayscale
27 basn0g02.png 2-bit grayscale
28 basn0g04.png 4-bit grayscale
29 basn0g08.png 8-bit grayscale
30 basn0g16.png 16-bit grayscale
42 ftbbn0g01.png 1-bit grayscale, black bKGD
43 ftbbn0g02.png 2-bit grayscale, black bKGD
44 ftbbn0g04.png 4-bit grayscale, black bKGD
[all …]
/external/skia/bench/
DColorFilterBench.cpp113 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness)); in onDraw() local
114 paint.setImageFilter(grayscale); in onDraw()
139 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); in onDraw() local
140 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale)); in onDraw()
271 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); in onDraw() local
272 paint.setImageFilter(grayscale); in onDraw()
/external/skia/gm/
Dcolorfilterimagefilter.cpp90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness)); in onDraw() local
91 paint.setImageFilter(grayscale); in onDraw()
96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); in onDraw() local
97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale)); in onDraw()
/external/libpng/
DTODO9 Add "grayscale->palette" transformation and "palette->grayscale" detection.
Dlibpng-manual.txt1065 The background_color is an RGB or grayscale value according to the data format
1071 RGB output according to the input format, but low bit depth grayscale images
1073 grayscale images can't have an alpha channel they can have a transparent
1132 PNG_TRANSFORM_GRAY_TO_RGB Expand grayscale samples
1683 For example, 4 bit/pixel paletted or grayscale data will be returned
1692 after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
1696 The following code transforms grayscale images of less than 8 to 8 bits,
1699 grayscale images with bit depths of 2 or 4 or if there is a multiple-image
1752 major ommissions are conversion of grayscale to indexed images (which can be
1753 done trivially in the application) and conversion of indexed to grayscale (which
[all …]
DCHANGES194 Fixed bug in gamma handling of 4-bit grayscale
195 Added 2-bit grayscale gamma handling (Glenn R-P)
334 Added grayscale and 16-bit capability to png_do_read_filler().
1082 Added a check for attempts to read or write PLTE in grayscale PNG datastreams.
3898 Added two images to contrib/pngsuite (1-bit and 2-bit transparent grayscale),
4234 cope correctly with an RGB profile on a grayscale image and, since it
4291 simply display composite for grayscale images but do composition
4758 grayscale palette builder out of the png?tran.c files. The latter
/external/libpng/contrib/pngminus/
Dpnm2png.bat1 REM -- grayscale
21 REM -- grayscale
Dpng2pnm.bat1 REM -- grayscale
21 REM -- grayscale
/external/skia/tools/skpdiff/
Dviewer_style.css134 -webkit-filter: grayscale(30%)
140 -webkit-filter: grayscale(0)
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c1355 FT_Bool grayscale_ = loader->exec ? loader->exec->grayscale \
2109 FT_Bool grayscale; in tt_loader_init() local
2154 grayscale = FALSE; in tt_loader_init()
2157 grayscale = TRUE; in tt_loader_init()
2161 grayscale = FALSE; in tt_loader_init()
2166 exec->ignore_x_mode = subpixel || grayscale; in tt_loader_init()
2197 grayscale = FT_BOOL( FT_LOAD_TARGET_MODE( load_flags ) != in tt_loader_init()
2222 if ( grayscale != exec->grayscale ) in tt_loader_init()
2227 exec->grayscale = grayscale; in tt_loader_init()
2238 if ( grayscale != exec->grayscale ) in tt_loader_init()
[all …]
Dttinterp.h262 FT_Bool grayscale; /* are we hinting for grayscale? */ member
Dttinterp.c7781 if ( ( args[0] & 32 ) != 0 && CUR.grayscale ) in Ins_GETINFO()
/external/jpeg/
Dusage.doc68 All switch names may be abbreviated; for example, -grayscale may be written
83 -grayscale Create monochrome JPEG file from color input.
84 Be sure to use this switch when compressing a grayscale
87 saying -grayscale, you'll get a smaller JPEG file that
226 -grayscale Force gray-scale output even if JPEG file is color.
237 colormapped format is emitted if -colors or -grayscale
247 colormapped format is emitted if -colors or -grayscale
253 gray-scale or if -grayscale is specified; otherwise
260 -grayscale is specified; otherwise, colormapped format
342 To get a quick preview of an image, use the -grayscale and/or -scale switches.
[all …]
Dchange.log8 and flipping) as well as "lossless" reduction to grayscale.
140 Correct bugs with grayscale images having v_samp_factor > 1.
157 Changed color conversion roundoff behavior so that grayscale values are
Dlibjpeg.doc193 (three components per pixel) or grayscale data (one component per pixel).
196 programs don't work with grayscale JPEG files.
199 or full grayscale (or sometimes another colorspace such as CMYK). You can
329 RGB or grayscale, and input_components is 3 or 1 accordingly. (See "Special
663 formats", above. Don't forget that grayscale and color JPEGs will return
916 NOTE: the overhead of restart markers is higher in grayscale JPEG
941 (ie, YCbCr or grayscale) is selected, otherwise FALSE.
1008 for grayscale where 1,1 is used.
1066 based on jpeg_color_space; typically it will be RGB or grayscale.
1068 colorspace. For example, set it to JCS_GRAYSCALE to get grayscale
[all …]
Dinstall.doc510 than the default. Timing cjpeg on a large PGM (grayscale) input file is the
/external/freetype/src/truetype/
Dttgload.c1361 ? loader->exec->grayscale \
2197 FT_Bool grayscale; in tt_loader_init() local
2243 grayscale = FALSE; in tt_loader_init()
2246 grayscale = TRUE; in tt_loader_init()
2250 grayscale = FALSE; in tt_loader_init()
2255 exec->ignore_x_mode = subpixel_hinting || grayscale; in tt_loader_init()
2294 grayscale = FT_BOOL( FT_LOAD_TARGET_MODE( load_flags ) != in tt_loader_init()
2319 if ( grayscale != exec->grayscale ) in tt_loader_init()
2324 exec->grayscale = grayscale; in tt_loader_init()
2335 if ( grayscale != exec->grayscale ) in tt_loader_init()
[all …]
Dttinterp.h250 FT_Bool grayscale; /* are we hinting for grayscale? */ member
Dttinterp.c7359 if ( ( args[0] & 32 ) != 0 && exc->grayscale ) in Ins_GETINFO()
/external/kernel-headers/original/uapi/linux/
Dfb.h249 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member
/external/libpng/contrib/gregbook/
DREADME13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets
/external/webp/
DREADME261 -pgm ......... save the raw YUV samples as a grayscale PGM
/external/libpng/scripts/
Dpnglibconf.dfa482 # API to build a grayscale palette
/external/valgrind/include/vki/
Dvki-linux.h2143 __vki_u32 grayscale; /* != 0 Graylevels instead of colors */ member
/external/libvncserver/
DChangeLog6385 grayscale images)

12