Skia
2D Graphics Library
SkRasterHandleAllocator::Rec Struct Reference

#include <SkRasterHandleAllocator.h>

Public Attributes

void(* fReleaseProc )(void *pixels, void *ctx)
 
void * fReleaseCtx
 
void * fPixels
 
size_t fRowBytes
 
Handle fHandle
 

Member Data Documentation

◆ fHandle

Handle SkRasterHandleAllocator::Rec::fHandle

◆ fPixels

void* SkRasterHandleAllocator::Rec::fPixels

◆ fReleaseCtx

void* SkRasterHandleAllocator::Rec::fReleaseCtx

◆ fReleaseProc

void(* SkRasterHandleAllocator::Rec::fReleaseProc) (void *pixels, void *ctx)

◆ fRowBytes

size_t SkRasterHandleAllocator::Rec::fRowBytes

The documentation for this struct was generated from the following file: