Flutter Engine
The Flutter Engine
|
#include <SkRasterHandleAllocator.h>
Public Attributes | |
void(* | fReleaseProc )(void *pixels, void *ctx) |
void * | fReleaseCtx |
void * | fPixels |
size_t | fRowBytes |
Handle | fHandle |
Definition at line 44 of file SkRasterHandleAllocator.h.
Handle SkRasterHandleAllocator::Rec::fHandle |
Definition at line 51 of file SkRasterHandleAllocator.h.
void* SkRasterHandleAllocator::Rec::fPixels |
Definition at line 49 of file SkRasterHandleAllocator.h.
void* SkRasterHandleAllocator::Rec::fReleaseCtx |
Definition at line 48 of file SkRasterHandleAllocator.h.
void(* SkRasterHandleAllocator::Rec::fReleaseProc) (void *pixels, void *ctx) |
Definition at line 47 of file SkRasterHandleAllocator.h.
size_t SkRasterHandleAllocator::Rec::fRowBytes |
Definition at line 50 of file SkRasterHandleAllocator.h.