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

#include <SkGlyph.h>

Public Member Functions

 SkGlyphPositionRoundingSpec (bool isSubpixel, SkAxisAlignment axisAlignment)
 

Public Attributes

const SkVector halfAxisSampleFreq
 
const SkIPoint ignorePositionMask
 
const SkIPoint ignorePositionFieldMask
 

Detailed Description

Definition at line 231 of file SkGlyph.h.

Constructor & Destructor Documentation

◆ SkGlyphPositionRoundingSpec()

SkGlyphPositionRoundingSpec::SkGlyphPositionRoundingSpec ( bool  isSubpixel,
SkAxisAlignment  axisAlignment 
)

Definition at line 722 of file SkGlyph.cpp.

724 : halfAxisSampleFreq{HalfAxisSampleFreq(isSubpixel, axisAlignment)}
725 , ignorePositionMask{IgnorePositionMask(isSubpixel, axisAlignment)}
726 , ignorePositionFieldMask {IgnorePositionFieldMask(isSubpixel, axisAlignment)} {}
const SkVector halfAxisSampleFreq
Definition SkGlyph.h:233
const SkIPoint ignorePositionFieldMask
Definition SkGlyph.h:235
const SkIPoint ignorePositionMask
Definition SkGlyph.h:234

Member Data Documentation

◆ halfAxisSampleFreq

const SkVector SkGlyphPositionRoundingSpec::halfAxisSampleFreq

Definition at line 233 of file SkGlyph.h.

◆ ignorePositionFieldMask

const SkIPoint SkGlyphPositionRoundingSpec::ignorePositionFieldMask

Definition at line 235 of file SkGlyph.h.

◆ ignorePositionMask

const SkIPoint SkGlyphPositionRoundingSpec::ignorePositionMask

Definition at line 234 of file SkGlyph.h.


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