Home
last modified time | relevance | path

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

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