Lines Matching refs:SkSurfaceProps
51 class SK_API SkSurfaceProps {
62 SkSurfaceProps();
63 SkSurfaceProps(uint32_t flags, SkPixelGeometry);
65 SkSurfaceProps(const SkSurfaceProps&);
66 SkSurfaceProps& operator=(const SkSurfaceProps&);
68 SkSurfaceProps cloneWithPixelGeometry(SkPixelGeometry newPixelGeometry) const {
69 return SkSurfaceProps(fFlags, newPixelGeometry);
79 bool operator==(const SkSurfaceProps& that) const {
83 bool operator!=(const SkSurfaceProps& that) const {