Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
GrMipLevel Struct Reference

#include <GrTypesPriv.h>

Public Types

using sk_is_trivially_relocatable = std::true_type
 

Public Attributes

const void * fPixels = nullptr
 
size_t fRowBytes = 0
 
sk_sp< SkDatafOptionalStorage
 

Detailed Description

Definition at line 133 of file GrTypesPriv.h.

Member Typedef Documentation

◆ sk_is_trivially_relocatable

Definition at line 142 of file GrTypesPriv.h.

Member Data Documentation

◆ fOptionalStorage

sk_sp<SkData> GrMipLevel::fOptionalStorage

Definition at line 137 of file GrTypesPriv.h.

◆ fPixels

const void* GrMipLevel::fPixels = nullptr

Definition at line 134 of file GrTypesPriv.h.

◆ fRowBytes

size_t GrMipLevel::fRowBytes = 0

Definition at line 135 of file GrTypesPriv.h.


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