Home
last modified time | relevance | path

Searched refs:kStar (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPolystar.cpp26 kStar, kPoly, member in skottie::internal::__anon18579::final::Type
58 poly.incReserve(fType == Type::kStar ? count * 2 : count);
61 if (fType == Type::kStar) {
88 PolystarGeometryAdapter::Type::kStar, // "sy": 1 in AttachPolystarGeometry()
/third_party/skia/tools/skui/
H A DKey.h27 kStar, //!< the * key member in skui::Key
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension.cc49 constexpr FormatConversionCharSet FormatConversionCharSetInternal::kStar; member in absl::str_format_internal::FormatConversionCharSetInternal
H A Dchecker_test.cc34 if (Contains(conv, FormatConversionCharSetInternal::kStar)) { in ConvToString()
H A Dextension.h379 static constexpr FormatConversionCharSet kStar = member
H A Darg.h179 FormatConversionCharSetInternal::kStar)>;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h762 kStar = static_cast<uint64_t>( member in absl::FormatConversionCharSet
763 absl::str_format_internal::FormatConversionCharSetInternal::kStar),
H A Dstr_format_test.cc622 ExtendedParsedFormat<absl::FormatConversionCharSet::kStar, in TEST_F()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.h114 kStar, member in tint::reader::wgsl::Token::Type
H A Dtoken.cc105 case Token::Type::kStar: in TypeToName()
H A Dlexer.cc898 type = Token::Type::kStar; in try_punctuation()
H A Dlexer_test.cc587 TokenData{"*", Token::Type::kStar},
H A Dparser_impl.cc2348 } else if (match(Token::Type::kStar)) {
2388 if (peek_is(Token::Type::kStar))
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.h670 return bytecode == Bytecode::kStar || IsShortStar(bytecode);
677 (bytecode >= Bytecode::kStar && bytecode <= Bytecode::kPopContext);
H A Dbytecode-array-builder.cc698 SetDeferredSourceInfo(CurrentSourcePosition(Bytecode::kStar)); in StoreAccumulatorInRegister()

Completed in 17 milliseconds