Lines Matching refs:SkSurfaceProps
19 #include "include/core/SkSurfaceProps.h"
47 * default SkSurfaceProps (i.e., kLegacyFontHost_InitType-style).
57 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
60 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&,
64 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) {
156 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
173 const SkSurfaceProps& surfaceProps)
184 const SkSurfaceProps& operator()() const { return *fSurfaceProps; }
187 SkTLazy<SkSurfaceProps> fLazy;
188 SkSurfaceProps const * const fSurfaceProps;