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

1 2

  /external/chromium/chrome/browser/ui/webui/
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/freetype/src/truetype/
ttinterp.h 219 FT_Bool grayscale; /* are we hinting for grayscale? */ member in struct:TT_ExecContextRec_