Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp111 static const auto kType = Type::Flush; member
116 static const auto kType = Type::Save; member
120 static const auto kType = Type::Restore; member
124 static const auto kType = Type::SaveLayer; member
156 static const auto kType = Type::Concat; member
170 static const auto kType = Type::Scale; member
183 static const auto kType = Type::ClipPath; member
191 static const auto kType = Type::ClipRect; member
232 static const auto kType = Type::DrawPath; member
260 static const auto kType = Type::DrawArc; member
[all …]
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_builder.h122 static constexpr Value Type(size_t id) { return Value{id, Kind::kType}; } in Type()
130 bool is_type() const { return kind_ == Kind::kType; } in is_type()
137 enum class Kind { kInvalid, kLocalRegister, kParameter, kImmediate, kString, kLabel, kType }; enumerator