Lines Matching refs:surfaceProps
219 , fGlyphPainter(this->surfaceProps(),
230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
232 : INHERITED(bitmap.info(), surfaceProps)
236 , fGlyphPainter(this->surfaceProps(),
250 const SkSurfaceProps& surfaceProps,
294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr);
305 const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.fPixelGeometry);
316 return SkBitmapDevice::Create(info, surfaceProps, cinfo.fTrackCoverage, cinfo.fAllocator);
609 return SkSpecialImage::MakeFromRaster(bitmap.bounds(), bitmap, this->surfaceProps());
614 image->makeNonTextureImage(), this->surfaceProps());
619 return SkSpecialImage::CopyFromRaster(bounds, fBitmap, this->surfaceProps());
621 return SkSpecialImage::MakeFromRaster(bounds, fBitmap, this->surfaceProps());