Flutter Engine
The Flutter Engine
Enumerations
SkSL::SwizzleComponent Namespace Reference

Enumerations

enum  Type : int8_t {
  X = 0 , Y = 1 , Z = 2 , W = 3 ,
  R = 4 , G = 5 , B = 6 , A = 7 ,
  S = 8 , T = 9 , P = 10 , Q = 11 ,
  UL = 12 , UT = 13 , UR = 14 , UB = 15 ,
  ZERO , ONE
}
 

Enumeration Type Documentation

◆ Type

Enumerator
UL 
UT 
UR 
UB 
ZERO 
ONE 

Definition at line 32 of file SkSLSwizzle.h.

32 : int8_t {
33 X = 0, Y = 1, Z = 2, W = 3,
34 R = 4, G = 5, B = 6, A = 7,
35 S = 8, T = 9, P = 10, Q = 11,
36 UL = 12, UT = 13, UR = 14, UB = 15,
37 ZERO,
38 ONE
39};
static const SkScalar Y
Definition: StrokeBench.cpp:55
static const SkScalar X
Definition: StrokeBench.cpp:54
Definition: SkMD5.cpp:125