Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
SkBackingFit.h File Reference
#include "include/core/SkSize.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 

Enumerations

enum class  SkBackingFit { kApprox , kExact }
 

Functions

SkISize skgpu::GetApproxSize (SkISize size)
 

Enumeration Type Documentation

◆ SkBackingFit

enum class SkBackingFit
strong

Indicates whether a backing store needs to be an exact match or can be larger than is strictly necessary.

Enumerator
kApprox 
kExact 

Definition at line 16 of file SkBackingFit.h.