Searched defs:grayscale (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dpp_print_settings_dev.h66 PP_Bool grayscale; member in struct:PP_PrintSettings_Dev
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc51 void TestLayerAnimationDelegate::SetGrayscaleFromAnimation(float grayscale) { argument
52 grayscale_ = grayscale;
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.cc78 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, siz
89 GetIconURL(const Extension* extension, Extension::Icons icon_size, ExtensionIconSet::MatchType match, bool grayscale) argument
293 SetData(int request_id, const Extension* extension, bool grayscale, Extension::Icons size, ExtensionIconSet::MatchType match) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.cc70 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, siz
76 GetIconURL(const Extension* extension, int icon_size, ExtensionIconSet::MatchType match, bool grayscale, bool* exists) argument
317 SetData( int request_id, const content::URLDataSource::GotDataCallback& callback, const Extension* extension, bool grayscale, int size, ExtensionIconSet::MatchType match) argument
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.h52 float grayscale; member in struct:ui::LayerAnimationElement::TargetValue
103 // Creates an element that transitions to the given grayscale value.
106 float grayscale,
H A Dlayer_animation_element.cc311 target->grayscale = target_;
574 grayscale(0.0f),
586 grayscale(delegate ? delegate->GetGrayscaleForAnimation() : 0.0f),
769 float grayscale,
771 return new GrayscaleTransition(grayscale, duration);
768 CreateGrayscaleElement( float grayscale, base::TimeDelta duration) argument
H A Dlayer.cc266 void Layer::SetLayerGrayscale(float grayscale) { argument
267 GetAnimator()->SetGrayscale(grayscale);
775 void Layer::SetGrayscaleImmediately(float grayscale) { argument
776 layer_grayscale_ = grayscale;
806 void Layer::SetGrayscaleFromAnimation(float grayscale) { argument
807 SetGrayscaleImmediately(grayscale);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.h218 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
H A Dttgload.c1853 FT_Bool grayscale; local
1871 grayscale =
1876 /* a change from mono to grayscale rendering (and vice versa) */
1878 if ( grayscale != exec->grayscale )
1883 FT_TRACE4(( "tt_loader_init: grayscale change,"
1886 exec->grayscale = grayscale;
/external/freetype/src/truetype/
H A Dttgload.c1959 FT_Bool grayscale; local
2003 grayscale = grayscale_hinting = FALSE;
2006 grayscale = grayscale_hinting = TRUE;
2010 grayscale = grayscale_hinting = FALSE;
2046 grayscale = FT_BOOL( FT_LOAD_TARGET_MODE( load_flags ) !=
2067 /* a change from mono to grayscale rendering (and vice versa) */
2069 if ( grayscale != exec->grayscale_hinting )
2071 FT_TRACE4(( "tt_loader_init: grayscale hinting change,"
2083 /* a change from mono to grayscale rendering (and vice versa) */
2085 if ( grayscale !
[all...]
H A Dttinterp.h261 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_
266 FT_Bool grayscale_hinting; /* Using grayscale hinting? */
/external/kernel-headers/original/linux/
H A Dfb.h260 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member in struct:fb_var_screeninfo
/external/valgrind/main/include/vki/
H A Dvki-linux.h2074 __vki_u32 grayscale; /* != 0 Graylevels instead of colors */ member in struct:vki_fb_var_screeninfo

Completed in 537 milliseconds