Searched refs:ImageSourceGM (Results 1 – 4 of 4) sorted by relevance
/external/skqp/gm/ |
D | imagesource2.cpp | 17 class ImageSourceGM : public GM { class 19 ImageSourceGM(const char* suffix, SkFilterQuality filter) : fSuffix(suffix), fFilter(filter) { in ImageSourceGM() function in skiagm::ImageSourceGM 87 DEF_GM(return new ImageSourceGM("none", kNone_SkFilterQuality);) 88 DEF_GM(return new ImageSourceGM("low", kLow_SkFilterQuality);) 89 DEF_GM(return new ImageSourceGM("med", kMedium_SkFilterQuality);) 90 DEF_GM(return new ImageSourceGM("high", kHigh_SkFilterQuality);)
|
D | imagesource.cpp | 27 class ImageSourceGM : public skiagm::GM { class 29 ImageSourceGM() { } in ImageSourceGM() function in ImageSourceGM 87 DEF_GM( return new ImageSourceGM; )
|
/external/skia/gm/ |
D | imagesource2.cpp | 28 class ImageSourceGM : public GM { class 30 ImageSourceGM(const char* suffix, const SkSamplingOptions& sampling) in ImageSourceGM() function in skiagm::ImageSourceGM 99 DEF_GM(return new ImageSourceGM("none", SkSamplingOptions());) 100 DEF_GM(return new ImageSourceGM("low", SkSamplingOptions(SkFilterMode::kLinear));) 101 DEF_GM(return new ImageSourceGM("med", SkSamplingOptions(SkFilterMode::kLinear, 103 DEF_GM(return new ImageSourceGM("high", SkSamplingOptions({1/3.0f, 1/3.0f}));)
|
D | imagesource.cpp | 39 class ImageSourceGM : public skiagm::GM { class 41 ImageSourceGM() { } in ImageSourceGM() function in ImageSourceGM 99 DEF_GM( return new ImageSourceGM; )
|