Searched refs:kGrayscale (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/tests/ |
D | PDFJpegEmbedTest.cpp | 89 kGrayscale, enumerator 103 *info = {jpegSize, yuv ? SkJFIFInfo::kYCbCr : SkJFIFInfo::kGrayscale}; in SkIsJFIF() 116 } kTests[] = {{"images/CMYK.jpg", false, SkJFIFInfo::kGrayscale}, in DEF_TEST() 118 {"images/grayscale.jpg", true, SkJFIFInfo::kGrayscale}, in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | PDFJpegEmbedTest.cpp | 89 kGrayscale, enumerator 103 *info = {jpegSize, yuv ? SkJFIFInfo::kYCbCr : SkJFIFInfo::kGrayscale}; in SkIsJFIF() 116 } kTests[] = {{"images/CMYK.jpg", false, SkJFIFInfo::kGrayscale}, in DEF_TEST() 118 {"images/grayscale.jpg", true, SkJFIFInfo::kGrayscale}, in DEF_TEST()
|
/third_party/flutter/skia/gm/ |
D | shadowutils.cpp | 45 kGrayscale enumerator 126 } else if (kGrayscale == mode) { in draw_paths() 187 } else if (kGrayscale == mode) { in draw_paths() 236 draw_paths(canvas, kGrayscale); in DEF_SIMPLE_GM()
|
/third_party/skia/gm/ |
D | shadowutils.cpp | 45 kGrayscale enumerator 124 } else if (kGrayscale == mode) { in draw_paths() 185 } else if (kGrayscale == mode) { in draw_paths() 234 draw_paths(canvas, kGrayscale); in DEF_SIMPLE_GM()
|
/third_party/cef/tests/cefclient/browser/ |
D | print_handler_gtk.cc | 43 const char kGrayscale[] = "Grayscale"; variable 216 color_value->assign(kGrayscale); in GetColorModelForMode()
|