Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
android::skia::BRDAllocator Class Referenceabstract

#include <BRDAllocator.h>

Inheritance diagram for android::skia::BRDAllocator:
Allocator

Public Member Functions

virtual SkCodec::ZeroInitialized zeroInit () const =0
 

Detailed Description

Abstract subclass of SkBitmap's allocator. Allows the allocator to indicate if the memory it allocates is zero initialized.

Definition at line 22 of file BRDAllocator.h.

Member Function Documentation

◆ zeroInit()

virtual SkCodec::ZeroInitialized android::skia::BRDAllocator::zeroInit ( ) const
pure virtual

Indicates if the memory allocated by this allocator is zero initialized.


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