Searched defs:Group (Results 1 - 5 of 5) 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/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.cpp316 Group::Group(const Group& group) : Node(group) { function in class:android::uirenderer::VectorDrawable::Group
320 void Group::draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix, float scaleX,
343 void Group::dump() {
344 ALOGD("Group %s has %zu children: ", mName.c_str(), mChildren.size());
345 ALOGD("Group translateX, Y : %f, %f, scaleX, Y: %f, %f", mProperties.getTranslateX(),
352 void Group::syncProperties() {
365 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) {
376 void Group
[all...]
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) {
702 std::unique_ptr<Group> mRootNod
[all...]

Completed in 92 milliseconds