Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkRasterHandleAllocator::Rec Struct Reference

#include <SkRasterHandleAllocator.h>

Public Attributes

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

Detailed Description

Definition at line 44 of file SkRasterHandleAllocator.h.

Member Data Documentation

◆ fHandle

Handle SkRasterHandleAllocator::Rec::fHandle

Definition at line 51 of file SkRasterHandleAllocator.h.

◆ fPixels

void* SkRasterHandleAllocator::Rec::fPixels

Definition at line 49 of file SkRasterHandleAllocator.h.

◆ fReleaseCtx

void* SkRasterHandleAllocator::Rec::fReleaseCtx

Definition at line 48 of file SkRasterHandleAllocator.h.

◆ fReleaseProc

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

Definition at line 47 of file SkRasterHandleAllocator.h.

◆ fRowBytes

size_t SkRasterHandleAllocator::Rec::fRowBytes

Definition at line 50 of file SkRasterHandleAllocator.h.


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