HomeSort by relevance Sort by last modified time
    Searched full:grayscale (Results 101 - 125 of 337) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/gesture/
GestureUtils.java 64 * grayscale bitmap. Scales the gesture to fit the size of the bitmap.
69 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
70 * as a 1D array. The float at index i represents the grayscale
79 * grayscale bitmap. Scales the gesture to fit the size of the bitmap.
86 * @return a bitmapSize x bitmapSize grayscale bitmap that is represented
87 * as a 1D array. The float at index i represents the grayscale
  /external/freetype/src/truetype/
ttgload.c 1959 FT_Bool grayscale; local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 177 * 8bit-grayscale, or 8-bits/component) and whether there is per-pixel
178 * alpha (does not apply to grayscale). If the caller has no preference
188 * will either be a conversion of the grayscale in the case of a
189 * grayscale source or the alpha channel in the case of a source with
485 // Grayscale in 8 bits.
  /external/jpeg/
jdcolor.c 537 * Color conversion for grayscale: just copy the data.
538 * This also works for YCbCr -> grayscale conversion, in which
553 * Convert grayscale to RGB: just duplicate the graylevel three times.
555 * with grayscale as a separate case.
797 /* For color->grayscale conversion, only the Y (0) component is needed */
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 535 * Color conversion for grayscale: just copy the data.
536 * This also works for YCbCr -> grayscale conversion, in which
551 * Convert grayscale to RGB: just duplicate the graylevel three times.
553 * with grayscale as a separate case.
795 /* For color->grayscale conversion, only the Y (0) component is needed */
jccolor.c 42 * negative swings for Cb/Cr, but meant that grayscale values (Cb=Cr=0)
275 * This version handles RGB->grayscale conversion, which is the same
370 * This version handles grayscale output with no conversion.
371 * The source can be either plain grayscale or YCbCr (since Y == gray).
  /external/skia/include/core/
SkImageDecoder.h 194 * 8bit-grayscale, or 8-bits/component) and whether there is per-pixel
195 * alpha (does not apply to grayscale). If the caller has no preference
205 * will either be a conversion of the grayscale in the case of a
206 * grayscale source or the alpha channel in the case of a source with
502 // Grayscale in 8 bits.
  /external/chromium/chrome/browser/resources/
print_preview.js 323 $('pdf-viewer').grayscale(!color);
380 pdfViewer.grayscale(!isColor());
399 pdfPlugin.grayscale(true);
  /external/chromium_org/cc/output/
render_surface_filters.cc 201 case FilterOperation::GRAYSCALE: {
361 case FilterOperation::GRAYSCALE:
448 case FilterOperation::GRAYSCALE:
render_surface_filters_unittest.cc 26 // grayscale, saturate, invert, contrast, opacity.
  /external/chromium_org/printing/backend/
cups_helper.cc 128 *color_model_for_black = printing::GRAYSCALE;
173 // represent grayscale. If NORMAL_GRAY is supported, NORMAL is used to
  /external/chromium_org/ui/compositor/
layer_animator.h 82 // Sets the grayscale on the delegate. May cause an implicit animation.
83 virtual void SetGrayscale(float grayscale);
  /external/libpng/contrib/gregbook/
readpng.c 222 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
224 * images to 8 bits per sample; and convert grayscale to RGB[A] */
  /external/libpng/contrib/pngminus/
png2pnm.c 255 /* expand images to bit-depth 8 (only applicable for grayscale images) */
266 /* transform grayscale images into full-color */
  /external/opencv/cxcore/src/
cximage.cpp 120 "RGB<->Grayscale conversion is not implemented for images stored in XML/YAML" );
272 "RGB<->Grayscale conversion is not implemented for matrices stored in XML/YAML" );
  /development/ndk/platforms/android-3/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 59 // Grayscale filter used on all thumbnails
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperation.cpp 50 case GRAYSCALE:
  /external/freetype/src/sfnt/
pngshim.c 270 /* convert grayscale to RGB */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
ImageTileLoader.java 32 //private int imageType = BufferedImage.TYPE_USHORT_GRAY; // 16 bit grayscale
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetcolors.html 229 >/* Create a display surface with a grayscale palette */
sdlsetpalette.html 235 > /* Create a display surface with a grayscale palette */
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DocumentaryFilter.java 72 // grayscale
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 105 C2D_COLOR_FORMAT_2_L = 4, /* 2-bit grayscale */
106 C2D_COLOR_FORMAT_4_L = 5, /* 4-bit grayscale */
107 C2D_COLOR_FORMAT_8_L = 6, /* 8-bit grayscale */
182 C2D_COLOR_FORMAT_800_Y = 190, /* planar, Y only, grayscale */
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 105 C2D_COLOR_FORMAT_2_L = 4, /* 2-bit grayscale */
106 C2D_COLOR_FORMAT_4_L = 5, /* 4-bit grayscale */
107 C2D_COLOR_FORMAT_8_L = 6, /* 8-bit grayscale */
182 C2D_COLOR_FORMAT_800_Y = 190, /* planar, Y only, grayscale */
    [all...]

Completed in 1754 milliseconds

1 2 3 45 6 7 8 91011>>