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

1 2 3 4

  /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 25 virtual void SetGrayscaleFromAnimation(float grayscale) = 0;
layer_animation_element.h 35 GRAYSCALE,
52 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
103 // Creates an element that transitions to the given grayscale value.
106 float grayscale,
layer.h 161 // brightness and grayscale setting.
167 // and grayscale setting.
175 // Change the grayscale of all pixels from this layer by this amount.
179 void SetLayerGrayscale(float grayscale);
181 // Return the target grayscale if animator is running, or the current
182 // grayscale otherwise.
359 void SetGrayscaleImmediately(float grayscale);
369 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
layer_animation_element.cc 311 target->grayscale = target_;
319 properties.insert(LayerAnimationElement::GRAYSCALE);
574 grayscale(0.0f),
586 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
769 float grayscale,
771 return new GrayscaleTransition(grayscale, duration);
layer_animator.h 82 // Sets the grayscale on the delegate. May cause an implicit animation.
83 virtual void SetGrayscale(float grayscale);
layer.cc 266 void Layer::SetLayerGrayscale(float grayscale) {
267 GetAnimator()->SetGrayscale(grayscale);
272 LayerAnimationElement::GRAYSCALE)) {
775 void Layer::SetGrayscaleImmediately(float grayscale) {
776 layer_grayscale_ = grayscale;
806 void Layer::SetGrayscaleFromAnimation(float grayscale) {
807 SetGrayscaleImmediately(grayscale);
  /external/chromium/chrome/browser/ui/webui/
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)
59 // based on the |match| type. If |grayscale|, the URL will be for the
64 bool grayscale);
129 bool grayscale,
extension_icon_source.cc 78 bool grayscale; member in struct:ExtensionIconSource::ExtensionIconRequest
92 bool grayscale) {
98 grayscale ? "?grayscale=true" : ""));
157 if (GetData(request_id)->grayscale)
221 if (!request->grayscale) {
222 // If we don't need a grayscale image, then we can bypass FinalizeImage
279 bool grayscale = path_lower.find("grayscale=true") != std::string::npos;
281 SetData(request_id, extension, grayscale, size, match_type)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
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,
extension_icon_source.cc 70 bool grayscale; member in struct:extensions::ExtensionIconSource::ExtensionIconRequest
79 bool grayscale,
91 grayscale ? "?grayscale=true" : ""));
171 if (request->grayscale)
242 if (!request->grayscale) {
243 // If we don't need a grayscale image, then we can bypass FinalizeImage
310 bool grayscale = path_lower.find("grayscale=true") != std::string::npos;
312 SetData(request_id, callback, extension, grayscale, size, match_type)
    [all...]
  /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/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 94 EXPECT_EQ(reply_settings.grayscale, output_settings.grayscale);
  /external/skia/bench/
ColorFilterBench.cpp 108 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness));
109 paint.setImageFilter(grayscale);
134 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
135 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
267 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale());
268 paint.setImageFilter(grayscale);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host_unittest.cc 124 EXPECT_EQ(expected_settings.grayscale, actual_settings.grayscale);
pepper_print_settings_manager.cc 76 settings.grayscale = PP_FALSE;
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 218 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
  /external/freetype/src/truetype/
ttgload.c 1959 FT_Bool grayscale; local
    [all...]
ttinterp.h 261 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
266 FT_Bool grayscale_hinting; /* Using grayscale hinting? */
  /bionic/libc/kernel/common/linux/
fb.h 269 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/ndk/platforms/android-3/include/linux/
fb.h 214 __u32 grayscale; member in struct:fb_var_screeninfo
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 174 case R.id.grayscale:

Completed in 1308 milliseconds

1 2 3 4