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

/external/chromium_org/third_party/skia/src/core/
H A DSkSurfacePriv.h13 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { function
H A DSkCanvas.cpp485 , fProps(SkSurfacePropsCopyOrDefault(props))
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp119 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
127 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())

Completed in 177 milliseconds