Lines Matching refs:SkSurfaceProps
22 #include "SkSurfaceProps.h"
46 * default SkSurfaceProps (i.e., kLegacyFontHost_InitType-style).
56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&,
63 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;