Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
imagesource2.cpp File Reference
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkImageFilters.h"

Go to the source code of this file.

Classes

class  skiagm::ImageSourceGM
 

Namespaces

namespace  skiagm
 

Functions

 skiagm::DEF_GM (return new ImageSourceGM("none", SkSamplingOptions());) DEF_GM(return new ImageSourceGM("low"
 
 skiagm::SkSamplingOptions (SkFilterMode::kLinear))
 
 skiagm::DEF_GM (return new ImageSourceGM("med", SkSamplingOptions(SkFilterMode::kLinear, SkMipmapMode::kLinear));) DEF_GM(return new ImageSourceGM("high"
 
 skiagm::SkSamplingOptions ({1/3.0f, 1/3.0f}))