Flutter Engine
The Flutter Engine
|
Functions | |
sk_sp< SkSurface > | CreateProtectedSkSurface (GrDirectContext *dContext, SkISize size, bool textureable, bool isProtected, const SkSurfaceProps *surfaceProps) |
void | CheckImageBEProtection (SkImage *image, bool expectingProtected) |
sk_sp< SkImage > | CreateProtectedSkImage (GrDirectContext *dContext, SkISize size, SkColor4f color, bool isProtected) |
sk_sp< SkSurface > | CreateProtectedSkSurface (Recorder *recorder, SkISize size, Protected isProtected) |
sk_sp< SkImage > | CreateProtectedSkImage (Recorder *recorder, SkISize size, SkColor4f color, Protected isProtected) |
void ProtectedUtils::CheckImageBEProtection | ( | SkImage * | image, |
bool | expectingProtected | ||
) |
Definition at line 68 of file ProtectedUtils.cpp.
sk_sp< SkImage > ProtectedUtils::CreateProtectedSkImage | ( | GrDirectContext * | dContext, |
SkISize | size, | ||
SkColor4f | color, | ||
bool | isProtected | ||
) |
Definition at line 84 of file ProtectedUtils.cpp.
sk_sp< SkImage > ProtectedUtils::CreateProtectedSkImage | ( | Recorder * | recorder, |
SkISize | size, | ||
SkColor4f | color, | ||
Protected | isProtected | ||
) |
Definition at line 44 of file ProtectedUtils_Graphite.cpp.
sk_sp< SkSurface > ProtectedUtils::CreateProtectedSkSurface | ( | GrDirectContext * | dContext, |
SkISize | size, | ||
bool | textureable, | ||
bool | isProtected, | ||
const SkSurfaceProps * | surfaceProps | ||
) |
Definition at line 18 of file ProtectedUtils.cpp.
sk_sp< SkSurface > ProtectedUtils::CreateProtectedSkSurface | ( | Recorder * | recorder, |
SkISize | size, | ||
Protected | isProtected | ||
) |
Definition at line 21 of file ProtectedUtils_Graphite.cpp.