Flutter Engine
The Flutter Engine
|
bool SkSpecialImages::AsBitmap | ( | const SkSpecialImage * | img, |
SkBitmap * | result | ||
) |
Definition at line 198 of file SkSpecialImage.cpp.
GrSurfaceProxyView SkSpecialImages::AsView | ( | GrRecordingContext * | , |
const SkSpecialImage * | |||
) |
Regardless of how the underlying backing data is stored, returns the contents as a GrSurfaceProxyView. The returned view's proxy represents the entire backing image, so texture coordinates must be mapped from the content rect (e.g. relative to 'subset()') to the proxy's space (offset by subset().topLeft()).
Definition at line 115 of file SkSpecialImage_Ganesh.cpp.
|
inline |
Definition at line 44 of file SkSpecialImage_Ganesh.h.
sk_sp< SkSpecialImage > SkSpecialImages::CopyFromRaster | ( | const SkIRect & | subset, |
const SkBitmap & | bm, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 151 of file SkSpecialImage.cpp.
sk_sp< SkSpecialImage > SkSpecialImages::MakeDeferredFromGpu | ( | GrRecordingContext * | context, |
const SkIRect & | subset, | ||
uint32_t | uniqueID, | ||
GrSurfaceProxyView | view, | ||
const GrColorInfo & | colorInfo, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 93 of file SkSpecialImage_Ganesh.cpp.
sk_sp< SkSpecialImage > SkSpecialImages::MakeFromRaster | ( | const SkIRect & | subset, |
const SkBitmap & | bm, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 128 of file SkSpecialImage.cpp.
sk_sp< SkSpecialImage > SkSpecialImages::MakeFromRaster | ( | const SkIRect & | subset, |
sk_sp< SkImage > | image, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 180 of file SkSpecialImage.cpp.
sk_sp< SkSpecialImage > SkSpecialImages::MakeFromTextureImage | ( | GrRecordingContext * | rContext, |
const SkIRect & | subset, | ||
sk_sp< SkImage > | image, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 73 of file SkSpecialImage_Ganesh.cpp.
sk_sp< SkSpecialImage > SkSpecialImages::MakeGraphite | ( | skgpu::graphite::Recorder * | recorder, |
const SkIRect & | subset, | ||
sk_sp< SkImage > | image, | ||
const SkSurfaceProps & | props | ||
) |
Definition at line 56 of file SpecialImage_Graphite.cpp.