Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkImage_Base.h175 static GrSurfaceProxyView CopyView(GrRecordingContext*,
235 inline GrSurfaceProxyView SkImage_Base::CopyView(GrRecordingContext* context, in CopyView() function
DSkImage_Raster.cpp428 return {CopyView(rContext, fPinnedView, mipmapped, policy), fPinnedColorType}; in onAsView()
DSkImage_Gpu.cpp832 return {CopyView(recordingContext, this->makeView(recordingContext), mipmapped, policy), in onAsView()