Lines Matching defs:props
19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props)
20 : INHERITED(subset, props)
45 const SkSurfaceProps& props)
46 : fProps(props.flags(), kUnknown_SkPixelGeometry)
70 const SkSurfaceProps& props)
71 : INHERITED(subset, props) {
76 fCanvas = std::make_unique<SkCanvas>(fBitmap, this->props());
86 return SkSpecialImage::MakeFromRaster(this->subset(), fBitmap, this->props());
96 const SkSurfaceProps& props) {
100 return sk_make_sp<SkSpecialSurface_Raster>(bm.info(), sk_ref_sp(bm.pixelRef()), subset, props);
104 const SkSurfaceProps& props) {
116 return sk_make_sp<SkSpecialSurface_Raster>(info, std::move(pr), subset, props);
150 this->props());
160 const SkSurfaceProps& props) {
167 kBottomLeft_GrSurfaceOrigin, props,