Searched refs:fProps (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/image/
H A DSkImage_Base.h22 , fProps(copy_or_safe_defaults(props))
31 SkSurfaceProps* mutableProps = const_cast<SkSurfaceProps*>(&fProps);
37 const SkSurfaceProps& props() const { return fProps; }
64 const SkSurfaceProps fProps; member in class:SkImage_Base
H A DSkSurface.cpp124 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
132 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
/external/skia/src/core/
H A DSkDeviceImageFilterProxy.h20 , fProps(props.flags(), kUnknown_SkPixelGeometry)
44 return &fProps;
49 const SkSurfaceProps fProps; member in class:SkDeviceImageFilterProxy
H A DSkCanvas.cpp488 AutoDrawLooper looper(this, fProps, paint, true); \
494 AutoDrawLooper looper(this, fProps, paint, false, bounds); \
538 device->initForRootLayer(fProps.pixelGeometry());
551 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
579 , fProps(SkSurfacePropsCopyOrDefault(props))
589 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
598 , fProps(SkSurfacePropsCopyOrDefault(props))
607 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
616 , fProps(props)
626 , fProps(SkSurfaceProp
[all...]
/external/skia/include/core/
H A DSkSurface.h225 const SkSurfaceProps& props() const { return fProps; }
237 const SkSurfaceProps fProps; member in class:SkSurface
H A DSkCanvas.h1269 const SkSurfaceProps fProps; member in class:SkCanvas

Completed in 266 milliseconds