/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libpng.cpp | 261 * byte into separate bytes (useful for paletted and grayscale images). */ 265 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */ 582 // Unless the user is requesting A8, convert a grayscale image into RGB. [all...] |
/external/chromium_org/ui/gfx/codec/ |
png_codec_unittest.cc | 81 // Creates a grayscale image without an alpha channel. 92 // Creates a grayscale image with an alpha channel. 147 // interlaced, palette-based, or grayscale images, but PNGCodec::Decode is [all...] |
/external/libpng/ |
example.c | 195 * byte into separate bytes (useful for paletted and grayscale images). 207 /* Expand grayscale images to the full 8 bits from 1, 2, or 4 bits/pixel */ 656 /* If we are dealing with a grayscale image then */
|
pngrtran.c | 569 /* Expand paletted images to RGB, expand grayscale images of 589 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 617 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 632 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 671 /* Convert a RGB image to a grayscale of the same width. This allows us, 672 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image. [all...] |
libpng.3 | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 541 /* Expand paletted images to RGB, expand grayscale images of 560 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 586 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 600 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ 638 /* Convert a RGB image to a grayscale of the same width. This allows us, 639 * for example, to convert a 24 bpp RGB image into an 8 bpp grayscale image. [all...] |
/bootable/recovery/minui/ |
graphics.c | 359 // interpret the grayscale as alpha
|
/external/chromium_org/ash/ |
ash_switches.cc | 16 // same time as the white/grayscale login screen animation).
|
root_window_controller.cc | 71 // wm/window_animation.cc's brightness/grayscale fade animation that the login 360 // wallpaper's brightness/grayscale animation.
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/ |
wallpaper_manager.css | 200 -webkit-filter: grayscale(1);
|
/external/chromium_org/ppapi/c/dev/ |
ppb_font_dev.h | 231 * grayscale antialiasing will be used instead (assuming the user has
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_browser_font_trusted.h | 228 * grayscale antialiasing will be used instead (assuming the user has
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
SkiaImageFilterBuilder.cpp | 241 case FilterOperation::GRAYSCALE: {
|
/external/libpng/contrib/gregbook/ |
README | 13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets
|
/external/opencv/otherlibs/highgui/ |
highgui.h | 341 /* Create image (BGR or grayscale) */
|
/external/qemu-pc-bios/vgabios/ |
README | 205 . Included bugfix from techt@pikeonline.net about grayscale summing
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/packages/apps/Camera2/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 188 // make a grayscale image:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fb.h | 233 __u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 818 /* Expand paletted images to RGB, expand grayscale images of 838 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 865 /* Expand grayscale images of less than 8-bit depth to 8 bits. */ [all...] |
/external/chromium_org/ash/wm/ |
session_state_animator.cc | 243 // Starts grayscale/brightness animation for |window| over |duration|. Target 244 // value for both grayscale and brightness are specified by |target|.
|
window_animations.cc | 50 // Durations for the brightness/grayscale fade animation, in milliseconds. 53 // Brightness/grayscale values for hide/show window animations.
|