Flutter Engine
The Flutter Engine
|
#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 |
Definition at line 383 of file SkScalerContext.h.
|
inline |
Definition at line 391 of file SkScalerContext.h.
SkVector SkScalerContext::GlyphMetrics::advance |
Definition at line 384 of file SkScalerContext.h.
SkRect SkScalerContext::GlyphMetrics::bounds |
Definition at line 385 of file SkScalerContext.h.
bool SkScalerContext::GlyphMetrics::computeFromPath |
Definition at line 389 of file SkScalerContext.h.
uint16_t SkScalerContext::GlyphMetrics::extraBits |
Definition at line 387 of file SkScalerContext.h.
SkMask::Format SkScalerContext::GlyphMetrics::maskFormat |
Definition at line 386 of file SkScalerContext.h.
bool SkScalerContext::GlyphMetrics::neverRequestPath |
Definition at line 388 of file SkScalerContext.h.