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

#include <SkScalerContext.h>

Public Member Functions

 GlyphMetrics (SkMask::Format format)
 

Public Attributes

SkVector advance
 
SkRect bounds
 
SkMask::Format maskFormat
 
uint16_t extraBits
 
bool neverRequestPath
 
bool computeFromPath
 

Detailed Description

Definition at line 381 of file SkScalerContext.h.

Constructor & Destructor Documentation

◆ GlyphMetrics()

SkScalerContext::GlyphMetrics::GlyphMetrics ( SkMask::Format  format)
inline

Definition at line 389 of file SkScalerContext.h.

Member Data Documentation

◆ advance

SkVector SkScalerContext::GlyphMetrics::advance

Definition at line 382 of file SkScalerContext.h.

◆ bounds

SkRect SkScalerContext::GlyphMetrics::bounds

Definition at line 383 of file SkScalerContext.h.

◆ computeFromPath

bool SkScalerContext::GlyphMetrics::computeFromPath

Definition at line 387 of file SkScalerContext.h.

◆ extraBits

uint16_t SkScalerContext::GlyphMetrics::extraBits

Definition at line 385 of file SkScalerContext.h.

◆ maskFormat

SkMask::Format SkScalerContext::GlyphMetrics::maskFormat

Definition at line 384 of file SkScalerContext.h.

◆ neverRequestPath

bool SkScalerContext::GlyphMetrics::neverRequestPath

Definition at line 386 of file SkScalerContext.h.


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