Searched refs:kFloat_NumberKind (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 25 , fFloatLiteral_Type(new Type("$floatLiteral", Type::kFloat_NumberKind, 3)) in Context() 27 , fDouble_Type(new Type("double", Type::kFloat_NumberKind, 6, true)) in Context() 31 , fFloat_Type(new Type("float", Type::kFloat_NumberKind, 5, true)) in Context() 35 , fHalf_Type(new Type("half", Type::kFloat_NumberKind, 4)) in Context()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.h | 60 kFloat_NumberKind, enumerator 271 return fNumberKind == kFloat_NumberKind; in isFloat()
|