Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
SkTextFormatParams.h File Reference
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include <iterator>

Go to the source code of this file.

Variables

static const SkScalar kStdFakeBoldInterpKeys []
 
static const SkScalar kStdFakeBoldInterpValues []
 
static const int kStdFakeBoldInterpLength = std::size(kStdFakeBoldInterpKeys)
 

Variable Documentation

◆ kStdFakeBoldInterpKeys

const SkScalar kStdFakeBoldInterpKeys[]
static
Initial value:
= {
}
#define SK_Scalar1
Definition SkScalar.h:18

Definition at line 19 of file SkTextFormatParams.h.

19 {
20 SK_Scalar1*9,
21 SK_Scalar1*36,
22};

◆ kStdFakeBoldInterpLength

const int kStdFakeBoldInterpLength = std::size(kStdFakeBoldInterpKeys)
static

Definition at line 29 of file SkTextFormatParams.h.

◆ kStdFakeBoldInterpValues

const SkScalar kStdFakeBoldInterpValues[]
static
Initial value:
= {
}

Definition at line 23 of file SkTextFormatParams.h.

23 {
24 SK_Scalar1/24,
25 SK_Scalar1/32,
26};