Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/compile/mclinker/tools/mcld/
DOptions.td18 Group<DynamicGroup>,
24 Group<DynamicGroup>,
28 Group<DynamicGroup>,
32 Group<DynamicGroup>,
35 Group<DynamicGroup>,
39 Group<DynamicGroup>,
43 Group<DynamicGroup>,
47 Group<DynamicGroup>,
51 Group<DynamicGroup>,
54 Group<DynamicGroup>,
[all …]
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree()
40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy()
71 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup()
76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup()
77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup()
89 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in addChild()
164 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getGroupProperties()
173 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in updateGroupProperties()
197 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getRotation()
202 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in setRotation()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp109 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr); in createGroupPropertyHolder()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp268 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group
272 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw()
287 void Group::dump() { in dump()
296 void Group::syncProperties() { in syncProperties()
309 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
320 void Group::addChild(Node* child) { in addChild()
327 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties()
342 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
366 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
395 bool Group::isValidProperty(int propertyId) { in isValidProperty()
[all …]
DVectorDrawable.h404 class ANDROID_API Group: public Node {
493 Group(const Group& group);
494 Group() {} in Group() function
537 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree()
542 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree()
702 std::unique_ptr<Group> mRootNode;
DPropertyValuesHolder.h90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder()
99 VectorDrawable::Group* mGroup;
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.h46 struct Group { struct
55 Vector<Group> mGroupStack; argument
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp97 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()
127 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
139 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
DVectorDrawableTests.cpp352 VectorDrawable::Group group; in TEST()
353 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties(); in TEST()
DRenderNodeTests.cpp308 VectorDrawable::Group* group = new VectorDrawable::Group(); in RENDERTHREAD_TEST()
/frameworks/compile/mclinker/include/mcld/LD/
DGroup.h17 class Group {};
DLDFileFormat.h41 Group, enumerator
/frameworks/wilhelm/src/
DREADME.txt2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
/frameworks/native/vulkan/include/vulkan/
DNOTICE1 Copyright (c) 2015-2016 The Khronos Group Inc.
/frameworks/native/opengl/include/KHR/
DNOTICE1 Copyright (c) 2008-2009 The Khronos Group Inc.
/frameworks/native/opengl/include/EGL/
DNOTICE1 Copyright (c) 2007-2009 The Khronos Group Inc.
/frameworks/wilhelm/include/SLES/
DNOTICE1 Copyright (c) 2007-2009 The Khronos Group Inc.
/frameworks/wilhelm/include/OMXAL/
DNOTICE1 Copyright (c) 2007-2010 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES2/
DNOTICE1 Copyright (c) 2013-2015 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES3/
DNOTICE1 Copyright (c) 2013-2015 The Khronos Group Inc.
/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp116 if (sect_hdr->kind() == LDFileFormat::Group) in getSymFragmentRef()
DELFObjectReader.cpp119 case LDFileFormat::Group: { in readSections()
/frameworks/compile/slang/
DRSCCOptions.td50 let Group = Output_Type_Group in {
102 let Group = M_Group in {
/frameworks/native/vulkan/api/
Dplatform.api1 // Copyright (c) 2015 The Khronos Group Inc.
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp91 return LDFileFormat::Group; in GetELFSectionKind()
432 LDFileFormat::Group == pSection->kind()) in AddSymbol()

12