Lines Matching refs:props
16 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps* props) in SkSpecialSurface_Base() argument
17 : INHERITED(subset, props) in SkSpecialSurface_Base()
44 const SkSurfaceProps* props) in SkSpecialSurface() argument
45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
69 const SkSurfaceProps* props) in SkSpecialSurface_Raster() argument
70 : INHERITED(subset, props) { in SkSpecialSurface_Raster()
75 fCanvas.reset(new SkCanvas(fBitmap, this->props())); in SkSpecialSurface_Raster()
85 return SkSpecialImage::MakeFromRaster(this->subset(), fBitmap, &this->props()); in onMakeImageSnapshot()
95 const SkSurfaceProps* props) { in MakeFromBitmap() argument
99 return sk_make_sp<SkSpecialSurface_Raster>(bm.info(), sk_ref_sp(bm.pixelRef()), subset, props); in MakeFromBitmap()
103 const SkSurfaceProps* props) { in MakeRaster() argument
115 return sk_make_sp<SkSpecialSurface_Raster>(info, std::move(pr), subset, props); in MakeRaster()
160 &this->props())); in onMakeImageSnapshot()
176 const SkSurfaceProps* props) { in MakeRenderTarget() argument
184 GrMipMapped::kNo, kBottomLeft_GrSurfaceOrigin, props)); in MakeRenderTarget()