Home
last modified time | relevance | path

Searched defs:Description (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h31 struct Description { struct
41 Description() = default; argument
50 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 …]
/frameworks/av/media/libstagefright/renderfright/include/renderengine/private/
DDescription.h31 struct Description { struct
41 Description() = default; argument
49 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 …]
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/omapres/
DDescription.java32 public class Description extends ElementBase { class
38 public Description() { in Description() method in Description
41 public Description(String description) { in Description() method in Description
/frameworks/base/core/java/android/util/
DEventLogTags.java28 public static class Description { class in EventLogTags
32 Description(int tag, String name) { in Description() method in EventLogTags.Description
/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp759 std::ostringstream Description; in analyzeTranslationUnit() local
/frameworks/base/core/java/android/view/animation/
DAnimation.java1173 protected static class Description { class
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp176 const String8 FwdLockEngine::Description("OMA V1 Forward Lock"); member in FwdLockEngine