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) {
157 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
174 const SkSurfaceProps& surfaceProps)
185 const SkSurfaceProps& operator()() const { return *fSurfaceProps; }
188 SkTLazy<SkSurfaceProps> fLazy;
189 SkSurfaceProps const * const fSurfaceProps;