Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() function
DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp77 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
DSkCanvas.cpp592 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
/external/skia/src/core/
DSkSurfacePriv.h15 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault() function
DSkCanvas.cpp453 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp35 SkSurfacePropsCopyOrDefault(props)); in Make()
50 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
/external/skia/src/image/
DSkSurface_GpuMtl.mm95 SkSurfacePropsCopyOrDefault(surfaceProps));
165 SkSurfacePropsCopyOrDefault(surfaceProps));
DSkSurface.cpp161 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
169 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
DSkSurface_Gpu.cpp535 SkSurfacePropsCopyOrDefault(props), std::move(releaseHelper)); in MakeFromBackendTexture()
648 SkSurfacePropsCopyOrDefault(props), in MakeFromBackendRenderTarget()
/external/skqp/src/image/
DSkSurface.cpp135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp656 font, paint, SkSurfacePropsCopyOrDefault(nullptr), flags, in DEF_TEST()
676 font, paint, SkSurfacePropsCopyOrDefault(nullptr), flags, in DEF_TEST()
690 font, paint, SkSurfacePropsCopyOrDefault(nullptr), flags, in DEF_TEST()
769 font, paint, SkSurfacePropsCopyOrDefault(nullptr), flags, in DEF_TEST()
788 font, paint, SkSurfacePropsCopyOrDefault(nullptr), flags, in DEF_TEST()
808 paint, font, SkSurfacePropsCopyOrDefault(nullptr), in DEF_TEST()
/external/skia/src/gpu/
DSkGpuDevice.cpp162 SkBackingFit::kExact, origInfo.dimensions(), SkSurfacePropsCopyOrDefault(surfaceProps),
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp173 , fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) in GrRenderTargetContext()