Lines Matching refs:fProps
397 device = sk_make_sp<SkNoPixelsDevice>(SkIRect::MakeEmpty(), fProps); in init()
408 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
424 , fProps(SkSurfacePropsCopyOrDefault(props)) { in SkCanvas()
427 SkIRect::MakeWH(std::max(width, 0), std::max(height, 0)), fProps)); in SkCanvas()
435 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
440 , fProps(device->surfaceProps()) { in SkCanvas()
447 : fMCStack(sizeof(MCRec), fMCRecStorage, sizeof(fMCRecStorage)), fProps(props) { in SkCanvas()
450 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
461 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
474 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
1078 ? fProps.pixelGeometry() in internalSaveLayer()
1096 fProps, this->imageInfo().refColorSpace()); in internalSaveLayer()
1258 props = &fProps; in makeSurface()
1281 *props = fProps; in onGetProps()