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

/frameworks/compile/mclinker/include/mcld/LD/
H A DGroup.h1 //===- Group.h ------------------------------------------------------------===//
14 /** \class Group
15 * \brief Group records the grouping of all regions
17 class Group {}; class in namespace:mcld
H A DLDFileFormat.h41 Group, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr);
40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr);
71 VectorDrawable::Group* newGroup = new VectorDrawable::Group();
76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr);
77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGrou
[all...]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp108 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h46 struct Group { struct in class:android::GLES20RenderEngine
55 Vector<Group> mGroupStack;
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp320 Group::Group(const Group& group) : Node(group) { function in class:android::uirenderer::VectorDrawable::Group
324 void Group::draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix, float scaleX,
347 void Group::dump() {
348 ALOGD("Group %s has %zu children: ", mName.c_str(), mChildren.size());
349 ALOGD("Group translateX, Y : %f, %f, scaleX, Y: %f, %f", mProperties.getTranslateX(),
356 void Group::syncProperties() {
369 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) {
380 void Group
[all...]
H A DPropertyValuesHolder.h90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue,
99 VectorDrawable::Group* mGroup;
H A DVectorDrawable.h54 * Root Group
56 * Group Path Group
408 class ANDROID_API Group: public Node { class in namespace:android::uirenderer::VectorDrawable
497 Group(const Group& group);
498 Group() {} function in class:android::uirenderer::VectorDrawable::Group
542 Tree(Group* rootNode) : mRootNode(rootNode) {
547 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) {
698 std::unique_ptr<Group> mRootNod
[all...]
/frameworks/compile/slang/
H A DRSCCOptions.td50 let Group = Output_Type_Group in {
102 let Group = M_Group in {
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp116 if (sect_hdr->kind() == LDFileFormat::Group)
H A DELFObjectReader.cpp119 case LDFileFormat::Group: {
/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp397 VectorDrawable::Group group;
398 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties();
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp91 return LDFileFormat::Group;
432 LDFileFormat::Group == pSection->kind())
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp349 case LDFileFormat::Group:
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2338 case LDFileFormat::Group:

Completed in 7838 milliseconds