HomeSort by relevance Sort by last modified time
    Searched refs:grayscale (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium_org/ppapi/api/dev/
pp_print_settings_dev.idl 42 PP_Bool grayscale;
  /external/chromium_org/ppapi/c/dev/
pp_print_settings_dev.h 66 PP_Bool grayscale; member in struct:PP_PrintSettings_Dev
  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 27 virtual void SetGrayscaleFromAnimation(float grayscale) = 0;
layer_animation_element.h 37 GRAYSCALE = (1 << 5),
58 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
123 // Creates an element that transitions to the given grayscale value.
126 float grayscale,
layer.h 171 // brightness and grayscale setting.
177 // and grayscale setting.
185 // Change the grayscale of all pixels from this layer by this amount.
189 void SetLayerGrayscale(float grayscale);
191 // Return the target grayscale if animator is running, or the current
192 // grayscale otherwise.
363 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
layer_animator.h 82 // Sets the grayscale on the delegate. May cause an implicit animation.
83 virtual void SetGrayscale(float grayscale);
layer_animation_element.cc 259 : LayerAnimationElement(GRAYSCALE, duration),
277 target->grayscale = target_;
607 grayscale(0.0f),
619 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
833 float grayscale,
835 return new GrayscaleTransition(grayscale, duration);
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 51 void TestLayerAnimationDelegate::SetGrayscaleFromAnimation(float grayscale) {
52 grayscale_ = grayscale;
test_layer_animation_delegate.h 28 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 70 bool grayscale; member in struct:extensions::ExtensionIconSource::ExtensionIconRequest
79 bool grayscale,
91 grayscale ? "?grayscale=true" : ""));
171 if (request->grayscale)
243 if (!request->grayscale) {
244 // If we don't need a grayscale image, then we can bypass FinalizeImage
311 bool grayscale = path_lower.find("grayscale=true") != std::string::npos;
313 SetData(request_id, callback, extension, grayscale, size, match_type)
    [all...]
extension_icon_source.h 39 // grayscale=true to desaturate the image.
42 // chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/32/1?grayscale=true
43 // (ICON_SMALL, MATCH_BIGGER, grayscale)
58 // based on the |match| type. If |grayscale|, the URL will be for the
65 bool grayscale,
137 bool grayscale,
  /external/chromium_org/third_party/skia/gm/
colorfilterimagefilter.cpp 90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
91 paint.setImageFilter(grayscale);
96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
  /external/skia/gm/
colorfilterimagefilter.cpp 90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
91 paint.setImageFilter(grayscale);
96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
  /external/chromium_org/ppapi/proxy/
printing_resource_unittest.cc 95 EXPECT_EQ(reply_settings.grayscale, output_settings.grayscale);
  /external/chromium_org/third_party/skia/bench/
ColorFilterBench.cpp 111 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
112 paint.setImageFilter(grayscale);
137 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
138 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
270 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
271 paint.setImageFilter(grayscale);
  /external/skia/bench/
ColorFilterBench.cpp 111 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
112 paint.setImageFilter(grayscale);
137 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
138 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
270 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
271 paint.setImageFilter(grayscale);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host_unittest.cc 120 EXPECT_EQ(expected_settings.grayscale, actual_settings.grayscale);
pepper_print_settings_manager.cc 76 settings.grayscale = PP_FALSE;
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 97 * @param {boolean} grayscale whether or not to display the PDF in grayscale.
101 resetPrintPreviewMode: function(url, grayscale, pageNumbers, modifiable) {
105 grayscale: grayscale,
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 48 const bool grayscale = false; local
54 grayscale,
  /external/freetype/src/truetype/
ttgload.c 2104 FT_Bool grayscale; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1959 FT_Bool grayscale; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 1968 FT_Bool grayscale; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 363 final ColorMatrix grayscale = new ColorMatrix(); local
364 grayscale.setSaturation(0);
365 m.preConcat(grayscale);
  /bionic/libc/kernel/uapi/linux/
fb.h 262 __u32 grayscale; member in struct:fb_var_screeninfo

Completed in 518 milliseconds

1 2 3 4 5