Searched defs:Description (Results 1 – 7 of 7) sorted by relevance
31 struct Description { struct41 Description() = default; argument50 bool isPremultipliedAlpha = false;52 bool isOpaque = true;55 float cornerRadius = 0;58 half2 cropSize;61 Texture texture;62 bool textureEnabled = false;65 half4 color;68 bool isY410BT2020 = false;[all …]
31 struct Description { struct41 Description() = default; argument49 bool isPremultipliedAlpha = false;51 bool isOpaque = true;54 float cornerRadius = 0;57 half2 cropSize;60 Texture texture;61 bool textureEnabled = false;64 half4 color;67 bool isY410BT2020 = false;[all …]
32 public class Description extends ElementBase { class38 public Description() { in Description() method in Description41 public Description(String description) { in Description() method in Description
28 public static class Description { class in EventLogTags32 Description(int tag, String name) { in Description() method in EventLogTags.Description
759 std::ostringstream Description; in analyzeTranslationUnit() local
1173 protected static class Description { class
176 const String8 FwdLockEngine::Description("OMA V1 Forward Lock"); member in FwdLockEngine