Lines Matching refs:fProps
604 AutoDrawLooper looper(this, fProps, paint, skipLayerForFilter, bounds); \
611 AutoDrawLooper looper(this, fProps, paint, true); \
617 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
623 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
674 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
684 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
713 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
718 this->init(new SkNoPixelsBitmapDevice(SkIRect::MakeWH(width, height), fProps), in SkCanvas()
724 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
729 this->init(new SkNoPixelsBitmapDevice(bounds, fProps), flags)->unref(); in SkCanvas()
734 , fProps(device->surfaceProps()) in SkCanvas()
744 , fProps(device->surfaceProps()) in SkCanvas()
754 , fProps(props) in SkCanvas()
759 SkAutoTUnref<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps)); in SkCanvas()
765 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
770 SkAutoTUnref<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps)); in SkCanvas()
1214 SkPixelGeometry geo = fProps.pixelGeometry(); in internalSaveLayer()
1242 const SkSurfaceProps surfaceProps(fProps.flags(), createInfo.fPixelGeometry); in internalSaveLayer()
1318 props = &fProps; in newSurface()