Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SkDevice::CreateInfo Struct Reference

#include <SkDevice.h>

Public Member Functions

 CreateInfo (const SkImageInfo &info, SkPixelGeometry geo, SkRasterHandleAllocator *allocator)
 

Public Attributes

const SkImageInfo fInfo
 
const SkPixelGeometry fPixelGeometry
 
SkRasterHandleAllocatorfAllocator = nullptr
 

Detailed Description

Definition at line 297 of file SkDevice.h.

Constructor & Destructor Documentation

◆ CreateInfo()

SkDevice::CreateInfo::CreateInfo ( const SkImageInfo info,
SkPixelGeometry  geo,
SkRasterHandleAllocator allocator 
)
inline

Definition at line 298 of file SkDevice.h.

301 : fInfo(info)
302 , fPixelGeometry(geo)
303 , fAllocator(allocator)
304 {}
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
Definition DM.cpp:213
const SkPixelGeometry fPixelGeometry
Definition SkDevice.h:307
SkRasterHandleAllocator * fAllocator
Definition SkDevice.h:308
const SkImageInfo fInfo
Definition SkDevice.h:306

Member Data Documentation

◆ fAllocator

SkRasterHandleAllocator* SkDevice::CreateInfo::fAllocator = nullptr

Definition at line 308 of file SkDevice.h.

◆ fInfo

const SkImageInfo SkDevice::CreateInfo::fInfo

Definition at line 306 of file SkDevice.h.

◆ fPixelGeometry

const SkPixelGeometry SkDevice::CreateInfo::fPixelGeometry

Definition at line 307 of file SkDevice.h.


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