Searched refs:SkSurfacePropsCopyOrDefault (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkSurfacePriv.h13 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { function
H A DSkCanvas.cpp579 , fProps(SkSurfacePropsCopyOrDefault(props))
598 , fProps(SkSurfacePropsCopyOrDefault(props))
/external/skia/src/image/
H A DSkSurface.cpp124 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
132 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())

Completed in 102 milliseconds